修改过滤器顺序

This commit is contained in:
shuzheng 2017-03-03 00:36:45 +08:00
parent 5235a9a009
commit 93dd3880b7
1 changed files with 5 additions and 4 deletions

View File

@ -19,11 +19,12 @@
</property>
<property name="filterChainDefinitions">
<value>
/swagger-ui.html = user
/druid/** = user
/manage/** = upmsSessionForceLogout,authc
/manage/index = user
/manage/** = authc
/** = upmsSessionForceLogout,anon
/druid/** = user
/swagger-ui.html = user
/resources/** = anon
/** = anon
</value>
</property>
</bean>