[
https://issues.redhat.com/browse/ELY-1626?page=com.atlassian.jira.plugin....
]
Ilia Vassilev updated ELY-1626:
-------------------------------
Steps to Reproduce:
Start JBoss EAP with the attached configuration file standalone-full-ha.xml and deploy
login-test.war. Open browser with Development console. Access
http://localhost:8080/login-test/restricted
Login with web form - successfully creates JSESSIONIDSSO
Click on "Submit" button under "Click to programmatically login with
request.login()" to trigger programmatic login - no JSESSIONIDSSO is created
*Programmatic login does not create JSESSIONIDSSO:*
{code}
HTTP/1.1 302 Found
Connection: keep-alive
Location:
http://localhost:8080/login-test/restricted
Content-Length: 0
Date: Wed, 02 Dec 2020 16:29:23 GMT
{code}
*While posting to j_security_check successfully creates JSESSIONIDSSO:*
{code}
HTTP/1.1 302 Found
Expires: 0
Connection: keep-alive
Cache-Control: no-cache, no-store, must-revalidate
Set-Cookie: JSESSIONIDSSO=SEJgRMi0tnzH5DM2a2ksKSgdlFaJAbW6o5VdRYle; path=/;
domain=localhost
Pragma: no-cache
Location:
http://localhost:8080/login-test/restricted
Content-Length: 0
Date: Wed, 02 Dec 2020 16:25:10 GMT
{code}
Programmatic web authentication (HttpServletRequest.login()) does not
trigger sso
---------------------------------------------------------------------------------
Key: ELY-1626
URL:
https://issues.redhat.com/browse/ELY-1626
Project: WildFly Elytron
Issue Type: Bug
Reporter: Ilia Vassilev
Priority: Major
Attachments: standalone-full-ha.xml
Programmatic web authentication (HttpServletRequest.login()) does not trigger sso
(JSESSIONIDSSO does not get created) when using elytron/undertow.
This worked fine in EAP 6 (eap 5 too but it was a bit different as
HttpServletRequest.login() wasn't available at that time).
--
This message was sent by Atlassian Jira
(v7.13.8#713008)