>  ActionForward actionForward = new ActionForward(url,true);

The "forward" here is a bit of a misnomer. Using "true" forces a
redirect. 

"Ian Kallen " wrote:
> 
> Are you saying that an http request can be forwarded to an https
> request?  That doesn't make sense; if the browser doesn't have an https
> session setup, the server can do whatever it wants to resolve the request
> translation.  You have to redirect to go from an http request to an https
> request.

Reply via email to