You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "Jacek Wislicki (JIRA)" <je...@portals.apache.org> on 2006/02/20 04:04:50 UTC

[jira] Created: (JS2-502) cannot disable user

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: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org