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/02/04 17:02:28 UTC

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

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

Les Hazlewood reassigned SHIRO-107:
-----------------------------------

    Assignee: Les Hazlewood

> 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
>            Assignee: Les Hazlewood
>             Fix For: 1.0.0
>
>         Attachments: SHIRO-107.diff
>
>
> 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.