> Just to double-check, all I have to do is treat the 'mappedValue'
> argument of isAccessAllowed() as the configuration options? In other
> words, with
>
> [urls]
> /plugin/** = authcBasic[POST,PUT,DELETE]
Is it a known bug that the above doesn't work? I get:
Caused by: java.lang.IllegalArgumentException: There is no filter with
name 'PUT]' to apply to chain [/plugin/**] in the pool of available
Filters. Ensure a filter with that name/path has first been
registered with the addFilter method(s).
at
org.apache.shiro.web.filter.mgt.DefaultFilterChainManager.addToChain(DefaultFilterChainManager.java:186)
at
org.apache.shiro.web.filter.mgt.DefaultFilterChainManager.createChain(DefaultFilterChainManager.java:159)