Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-32623

Incorrect user URL for users with backslashes in name

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • jenkins 1.609.2
      active-directory 1.41

      We authenticate with an Active Directory Forest and users log in with names such as "DOMAIN\user". When logged in the link to their user area in the top right is something like:
      http://<jenkins>/user/DOMAIN/user which gives a 404 error when clicked.

      Replacing the slash with an escape code
      http://<jenkins>/user/DOMAIN%2Fuser or
      http://<jenkins>/user/DOMAIN%5Cuser

      or using an underscore

      http://<jenkins>/user/DOMAIN_user

      works. The link to the users account should probably use one of these. I am not sure whether this is a problem in Jenkins core or the active directory plugin.

            danielbeck Daniel Beck
            rg Russell Gallop
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: