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 2009/10/13 15:27:31 UTC

[jira] Created: (SHIRO-107) Filter chain definitions should match on request method as well as request path (REST support)

Filter chain definitions should match on request method as well as request path (REST support)
----------------------------------------------------------------------------------------------

                 Key: SHIRO-107
                 URL: https://issues.apache.org/jira/browse/SHIRO-107
             Project: Shiro
          Issue Type: New Feature
          Components: Web
            Reporter: Les Hazlewood
             Fix For: 1.0


To support REST environments, it would be nice to specify a filter chain definition based on not only the request path, but also the request method (PUT, GET, POST, DELETE) to support rest environments.

For example:

/data/stocks/**:post = authc, roles[admin]
/data/stocks/** = authc


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