How will Struts ActionForward redirect know if it has to redirect to http or https?
I am seeing mix content redirection error from https to http when I am doing new ActionForward . I am not able to figure out what ActionForward reads in order to determine that it has to go to http instead of https. I have old Struts v1.11. The ActionConfig I suppose, but it's available via extension to Struts. An extension to version 1.1, named sslext , helps solve many of the HTTP/HTTPS switching issues. It extends the ActionConfig class, RequestProcessor , and Plugin classes to define a framework where developers may specify the transmission protocol behavior for Struts applications. Within