Re: cvs commit: httpd-2.0/server util.c

2004-09-01 Thread Jeff Trawick
On 1 Sep 2004 15:14:33 -, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 trawick 2004/09/01 08:14:33
 
   Modified:.CHANGES
server   util.c
   Log:
   Fix the handling of URIs containing %2F when AllowEncodedSlashes
   is enabled.  Previously, such urls would still be rejected with
   404.

I can't see how this ever worked before :(  Any comments from the crowd?


Re: cvs commit: httpd-2.0/server util.c

2004-09-01 Thread Nick Kew
On Wed, 1 Sep 2004, Jeff Trawick wrote:


 I can't see how this ever worked before :(  Any comments from the crowd?

FWIW, I fised that one in the proxy context about two months ago.
But I haven't looked at it in the general case.

-- 
Nick Kew


Re: cvs commit: httpd-2.0/server util.c

2004-09-01 Thread Jeff Trawick
On Wed, 1 Sep 2004 20:36:07 +0100 (BST), Nick Kew [EMAIL PROTECTED] wrote:
 On Wed, 1 Sep 2004, Jeff Trawick wrote:
 
 
  I can't see how this ever worked before :(  Any comments from the crowd?
 
 FWIW, I fised that one in the proxy context about two months ago.
 But I haven't looked at it in the general case.

was that this change entry?

  *) mod_proxy: multiple bugfixes, principally support cookies in
ProxyPassReverse, and don't canonicalise URL passed to backend.
Documentation correspondingly updated. [Nick Kew nick webthing.com]


Re: cvs commit: httpd-2.0/server util.c

2004-09-01 Thread Nick Kew
On Wed, 1 Sep 2004, Jeff Trawick wrote:

 On Wed, 1 Sep 2004 20:36:07 +0100 (BST), Nick Kew [EMAIL PROTECTED] wrote:
 
  FWIW, I fised that one in the proxy context about two months ago.
  But I haven't looked at it in the general case.

 was that this change entry?

   *) mod_proxy: multiple bugfixes, principally support cookies in
   ProxyPassReverse, and don't canonicalise URL passed to backend.
   Documentation correspondingly updated. [Nick Kew nick webthing.com]

Yes, that sounds right.  Though I think the CHANGES entry may have
lagged the actual update.  A quick look at CVS shows a datestamp of
Tue Jun 29 06:37:21 2004 UTC

-- 
Nick Kew