Uploaded image for project: 'Jetspeed 2 (Retired)'
  1. Jetspeed 2 (Retired)
  2. JS2-502

cannot disable user

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0-FINAL
    • 2.1.2
    • Security
    • None
    • any

    Description

      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.

      Attachments

        Activity

          People

            ate Ate Douma
            jacenty Jacek Wi?licki
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: