Adding and LDAP directory fails with Safari 5.0.1. To repro: - Add a new LDAP directory (e.g. name "Test") - Hit confirm - An error page appears "No Such Resource. No such child resource." This seems to be a URL encoding error where the "?" character is encoded as %3F: - On Safari: "https://192.168.2.111/Settings/Directories/DirectoryInfo%3Fname=Test2" - On Firefox: "https://192.168.2.111/Settings/Directories/DirectoryInfo?name=Test"