[
https://issues.apache.org/jira/browse/SHIRO-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Les Hazlewood deleted SHIRO-207:
--------------------------------
> Canonicalize request paths before performing request path matching
> ------------------------------------------------------------------
>
> Key: SHIRO-207
> URL: https://issues.apache.org/jira/browse/SHIRO-207
> Project: Shiro
> Issue Type: Bug
> Reporter: Les Hazlewood
>
> Request paths should be canonicalized before performing path matching logic
> to ensure that any request that might have relative path indicators are
> handled properly.
> For example, a request to:
> http://localhost:8080/some/./pages/../location.jsp
> should be canonicalized to:
> http://localhost:8080/some/location.jsp
> before applying path matching logic.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.