You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2008/01/08 11:12:33 UTC

[jira] Assigned: (FELIX-434) Add support for the authentication type and remote user data if HttpContext.handleSecurity is used.

     [ https://issues.apache.org/jira/browse/FELIX-434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger reassigned FELIX-434:
---------------------------------------

    Assignee: Felix Meschberger

> 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
>            Assignee: 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.