[
https://issues.apache.org/jira/browse/FELIX-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
J.W. Janssen resolved FELIX-3054.
---------------------------------
Resolution: Fixed
Fixed in rev #1567569.
> PathInfo & ServletPath
> ----------------------
>
> Key: FELIX-3054
> URL: https://issues.apache.org/jira/browse/FELIX-3054
> Project: Felix
> Issue Type: Bug
> Components: HTTP Service
> Reporter: Yann Diorcet
>
> There is an bizarre choice with the splitting between PathInfo, ServletPath
> and ContextPath.
> Indeed when i register a servlet (or a resource) to the path "/path1"
> In my HttpContext when i receive a request (in handleSecurity for example)
> the information associated with the request(/path1/abcd) are the following:
> PathInfo: /path1/abcd
> ServletPath:
> ContextPath:
> Isn't a weird behaviour?
> A splitting like the following one, isn't it more logical?
> PathInfo: /abcd
> ServletPath: /path1
> ContextPath:
> Thanks
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)