Return-Path: X-Original-To: apmail-httpd-bugs-archive@www.apache.org Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1706E6E56 for ; Fri, 8 Jul 2011 21:55:34 +0000 (UTC) Received: (qmail 22384 invoked by uid 500); 8 Jul 2011 21:55:33 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 22325 invoked by uid 500); 8 Jul 2011 21:55:33 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 22316 invoked by uid 99); 8 Jul 2011 21:55:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2011 21:55:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2011 21:55:30 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id 8177248264; Fri, 8 Jul 2011 21:55:09 +0000 (UTC) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 28410] mod_dir does trailing slash redirect on SetHandler Date: Fri, 08 Jul 2011 21:55:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: Core X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: covener@gmail.com X-Bugzilla-Status: CLOSED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=28410 --- Comment #11 from Eric Covener 2011-07-08 21:55:09 UTC --- (In reply to comment #10) > I disagree with the resolution of this bug. > > The HTTP spec (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3) > allows following a redirect *only* with a GET or HEAD. So mod_dir redirecting > an incoming request which is a POST is sure to break the request. Therefore > mod_dir should not redirect POST requests. The section you link to just says user-agents shouldn't follow such a redirect without prompting the user. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org