cannot disable user
-------------------

         Key: JS2-502
         URL: http://issues.apache.org/jira/browse/JS2-502
     Project: Jetspeed 2
        Type: Bug
  Components: Security  
    Versions: 2.0-FINAL    
 Environment: any
    Reporter: Jacek Wislicki


DefaultUserSecurityHandler throws "user ... doesn't exist" security exception 
when I try to set a user disabled (setUserEnabled(String, boolean) method of 
UserManager). The problem is in checking if the user principal is enabled in 
line 112:
if ( null != internalUser && internalUser.isEnabled() != 
userPrincipal.isEnabled() )
I guess.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to