EJB Webservice BASIC login HTTPServletRequest into LoginModule
--------------------------------------------------------------
Key: GERONIMO-4572
URL: https://issues.apache.org/jira/browse/GERONIMO-4572
Project: Geronimo
Issue Type: Improvement
Security Level: public (Regular issues)
Components: webservices
Reporter: Kaupo Parmas
When using JAAS and loging in from a web container one can access the
HttpServletRequest like this:
HttpServletRequest request = (HttpServletRequest)
PolicyContext.getContext("javax.servlet.http.HttpServletRequest");
However this doesn't work when using BASIC authentication on Webservices made
from EJBs - the request object is null.
Can this feature also be enabled for EJB based webservices.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.