[Red Hat JIRA] (WFLY-14157) Internal Error accessing EJB Runtime option at Management Console
by Rodolfo Spike (Jira)
Rodolfo Spike created WFLY-14157:
------------------------------------
Summary: Internal Error accessing EJB Runtime option at Management Console
Key: WFLY-14157
URL: https://issues.redhat.com/browse/WFLY-14157
Project: WildFly
Issue Type: Bug
Components: Management
Affects Versions: 21.0.1.Final
Reporter: Rodolfo Spike
Assignee: Jeff Mesnil
Hi,
It seems that EJB Runtime monitor at Management Console is broken.
I cannot monitor EJBs deployed at server because an error happens when the option is selected.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
2 years, 12 months
[Red Hat JIRA] (ELY-1626) Programmatic web authentication (HttpServletRequest.login()) does not trigger sso
by Ilia Vassilev (Jira)
[ 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)
2 years, 12 months