|
|
@@ -143,7 +143,7 @@
|
|
|
<bean id="shiroFilter" class="org.apache.shiro.spring.web.ShiroFilterFactoryBean">
|
|
|
<property name="securityManager" ref="securityManager" />
|
|
|
<property name="loginUrl" value="/portal/index" />
|
|
|
- <property name="successUrl" value="/" />
|
|
|
+ <property name="successUrl" value="/portal/index" />
|
|
|
<property name="unauthorizedUrl" value="/portal/index" />
|
|
|
<property name="filterChainDefinitions" value="#{shiroManager.loadFilterChainDefinitions()}" />
|
|
|
<property name="filters">
|