Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 60410 invoked from network); 1 Nov 2010 21:37:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Nov 2010 21:37:37 -0000 Received: (qmail 86735 invoked by uid 500); 1 Nov 2010 21:38:08 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 86675 invoked by uid 500); 1 Nov 2010 21:38:08 -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 86667 invoked by uid 99); 1 Nov 2010 21:38:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Nov 2010 21:38:08 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of poirier@pobox.com designates 208.72.237.35 as permitted sender) Received: from [208.72.237.35] (HELO sasl.smtp.pobox.com) (208.72.237.35) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Nov 2010 21:38:02 +0000 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id EDDA42F4A for ; Mon, 1 Nov 2010 17:37:39 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:date:message-id:mime-version:content-type; s=sasl; bh=x aIHyGt/SHbW2wzHTQfEwERXUaw=; b=PU/RlU/cCfgjTQCL+m8wt7+XTxPbOSwTH NCq3LWlQSR2avI2r7QZW7eL/5bU4cZhrcSC81lUSglqRRYY0t52yfaJrU+muQ13B 9eYW73N558ziLmRvCjWjxX1pJ/G1qk5GpZVyVIiz5luBMTOZ5pZgZg7p9tn+TuLv dDoYWeRVMw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:subject :date:message-id:mime-version:content-type; q=dns; s=sasl; b=ZHx W1FHvdAsRybCXfLViwUPHQSGQRk9XBQM/vG9bTqCrV1YY+m6tNvb4aOHE/YSZJdk bRaycAueJPUdKMuYjg/kydruxlYHmwp/x6xBmguU/CMmLJfmoMx4Ra/AYlLxSgFV MkePd8upgXm2YnIdmd6V2S7h+ra3WlhJ+ncn84uc= Received: from b-pb-sasl-quonix. (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id E91D12F49 for ; Mon, 1 Nov 2010 17:37:39 -0400 (EDT) Received: from kabuki.mynet (unknown [38.101.196.246]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by b-sasl-quonix.pobox.com (Postfix) with ESMTPSA id A689F2F48 for ; Mon, 1 Nov 2010 17:37:38 -0400 (EDT) From: Dan Poirier To: dev@httpd.apache.org Subject: Why AllowEncodedSlashes config not merged? User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (darwin) Date: Mon, 01 Nov 2010 17:37:37 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Pobox-Relay-ID: 40663976-E600-11DF-A611-A167C76EB067-25076293!b-pb-sasl-quonix.pobox.com Is there some subtle reason why config merging isn't implemented for AllowEncodedSlashes? Thanks, Dan