Re: ssl-forwarding filter not working in IE 6

2005-04-17 Thread sudip shrestha
Actually, I fixed the code by adding encodeRedirectURL method. Strange thing is Firefox does not seem to care about proper url encoding, where as IE does. On 4/15/05, Sng Wee Jim [EMAIL PROTECTED] wrote: Try setting the following 2 response header response.setHeader(Pragma, public);

Re: ssl-forwarding filter not working in IE 6

2005-04-15 Thread Jason Bainbridge
On 4/15/05, sudip shrestha [EMAIL PROTECTED] wrote: Hi : I have following code for automatic ssl-forwarding filter: Why do it that way? Why not just add transport-guarantee's in your web.xml and setup a redirect port for your http connector in your server.xml? eg.

Re: ssl-forwarding filter not working in IE 6

2005-04-15 Thread sudip shrestha
Actually, I have apache serving static pages with jk-connector integrating services with Tomcat 5, and I did not show the full script, but I would like to redirect to secure url to only those requests coming from outside the company intranet. On 4/15/05, Jason Bainbridge [EMAIL PROTECTED] wrote:

Re: ssl-forwarding filter not working in IE 6

2005-04-15 Thread sudip shrestha
But still the question remains is this some sort of bug in IE? On 4/15/05, sudip shrestha [EMAIL PROTECTED] wrote: Actually, I have apache serving static pages with jk-connector integrating services with Tomcat 5, and I did not show the full script, but I would like to redirect to secure url

Re: ssl-forwarding filter not working in IE 6

2005-04-15 Thread sudip shrestha
I disabled my filter and have tried this way, once again works with Firefox but not with IE, exact same results. On 4/15/05, Jason Bainbridge [EMAIL PROTECTED] wrote: On 4/15/05, sudip shrestha [EMAIL PROTECTED] wrote: Hi : I have following code for automatic ssl-forwarding filter: Why do

RE: ssl-forwarding filter not working in IE 6

2005-04-15 Thread Sng Wee Jim
Try setting the following 2 response header response.setHeader(Pragma, public); response.setHeader(Cache-Control, max-age=0); - Jim -Original Message- From: sudip shrestha [mailto:[EMAIL PROTECTED] Sent: Friday, April 15, 2005 9:54 PM To: Struts Users Mailing List;