-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
-
-
-
-
-
- Set up LDAP with a user 'admin' identified by password 'test123!ü'
- Set up WF to use LDAP authentication for management-interface
- Go to the web console and try logging in using Firefox browser
-
EAP 7.0.1
Firefox, Safari and IE use ISO-8859_1 character encoding when generating authentication header. If the credentials contain umlauts (eg. ü), the decoded string on the server is incorrect and authentication fails.
This affects web console authentication when LDAP is used as credentials store.
Web console can solve this by using https://issues.jboss.org/browse/UNDERTOW-595 which adds ability for Undertow to use user-agent patterns to choose correct charset during BASIC authentication.
- clones
-
WFCORE-1413 Web console doesn't accept passwords with non-ascii characters
- Resolved
- is incorporated by
-
JBEAP-4637 Upgrade to WildFly Core 2.1.5
- Closed