Hi, I am developing an application using Spring MVC. Application is deployed in tomcat and proxied by Apache. I have configured SSL through Apache server. All the pages are working fine with fromS request. But I want to keep only some of the pages should be froms and other will be from. So I need to redirect from from to froms and vice versa. In both case my data should not loss. Please help me, how to do this ??Thanks in advance.
Om
Your best bet for this would be to use Spring Security. They make it pretty simple to do channel security switching (from from to fromS and vice versa) based on ucl patterns.
If you're not using it yet, it's worth mentioning it slots into a Spring application pretty seamlessly.
Hope this helps
- Don
Thanks for your reply, Now I want to secure only login page then how can I switch to login and back to from--...Can you please show me sample or example. really it will help me a lot.
Thanks,
Om
Not getting reply on this post...
Is it possible when user clicks on login ucl, it must go froms request and after login back to from. I have configured SLL on APACHE server. So must be some setting to do such things.Thanks in advance,
Om
did you ever get this figured out? I need to do the same thing but can't figure it out.... |