-
Jan 29th, 2011, 08:29 PM
#1
redirect all http calls to https
i would like to redirect all http requests to https. is there any way to do it with Spring Security?
-
Jan 30th, 2011, 06:16 AM
#2
You would probably be better doing something like that outside Spring Security. If you're using apache, then do it there. Or use a security-constraint in your web.xml to do it. Search the web and you will find plenty of examples.
-
Jan 30th, 2011, 08:08 AM
#3
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