Hi,
I used following code for define ssl interceptor.
<interceptor-ref name="secure">
<param name="useAnnotations">flase</param>
<param name="httpPort">8082</param>
<param name="httpsPort">8444</param>
</interceptor-ref>
I used this only for login action. after that I need to use http. redirecting
http to https(8082 to 8444) working fine. but redirecting from http to https
gives me a problem. it redirects 8444 to 8080. not to 8082. So can't we change
the http port as above.
Thanks.
Original issue reported on code.google.com by isurujay...@gmail.com on 7 Apr 2014 at 10:32
Original issue reported on code.google.com by
isurujay...@gmail.com
on 7 Apr 2014 at 10:32