-
Bug
-
Resolution: Fixed
-
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.
- is duplicated by
-
JENKINS-46848 Username with backslash causes 404 at /user/username
- Closed
-
JENKINS-32844 Options under the drop-down menu at account name in the top bar doesn't work correctly when it contains a slash
- Closed
- is related to
-
JENKINS-33304 LegacySecurityRealm does not handle "special" characters in usernames
- Closed
- links to