[
https://issues.apache.org/jira/browse/FELIX-434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Felix Meschberger updated FELIX-434:
------------------------------------
Attachment: FELIX-434.patch
Patch implementing said simple wrapper and using that wrapper when handling the
request
> Add support for the authentication type and remote user data if
> HttpContext.handleSecurity is used.
> ---------------------------------------------------------------------------------------------------
>
> Key: FELIX-434
> URL: https://issues.apache.org/jira/browse/FELIX-434
> Project: Felix
> Issue Type: Bug
> Components: HTTP Service
> Reporter: Felix Meschberger
> Attachments: FELIX-434.patch
>
>
> Currently the HttpService implementation calls the HttpContext.handleSecurity
> method to check authentication and to handle the request depending on the
> result. But the remote user and authentication type set as request attributes
> are not used to implement the getRemoteUser() and getAuthType() methods.
> Will attach a patch to implement a simple HttpServletRequestWrapper which
> implements these two methods in terms of the defined request attributes (or
> fall back to the servlet container implementations if no such attribute is
> set).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.