Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 29A35200BF7 for ; Mon, 26 Dec 2016 00:46:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 28272160B2C; Sun, 25 Dec 2016 23:46:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6705E160B2B for ; Mon, 26 Dec 2016 00:45:59 +0100 (CET) Received: (qmail 40664 invoked by uid 500); 25 Dec 2016 23:45:58 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 40650 invoked by uid 99); 25 Dec 2016 23:45:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Dec 2016 23:45:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 60D7B2C03DE for ; Sun, 25 Dec 2016 23:45:58 +0000 (UTC) Date: Sun, 25 Dec 2016 23:45:58 +0000 (UTC) From: "Michael Osipov (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WAGON-478) WebDavWagon accepts SC_OK for MKCOL MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 25 Dec 2016 23:46:00 -0000 [ https://issues.apache.org/jira/browse/WAGON-478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15777234#comment-15777234 ] Michael Osipov commented on WAGON-478: -------------------------------------- This is likely to be related to WAGON-477. > WebDavWagon accepts SC_OK for MKCOL > ----------------------------------- > > Key: WAGON-478 > URL: https://issues.apache.org/jira/browse/WAGON-478 > Project: Maven Wagon > Issue Type: Bug > Components: wagon-webdav > Affects Versions: 2.11 > Reporter: Michael Osipov > > According to [RFC 4918, section 9.3.1|https://tools.ietf.org/html/rfc4918#section-9.3.1] the only 2xx status code to be returned/accepted is 201 ({{SC_CREATED}}), but not 200 ({{SC_OK}}). > This should be cleaned up to be standards compliant. -- This message was sent by Atlassian JIRA (v6.3.4#6332)