-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
7.0.10, 7.1.0
-
7
-
1
-
Severity 3 - Minor
-
We've discovered that this issue has been duplicated by the issue at https://jira.atlassian.com/browse/JRASERVER-59828. While this is a confirmed bug in Jira, please watch that issue for further updates, and more detailed workarounds.
Cheers,
Dave
Atlassian Support
Summary
Could not log in with "Basic Authentication" when password contains special chars.
Steps to Reproduce
This works fine:
curl -D- -u fred:fred -X GET -H "Content-Type: application/json" http://kelpie9:8081/rest/api/2/issue/createmeta
But this does not work:
curl -D- -u fred:üäöß!! -X GET -H "Content-Type: application/json" http://kelpie9:8081/rest/api/2/issue/createmeta
what means the password "üäöß!!" will be not accepted by jira api.
Same goes to base64:
curl -D- -X GET -H "Authorization: Basic ZnJlZDrDvMOkw7bDnyEh" -H "Content-Type: application/json" http://kelpie9:8081/rest/api/2/issue/createmeta
Workaround:
Please see https://jira.atlassian.com/browse/JRASERVER-59828 for the workaround options.
- duplicates
-
JRASERVER-59828 Basic authentication does not support non-ascii characters in usernames or password
- Gathering Impact
- Follow up to
-
ACJIRA-774 Loading...