From dev-return-10270-archive-asf-public=cust-asf.ponee.io@chemistry.apache.org Wed Jul 24 16:45:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 22912180695 for ; Wed, 24 Jul 2019 18:45:02 +0200 (CEST) Received: (qmail 78370 invoked by uid 500); 24 Jul 2019 16:45:01 -0000 Mailing-List: contact dev-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list dev@chemistry.apache.org Received: (qmail 78357 invoked by uid 99); 24 Jul 2019 16:45:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jul 2019 16:45:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id BE8F7E2F48 for ; Wed, 24 Jul 2019 16:45:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4952E265DC for ; Wed, 24 Jul 2019 16:45:00 +0000 (UTC) Date: Wed, 24 Jul 2019 16:45:00 +0000 (UTC) From: "Florent Guillaume (JIRA)" To: dev@chemistry.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CMIS-1080) If-None-Match header does not parse ETag lists MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Florent Guillaume created CMIS-1080: --------------------------------------- Summary: If-None-Match header does not parse ETag lists Key: CMIS-1080 URL: https://issues.apache.org/jira/browse/CMIS-1080 Project: Chemistry Issue Type: Bug Components: opencmis-server Affects Versions: OpenCMIS 1.1.0 Reporter: Florent Guillaume [RFC 7232 =C2=A73.2|https://tools.ietf.org/html/rfc7232#section-3.2] specif= ies that the {{If-None-Match}} header can take a comma-separated list of en= tity tags: {quote} If-None-Match =3D "*" / 1#entity-tag {quote} (The {{1#}} syntax represents a comma-separated list with at least one elem= ent, as explained in [RFC 7230 =C2=A77|https://tools.ietf.org/html/rfc7230#= section-7], referenced in the intro in [RFC 7232 =C2=A71.2|https://tools.ie= tf.org/html/rfc7232#section-1.2]). However currently the parsing done in {{org.apache.chemistry.opencmis.serve= r.shared.AbstractServiceCall#sendContentStreamHeaders}} assumes only one ET= ag, and does not parse (and test) multiple ones. -- This message was sent by Atlassian JIRA (v7.6.14#76016)