If a create a user with a backslash in the name, for example 'thisisau\sername', clicking the name in the top-right of the header takes me to a 404 page, trying to get to https://server:8080/user/thisisau/sername/.
If I replace the '/' in the URL username with '%5C' (encoded backslash) it successfully loads the user page.
- duplicates
-
JENKINS-32623 Incorrect user URL for users with backslashes in name
-
- Resolved
-
[JENKINS-46848] Username with backslash causes 404 at /user/username
Labels | New: windows |
Environment |
Original:
Jenkins: 1.625.3 OS: Windows Server 2016 Datacenter 1607 Plugins: None Browser: Chrome 60 |
New:
Jenkins: 2.78 OS: Windows Server 2016 Datacenter 1607 Plugins: None Browser: Chrome 60 |
Attachment | New: screenshot-1.png [ 40529 ] |
Attachment | New: screenshot-2.png [ 40530 ] |
On OS X both forward slash and back slash work in user IDs, so this is probably specific to Windows.
teilo Are you able to reproduce this issue?