Description
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