Hi Les,
Thank you for your reply.
my error pages are configured in the web.xml with <error-page>
then the shiro urls are configured as following:
<property name="filterChainDefinitions">
<value>
/user/** = authc
/article/** = authc
</value>
</property>
the behavior is when I visit /user/, it redirects me to the login page,
after login, the /user/** can be shown as expected, but then visit the
/article/1 which has not been created (springMvc info shows no mapping), the
tomcat returns a 404 error page defined in the web.xml, in this case, I am
been redirected to login even when I visit /user/ again.
--
View this message in context:
http://shiro-user.582556.n2.nabble.com/missing-subject-after-request-a-not-mapping-url-tp7015626p7018689.html
Sent from the Shiro User mailing list archive at Nabble.com.