mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
bug5503: added ShiroFilter subclass to skip authentication for OPTIONS requests
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
</listener>
|
||||
<filter>
|
||||
<filter-name>ShiroFilter</filter-name>
|
||||
<filter-class>org.apache.shiro.web.servlet.ShiroFilter</filter-class>
|
||||
<filter-class>com.sap.sse.security.shiro.ShiroFilterForAllButOptionsRequests</filter-class>
|
||||
</filter>
|
||||
<!-- Make sure any request you want accessible to Shiro is filtered. "/*" catches all requests. Usually this filter mapping
|
||||
is defined first (before all others) to ensure that Shiro works in subsequent filters in the filter chain: -->
|
||||
|
||||
Reference in New Issue
Block a user