-
Bug
-
Resolution: Done
-
Major
-
None
-
False
-
False
-
-
-
-
-
-
+
-
Undefined
-
The login method assumes the httpAuthenticator will have already been set:
@Override public boolean login(String username, String password) { if (httpAuthenticator == null) { log.trace("No HttpAuthenticator available for authentication."); return false; }
Instead we should adjust the code so the HttpAuthenticator will be created on demand for whichever method needs it first.
- clones
-
JBEAP-21737 [GSS](7.3.z) ELYWEB-133 - SecurityContextImpl.login incorrectly assumes authenticate would be called first.
- Closed
- incorporates
-
ELYWEB-133 SecurityContextImpl.login incorrectly assumes authenticate would be called first.
- Resolved
- is incorporated by
-
JBEAP-21818 (7.4.z) Upgrade elytron-web from 1.9.0.Final-redhat-00001 to 1.9.1.Final-redhat-00001
- Closed
- is related to
-
JBEAP-22560 (7.4.z) WFLY-15009 - Test Case for ELYWEB-133 - SecurityContextImpl.login incorrectly assumes authenticate would be called first.
- Closed