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


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.

Reply via email to