]
Jive JIRA Integration updated JBFORUMS-309:
-------------------------------------------
Forum Reference:
HHTP request not found in custom Login Module in JBOSS 7
--------------------------------------------------------
Key: JBFORUMS-309
URL:
https://issues.jboss.org/browse/JBFORUMS-309
Project: JBoss Forums
Issue Type: Bug
Environment: EAP 6.4
Reporter: joy sen
Assignee: Luca Stancapiano
Priority: Blocker
I want to use the HTTP request object in custom login module which extends
AbstractServerLoginModule.
In JBOSS 6.x this can be fetched from PolicyContext or FacesContext Object.
But from 7.x onwards these cannot be found. Any approach to share information between
authentication and login modules (Using ThreadLocal/Faces Contex/Policy Context) does not
work.
Need a way out to share information between authentication and login in EAP 6.4 version.