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 19:20:53 +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=AM/Ec2UlzcQEVTKnm+uU2iqtgmp/kb0FoESIS4/4KiY=; b=XEr/SVPBIzOtGKd9GLgHEgNzoWQwPIp0ZH3RHmFKA3GR+O9cvEDXuiAJXp9aKmjuxfSobN0ThNoeV0rCmHbFPmMiZPYvD+2eFM+BkyTlNyPdm5/rLjNW7aTgRD1uf0/8LQXt64cwG092wYU9yk9Y2CsTtHkDKXnP8Q+gUMSqP16NAhIgpzeer3CSkNN5NVVB/Y40MSVvl2rtfvEUObKid6jvE8r0YE9kQO88EXdXD6DsRZCNTJleHgcpFC5ouv/5EO+fGTLAq/QVqYeM5hTvoWrd8ZDD+hr7TVqoiVQ19WKcotDhGitH/msrc64d0pxIOKGvjqdDfsiqexm9WQwY3A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=EiTm+c/unDY266e34WaRlw45mun6j9O8TVujlk8rFEpwR7+AkfH8bkZIbGXU5eo0UPhhFMX2sEP2ILIp2SyPZm0UjxDE7PgZq26FBpIpEe7JrmX1AnTxNd2l1JeRNQYRQLFyWv2DFeVR8UIVHqWNMPRSrIyIDdJX4C2CM58Se0URjm15JI/J9BLyCMuUb+BHNDU/1pxCf1ZBACj8v1/mMuFyCDlal1nDsZ4KxfPmK0ZvP3GdYd8NNx7Xf+s6Spe3qxPySS86z75yxTMLRwcWjJxA1cayVk607V88Vsul57GKPOO+numzalj72lW0AcogYKl4+b/yNB8mbfQR7LFtJg==
  • 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: AQHWrie9IZkQ6792CEKtJ9Fcczi1iqmusd0A
  • Thread-topic: [jetty-users] org.eclipse.jetty.http.HttpField
  • User-agent: Microsoft-MacOutlook/16.42.20101102

On 10/29/20, 3:14 PM, "jetty-users-bounces@xxxxxxxxxxx on behalf of Nils Kilden-Pedersen" <jetty-users-bounces@xxxxxxxxxxx on behalf of nilskp@xxxxxxxxx> wrote:

>    I disagree. The quotes are part of the value and are significant. 

I agree.

I was curious about this and followed the thread because I make use of the etags feature in the DefaultServlet. It seems to operate properly so far as it goes, but that may be due to simply expecting and handling the fact that the quotes are gone, or by not properly handling weak vs.strong comparison.

But if something behind the server were looking at the header value, it would be getting a corrupted value out to compare with its own copy of the tag if it had produced it.

-- Scott



Back to the top