-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Duplicate
-
Component/s: core
-
Labels:
-
Environment:Jenkins: 2.78
OS: Windows Server 2016 Datacenter 1607
Plugins: None
Browser: Chrome 60
-
Similar Issues:
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
-
On OS X both forward slash and back slash work in user IDs, so this is probably specific to Windows.
James Nord Are you able to reproduce this issue?