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.
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.