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 093A0105F0 for ; Wed, 24 Jul 2013 20:55:07 +0000 (UTC) Received: (qmail 19796 invoked by uid 500); 24 Jul 2013 20:55:06 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 19724 invoked by uid 500); 24 Jul 2013 20:55:06 -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 19710 invoked by uid 99); 24 Jul 2013 20:55:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jul 2013 20:55:06 +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; Wed, 24 Jul 2013 20:55:04 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id 4DE861B3AC; Wed, 24 Jul 2013 20:54:43 +0000 (UTC) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: [Bug 55304] [PATCH] mod_dav should not validate parent when handling COPY Date: Wed, 24 Jul 2013 20:54:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: mod_dav X-Bugzilla-Version: 2.5-HEAD X-Bugzilla-Keywords: PatchAvailable X-Bugzilla-Severity: normal X-Bugzilla-Who: ben@reser.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=55304 Ben Reser changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #30623|0 |1 is obsolete| | --- Comment #1 from Ben Reser --- Created attachment 30625 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30625&action=edit Only validate the parent in the case of MOVE and not COPY. Updated the patch to use DAV_VALIDATE_RESOURCE flag when it's a COPY. This doesn't actually change any behavior since dav_validate_request() never looks at that flag, but all the other callers use it, so this case should use it in case the implementation changes. -- 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