AnamariaClaudia / struts2-ssl-plugin

Automatically exported from code.google.com/p/struts2-ssl-plugin
0 stars 0 forks source link

Change http port 8080 to other #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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