Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] org.eclipse.jetty.http.HttpField
  • From: "Cantor, Scott" <cantor.2@xxxxxxx>
  • Date: Thu, 29 Oct 2020 21:06:48 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=osu.edu; dmarc=pass action=none header.from=osu.edu; dkim=pass header.d=osu.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=zPiBeatcXGfJZq0sV9xVG0TGukeN1xzJzHfe0dIebJg=; b=bETB0lIGWlj4yu7BfeJ0yk4BcyV85KDzNi8fo6jb84mCtX6RNUuBSAERCYJ12ZJcb35O0BEm5hjfKF4eOZKB2zE03ovcke/WJnDiC0tGOGM/xAeZN3VVY9BP3ZBMbWJj8xG1TEmdURblLMi9p1BltQfl2adDhg2z790HmZGpTcWMrMmLdccQj40vebGvMAKlQdmAKH8EXHmGvQwazYy1CU/2IsnhPSxpRv6hMvoeJEy5ISYA3+uTFwN0ufdpEh7RKXLzXTfsvBm+V/uLcYDS6IEghxUt/NAzYpN9cVXVn4Epbwtlm3wcDKk8urE3eJrQV21mGttpOSB+TTS8DbiUMQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=QAQFexG4DnGTrwdZRDRQ8h1MXvYbNKjDegbwan3/9NdLIsphP/iymMXu7hrrgRmlx/G/gIb0pcl7JxC4vJuA+SWcCzXJ2exP6H7jKH/bbGUtdsZRrIm7rhnrCGL9BnIa6vvRmC9+HxbIMu8To1N0OQNy7mqRzKAp8GsNjL/KwykdRFwRtTuBMOCg63TyACxV2Vcslug2iTw0J9j/pfABT/nG17zFG7KARQJ5azM0WyPKBbdlUNJCsva00Dh1VYxQr257GCsp2RjxcZh3F8bttN+6R2N1KpP2jY9fuCV3Ls9GuSdP8fDpOrDedGungkIWzHzK6qqr8fwA02vMfCDVnQ==
  • Delivered-to: jetty-users@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jetty-users>
  • List-help: <mailto:jetty-users-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWrie9IZkQ6792CEKtJ9Fcczi1iqmusd0AgABdJwD//8ByAA==
  • Thread-topic: [jetty-users] org.eclipse.jetty.http.HttpField
  • User-agent: Microsoft-MacOutlook/16.42.20101102

On 10/29/20, 4:54 PM, "jetty-users-bounces@xxxxxxxxxxx on behalf of Joakim Erdfelt" <jetty-users-bounces@xxxxxxxxxxx on behalf of joakim@xxxxxxxxxxx> wrote:

>    Your Example 2:
>    If-Match: W/"ab3>5ef1bc78", W/"5be73a9c523"
>
 >   This is a field of name "If-Match".
 >   It has 2 values, both of which are in violation of the spec.

https://tools.ietf.org/html/rfc7232#section-2.3

Am I missing something? That middle one seems to explicitly match your examples that you think are in violation...

(I don't mean to barge into the thread, but I have some uses of ETag in our code stack and I want to be able to accurately assess how we're using it.)

-- Scott



Back to the top