[jira] Updated: (FELIX-1860) HttpServletRequest objects passed through HttpService don't respond to getAuthType() and getRemoteUser() properly

2009-11-16 Thread Sten Roger Sandvik (JIRA)

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

Sten Roger Sandvik updated FELIX-1860:
--

Fix Version/s: http-2.0.4

> HttpServletRequest objects passed through HttpService don't respond to 
> getAuthType() and getRemoteUser() properly
> -
>
> Key: FELIX-1860
> URL: https://issues.apache.org/jira/browse/FELIX-1860
> Project: Felix
>  Issue Type: Bug
>  Components: HTTP Service
>Affects Versions: http-2.0.2
>Reporter: Justin Edelson
> Fix For: http-2.0.4
>
> Attachments: FELIX-1860.patch
>
>
> According to the JavaDoc for org.osgi.service.http.HttpContext, the 
> authentication type and remote user should be accessible via the standard 
> getAuthType() and getRemoteUser() methods of HttpServletRequest. However, 
> Felix HttpService's ServletHandlerRequest class does *not* do this.
> patch to follow shortly...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (FELIX-1860) HttpServletRequest objects passed through HttpService don't respond to getAuthType() and getRemoteUser() properly

2009-11-10 Thread Justin Edelson (JIRA)

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

Justin Edelson updated FELIX-1860:
--

Attachment: FELIX-1860.patch

here's the patch

> HttpServletRequest objects passed through HttpService don't respond to 
> getAuthType() and getRemoteUser() properly
> -
>
> Key: FELIX-1860
> URL: https://issues.apache.org/jira/browse/FELIX-1860
> Project: Felix
>  Issue Type: Bug
>  Components: HTTP Service
>Affects Versions: http-2.0.2
>Reporter: Justin Edelson
> Attachments: FELIX-1860.patch
>
>
> According to the JavaDoc for org.osgi.service.http.HttpContext, the 
> authentication type and remote user should be accessible via the standard 
> getAuthType() and getRemoteUser() methods of HttpServletRequest. However, 
> Felix HttpService's ServletHandlerRequest class does *not* do this.
> patch to follow shortly...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.