Re: response.sendRedirect(response.encodeRedirectURL(path));

2001-09-05 Thread Johan Fredriksson
Thanks, that was it! Johan - Original Message - From: James Fairbairn [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, September 04, 2001 2:46 PM Subject: Re: response.sendRedirect(response.encodeRedirectURL(path)); Hi Johan Are you using Apache as a reverse

Re: response.sendRedirect(response.encodeRedirectURL(path));

2001-09-04 Thread Johan Fredriksson
- Original Message - From: yeo sze wee [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, September 04, 2001 4:29 AM Subject: Re: response.sendRedirect(response.encodeRedirectURL(path)); hi the encodeRedirectURL method in response object doesn't seem to work. What

Re: response.sendRedirect(response.encodeRedirectURL(path));

2001-09-04 Thread James Fairbairn
Hi Johan Are you using Apache as a reverse proxy to provide external web access to internal hosts? This may help then: If you are using Apache with the ProxyPass directive for your external proxy, you also need to include a ProxyPassReverse directive for each virtual host in httpd.conf. i.e.

response.sendRedirect(response.encodeRedirectURL(path));

2001-09-03 Thread Johan Fredriksson
I cannot get the response.sendRedirect(response.encodeRedirectURL(path)); method call to include the frontend host name!! Architechture like this internet private netw layer layer proxy---oriondb whenever surfing via the proxy and a response sendredirect is called I end up

RE: response.sendRedirect(response.encodeRedirectURL(path));

2001-09-03 Thread Andre Vanha
: response.sendRedirect(response.encodeRedirectURL(path)); I cannot get the response.sendRedirect(response.encodeRedirectURL(path)); method call to include the frontend host name!! Architechture like this internetprivate netw layerlayer proxy---oriondb

Re: response.sendRedirect(response.encodeRedirectURL(path));

2001-09-03 Thread yeo sze wee
PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: response.sendRedirect(response.encodeRedirectURL(path)); Date: Mon, 3 Sep 2001 13:16:37 +0200 I cannot get the response.sendRedirect(response.encodeRedirectURL(path)); method call to include the frontend host name!! Architechture like