Re: Struts 2 'redirectAction' changes protocol from HTTPS to HTTP

2014-12-16 Thread Sreekanth S. Nair
As far as i know it wont be struts2 problem probably you have to look into your security config, how you are handling http https route ? i can tell you, we were using strust2 2.3.15.1 distribution with lots of redirectResult without any trouble (we have the similar login https others http route).

Struts 2 'redirectAction' changes protocol from HTTPS to HTTP

2014-12-16 Thread der3
Hello all struts2 users I have a JEE web application running in HTTP mode all the time except for authentication where we are in HTTPS. We now need to have HTTPS all the time. While testing, we saw a problem with Struts 2 : "redirectAction" (which generates 302 status return code on the client