Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 8830 invoked from network); 26 Jan 2011 17:11:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jan 2011 17:11:19 -0000 Received: (qmail 62905 invoked by uid 500); 26 Jan 2011 17:11:19 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 62634 invoked by uid 500); 26 Jan 2011 17:11:16 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 62622 invoked by uid 99); 26 Jan 2011 17:11:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jan 2011 17:11:16 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [195.232.224.73] (HELO mailout04.vodafone.com) (195.232.224.73) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jan 2011 17:11:06 +0000 Received: from mailint04 (localhost [127.0.0.1]) by mailout04 (Postfix) with ESMTP id 5D731132F66 for ; Wed, 26 Jan 2011 18:10:45 +0100 (CET) Received: from avoexs02.internal.vodafone.com (unknown [145.230.4.135]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mailint04 (Postfix) with ESMTPS id A0B6C132F1A for ; Wed, 26 Jan 2011 16:52:04 +0100 (CET) Received: from VF-MBX11.internal.vodafone.com ([145.230.5.20]) by avoexs02.internal.vodafone.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 26 Jan 2011 16:52:06 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Please vote - how to handle AllowEncodedSlashes Date: Wed, 26 Jan 2011 16:52:05 +0100 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Please vote - how to handle AllowEncodedSlashes thread-index: Acu9br59oQOLgaXsR0K4zem5LFgV/AAAZnFw References: From: =?iso-8859-1?Q?=22Pl=FCm=2C_R=FCdiger=2C_VF-Group=22?= To: X-OriginalArrivalTime: 26 Jan 2011 15:52:06.0199 (UTC) FILETIME=[FB66B470:01CBBD70] X-Virus-Checked: Checked by ClamAV on apache.org =20 > -----Original Message----- > From: Dan Poirier [mailto:poirier@pobox.com]=20 > Sent: Mittwoch, 26. Januar 2011 16:35 > To: dev@httpd.apache.org > Subject: Re: Please vote - how to handle AllowEncodedSlashes >=20 > On 01/21/2011 01:20 PM, Dan Poirier wrote: > > Can we take an informal vote on how best to handle=20 > AllowEncodedSlashes? > > > > At present, AllowEncodedSlashes Off (the default) results=20 > in any request > > containing an encoded slash, %2F, being rejected with a 404. > > > > In 2.0 and trunk, AllowEncodedSlashes On allows the encoded=20 > slash, but > > does not decode it. This keeps httpd from misinterpreting=20 > an encoded > > slash in a request as a path separator. I believe this was always > > the intended behavior. > > > > In 2.2, AllowEncodedSlashes On allows the encoded slash,=20 > and decodes it. > > This has caused problems for multiple people (see bugzilla, e.g. PR > > 35256), but has been the behavior since 2.2.0 (introduced in > > 2.1.something, I believe unintentionally). >=20 > One correction for the record - 2.0 behaves like 2.2. I doubt it's=20 > worth fixing, though. >=20 >=20 But this changes a lot. If 2.0 is like 2.2 then nothing breaks for = people moving from 2.0 to 2.2. So we should fix in trunk and set it to a sane = default (whatever this is, see discussion in the thread) and the backport to 2.2 = should preserve the current behaviour and just offer an option to enable the = trunk default. Regards R=FCdiger