-
Oct 10th, 2012, 02:19 AM
#1
Spring Security deployment issue
Hello,
I am trying to deploy spring security 3.x on existing spring3 / tiles / mysql application.
All works except that I have to now change url's in my app to include '/myapp/' before the page references.
e.g. User is taken to /login.htm but page does not redirect to '/welcome' . I have to specify '/myapp/welcome' in appcontext.xml .
Likewise a menu item '/search' now needs to be '/myapp/search' .
This was working earlier so something in spring security deployment seems to have gone wrong.
Any pointers will be really appreciated.
Thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules