Added a new init parameter to the AuthenticationFilter.

<init-param>
<param-name>unprotectedMethods</param-name>
<param-value>OPTIONS,PUT,POST</param-value>
</init-param>

It accepts a comma separated list with all methods that should not be protected by the filter.

By default, all methods are protected.

Change By: Pedro Igor (03/Jun/13 6:29 PM)
Git Pull Request: https://github.com/picketlink/picketlink/pull/129
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira