You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Les Hazlewood (JIRA)" <ji...@apache.org> on 2010/10/26 20:26:18 UTC

[jira] Deleted: (SHIRO-207) Canonicalize request paths before performing request path matching

     [ 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.