mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jcduff
23.04.2008 f73b655466092169abac34833fb628fce1fcdebe
opends/src/server/org/opends/server/authorization/dseecompat/UserAttr.java
@@ -283,8 +283,7 @@
        List<Attribute> attrs=evalCtx.getResourceEntry().getAttribute(attrType);
        if(!attrs.isEmpty()) {
            for(Attribute a : attrs) {
                LinkedHashSet<AttributeValue> vals=a.getValues();
                for(AttributeValue v : vals) {
                for(AttributeValue v : a) {
                    String urlStr=v.getStringValue();
                    LDAPURL url;
                    try {