Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-3307

Usernames in updates posted to /user should be checked case-insensitively

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Low Low
    • 2.6.3
    • None
    • None
    • None

      If an application has lowerCaseOutput set then it will never receive mixed-case names.

      When user details posted to the '/user' resource are checked to make sure the payload entity matches the username in the database this is currently a case-sensitive check, which fails because the returned lowercase output doesn't match the mixed case stored in Crowd.

      For consistency with Crowd's case-insensitive, case-preserving behaviour this check should also be case-insensitive. The update shouldn't affect the existing case in the database.

            jwalton joe
            jwalton joe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: