]
Darran Lofthouse updated ELY-1489:
----------------------------------
Fix Version/s: 1.2.0.Beta13
(was: 1.2.0.Beta12)
FormAuthenticationMechanism should only create a session if an
identity is being stored
---------------------------------------------------------------------------------------
Key: ELY-1489
URL:
https://issues.jboss.org/browse/ELY-1489
Project: WildFly Elytron
Issue Type: Bug
Components: HTTP
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.2.0.Beta13
We don't need this internal method to contain the boolean argument: -
{code}
private IdentityCache createIdentityCache(HttpServerRequest request, boolean
createSession) {
{code}
A subsequent call to put is sufficient for us to know a session is needed, an all other
cases don't create the session.