timperrett / lift-shiro

Lift Integration with the Shiro security framework
http://blog.getintheloop.eu/2011/08/23/using-apache-shiro-with-lift/
Apache License 2.0
50 stars 32 forks source link

Minor Readme update #8

Closed stephanh closed 13 years ago

stephanh commented 13 years ago

Hi Tim,

Thank you for creating this module. I was just playing with it and had issues where log in redirection wouldn't work on successful log in and it would redirect me to the log in page when ever I change to another page.

I figured out that this was caused by me adding the shiro filter, etc. after the lift filter, etc. in the web xml. I updated the Readme to reflect that so that other people don't get caught out by this.

Regards,

Stephan