I tried to integrate shiro into my spring app as described in the documentation, but so far I haven't been able to get any requests to do anything but 404. The logs on startup seem to indicate everything initialized fine but nothing appears in the logs when I hit one of the pages in the app.
I initially thought it might be my UrlRewriteFilter interfering, but I took that out and I get the same behavior. If I take out the shiro filter the 404s go away and the app works ok. I can post all my configs, but first wanted to check if there's any known issues. I also tried building the shiro spring example and it 404s for me as well. I did mvn package and deployed the war to apache-tomcat-6.0.26. Bringing it up in a browser causes a redirect to: http://localhost:8080/samples-spring-1.1.0/s/login which is a 404 page that complains "HTTP Status 404 - Servlet sample is not available" On a related note, are there source jars (or a way for the build to create them easily) so I can link it in eclipse and step debug through the running code? Thanks, Ray -- View this message in context: http://shiro-user.582556.n2.nabble.com/shiro-spring-giving-me-404s-tp5782432p5782432.html Sent from the Shiro User mailing list archive at Nabble.com.
