src/share/classes/com/sun/jndi/ldap/LdapReferralContext.java

Print this page
rev 10430 : imported patch typos

*** 895,905 **** return (urlName == null ? name : urlName); } /* * Use the attributes and scope components from the LDAP URL (if present) ! * to override the corrpesonding components supplied in SearchControls. */ private SearchControls overrideAttributesAndScope(SearchControls cons) { SearchControls urlCons; if ((urlScope != null) || (urlAttrs != null)) { --- 895,905 ---- return (urlName == null ? name : urlName); } /* * Use the attributes and scope components from the LDAP URL (if present) ! * to override the corresponding components supplied in SearchControls. */ private SearchControls overrideAttributesAndScope(SearchControls cons) { SearchControls urlCons; if ((urlScope != null) || (urlAttrs != null)) {