Commit 8489a462 authored by Jeff Burke's avatar Jeff Burke
Browse files

s1728: removed some debug messages

parent 340bcb14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -312,7 +312,7 @@ public class LdapUserDAO<T extends Principal> extends LdapDAO
            catch (UserNotFoundException e)
            {
                throw new RuntimeException("BUG: new user " + userDN.toNormalizedString() +
                    " not found because " + e.getMessage());
                    " not found");
            }
        }
        catch (LDAPException e)
+0 −2
Original line number Diff line number Diff line
@@ -262,12 +262,10 @@ public class UserServlet extends HttpServlet
        Set<Principal> principals = extractor.getPrincipals();
        log.debug("Principals: " + principals);

        log.debug("notAugmentedX500User" + notAugmentedX500User);
        for (Principal principal : principals)
        {
            if (principal instanceof X500Principal)
            {
                log.debug("principal: " + principal.getName());
                if (principal.getName().equalsIgnoreCase(notAugmentedX500User))
                {
                    return true;