But, isn't there a spot to intercept it and screen out the port before 
it is handed off to the browser?  Struts has to be forming that URL 
somewhere, I just can't find it.

Robert wrote:

>If it's a redirect, I don't think you can, since the redirect URL is
>given to the browser, as opposed to a forward. Maybe you can with
>frames, but frames isn't exactly an 'elegant' solution.
>
>- Robert
>
>-----Original Message-----
>From: Bill Clinton [mailto:[EMAIL PROTECTED]] 
>Sent: Tuesday, February 26, 2002 1:03 PM
>To: Struts Users Mailing List
>Subject: How can I get rid of the port on redirects.
>
>Hello,
>
>I am running on port 8060, but the outside world sees my my application 
>through a proxy run on port 80.  When I set a forward to an action and 
>use the redirect=true flag, the port "8060" gets tagged on to the 
>redirect and it times out since this port is not open on the proxy.  I 
>am trying to look for somewhere in the struts source code where I can 
>strip out the refernce to this port on redirects.  Can someone please 
>show me where I would need to modify the source?  I am unable to find
>it.
>
>Bill
>
>
>--
>To unsubscribe, e-mail:
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail:
><mailto:[EMAIL PROTECTED]>
>
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
>.
>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to