> From: Martin Gainty [mailto:[EMAIL PROTECTED]
> Subject: Re: Modifying the response
>
> can you be more specific on this bug?
I gave a link to the thread that discussed the issue - which you
apparently ignored. Here it is again:
http://marc.theaimsgroup.com/?t=11613669470
received
this communication in error and that any review, disclosure, dissemination,
distribution or copying of it or its
contents
- Original Message -
From: "Tremal Naik" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Thursday, November 02, 2006 10:36 AM
2006/11/2, Caldarale, Charles R <[EMAIL PROTECTED]>:
There is a known bug in IE6 that loses the port number while handling
redirects. This thread may be related:
yes, I use a valve to filter all incoming request to fix this problem.
Or it might not be. You could try IE7 to see if that cures
> From: Tremal Naik [mailto:[EMAIL PROTECTED]
> Subject: Modifying the response
>
> This causes Explorer 6 giving the error "Cannot find server". Mozilla
> Firefox is working fine.
There is a known bug in IE6 that loses the port number while handling
redirects. This th
2006/11/2, Pid <[EMAIL PROTECTED]>:
Using a valve seems a bit crazy, even a filter seems excessive.
ok, what do you suggest?
I'm not quite clear on what the problem is; is it that IE is
misbehaving, or is it that your app is gaining a query string where it's
unnecessary?
both. If Mozilla Fi
Tremal Naik wrote:
> 2006/11/2, Tremal Naik <[EMAIL PROTECTED]>:
>> I'd like to filter the response to strip the unnecessary query string
>> from the Location header. Should I use a Valve or a Filter or what?
>
> I noticed that I can change the header Location after the invoke()
> call in a Valve:
2006/11/2, Tremal Naik <[EMAIL PROTECTED]>:
I'd like to filter the response to strip the unnecessary query string
from the Location header. Should I use a Valve or a Filter or what?
I noticed that I can change the header Location after the invoke()
call in a Valve:
getNext().invoke(request, re
Hello,
I'm using SSLExt to manage https redirection in a Struts 1.1 project.
SSLExt (http://sslext.sourceforge.net/) is a framework to let Struts
application easily switch back and forth from a secure channel when a
page displays sensitive data (i.e. password input forms)
If the user requests a p