-
Bug
-
Resolution: Done
-
Major
-
7.8.0.GA
-
False
-
False
-
-
-
-
-
-
CR1
-
+
-
Undefined
-
- Try to pass "Authorization=Basic bcdabcdabcdabcdabcdabcdabcd==" while accessing REST endpoint which need authentication.
-
---
-
---
-
-
2020 Week 49-51 (from Nov 30)
Authorization Headers it seems to be ignoring = sign in the encoded key value.
e.g. Authorization=Basic bcdabcdabcdabcdabcdabcdabcd== , the two = chars are removed while passing the header in to the request, which causes authentication issue.
- is incorporated by
-
JBPM-9434 REST endpoint authetication fails if Authorization header has == in encoded key in REST WIH
- Resolved