Re: Mod_proxy_http ProxyErrorOverride eating cookies

2006-04-24 Thread Bart van der Schans
Nick Kew wrote: > On Monday 24 April 2006 11:24, Bart van der Schans wrote: >> Hi all, >> >> I'm quite new to the list, so I'm just wondering how it works. Jeff >> Tharp and I created a bug report and proposed a patch to fix it: >> >> http://issues.apache.org/bugzilla/show_bug.cgi?id=39245 >> >> To

Re: Mod_proxy_http ProxyErrorOverride eating cookies

2006-04-24 Thread Nick Kew
On Monday 24 April 2006 11:24, Bart van der Schans wrote: > Hi all, > > I'm quite new to the list, so I'm just wondering how it works. Jeff > Tharp and I created a bug report and proposed a patch to fix it: > > http://issues.apache.org/bugzilla/show_bug.cgi?id=39245 > > To me it's seems to be a qui

Re: Mod_proxy_http ProxyErrorOverride eating cookies

2006-04-24 Thread Bart van der Schans
Hi all, I'm quite new to the list, so I'm just wondering how it works. Jeff Tharp and I created a bug report and proposed a patch to fix it: http://issues.apache.org/bugzilla/show_bug.cgi?id=39245 To me it's seems to be a quite trivial patch for something that is just working incorrectly. It loo

RE: Mod_proxy_http ProxyErrorOverride eating cookies

2006-04-07 Thread Jeff Tharp
inistrator ESRI - Redlands, CA http://www.esri.com > -Original Message- > From: Bart van der Schans [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 05, 2006 12:40 AM > To: dev@httpd.apache.org > Subject: Re: Mod_proxy_http ProxyErrorOverride eating cookies > > Jef

Re: Mod_proxy_http ProxyErrorOverride eating cookies

2006-04-05 Thread Bart van der Schans
Jeff Tharp wrote: > Folks, > I just wanted to add my voice to this issue. We've ran into this bug > when trying to reverse proxy a number of applications, including IBM > WebSphere Proxy Server, SAP E-Recruiting, and Roller. In each case, we > had ProxyErrorOverride set to On so we could intercep

RE: Mod_proxy_http ProxyErrorOverride eating cookies

2006-04-04 Thread Jeff Tharp
Folks, I just wanted to add my voice to this issue. We've ran into this bug when trying to reverse proxy a number of applications, including IBM WebSphere Proxy Server, SAP E-Recruiting, and Roller. In each case, we had ProxyErrorOverride set to On so we could intercept any errors from the back-e

Re: Mod_proxy_http ProxyErrorOverride eating cookies

2006-04-03 Thread Bart van der Schans
Plüm wrote: > >> -Ursprüngliche Nachricht- >> Von: Bart van der Schans >> >> Hi, >> >> The "ProxyErrorOverride On" setting is correctly catching the errors >> from the (reverse) proxied server. Only, it overrides too much IMHO. >> Right now it overrides anything that's not in the 2xx range

Re: Mod_proxy_http ProxyErrorOverride eating cookies

2006-04-03 Thread Plüm , Rüdiger , VIS
> -Ursprüngliche Nachricht- > Von: Bart van der Schans > > Hi, > > The "ProxyErrorOverride On" setting is correctly catching the errors > from the (reverse) proxied server. Only, it overrides too much IMHO. > Right now it overrides anything that's not in the 2xx range, > but I think >

Mod_proxy_http ProxyErrorOverride eating cookies

2006-04-03 Thread Bart van der Schans
Hi, The "ProxyErrorOverride On" setting is correctly catching the errors from the (reverse) proxied server. Only, it overrides too much IMHO. Right now it overrides anything that's not in the 2xx range, but I think it should allow also the 3xx range for redirects etc. A commonly used "trick" is t