Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jstl-dev] JSTL TCK Query
  • From: Kalin Chan <kalin.chan@xxxxxxxxxxx>
  • Date: Wed, 8 Jan 2025 11:28:11 +0000
  • Accept-language: en-US, en-150, en-GB
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=payara.fish; dmarc=pass action=none header.from=payara.fish; dkim=pass header.d=payara.fish; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=nbdxsdihcJLKQQRytIaaRe7U10zfZWxyDZQwCYgyuo8=; b=fD06UldIefsyh6Tmx33b1dyCMWUzbOF8aebIXwWdlEbZwXRp4osl1F22xcUTyw3Objb47HxVO6zaLxl7VdyXfu/n4kfrcjYYQHUhix6xWRe/19KcNFpRJnim6pJ6p7Filsqv7n+urLIqNajSBgDwmAxazEE8JwvEJyWRO+eSP9cd2t3GAgMSgzfj33KyGjF0xN3l1mpFVwEgenLvtMDYZaLSLIAXuyiN7//dj4C3WdbSMALwc/p2uDNaBtr/VGV+VC7oQUgi8uueg5tAGBxdZ1EvhVvO2gaE+eevK4P/ksTYBcfaQJVTn0eJi6DdjRMngvHg3xfJc3kPSHdADt1wTg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=Vn2nYPr8Bdssth7kbrO+3r1nQlMxP3rBW/fuobduGyjh0KrV3eM3XVGnhidj5Y1xu1WDAH9Uc/Us/P5E6JO/mbngxP9NHTbYDjJNrfpUfXWqvd4SzucZZEO9eheR0E9HV1rPSQPyBcX25pF3ln13YRzSKfpBe8pE7j0M/rUZU8Ho3IwnO2tA2fZW2cq1cy1JH9dj59aB8AO5tt+4YfQJIe4Gb9DlbwzAWNzXdUh3lUH+IYRJCUuFEr0kX9oiWuO2XexAdnKnLNxWaGxC9wpQH2+doUOb7NbCkQhh2WS4t7frEhEdi1zvKZ4C1dwCqzlmWNjHelDGuNSBoK9rq9iYMA==
  • Delivered-to: jstl-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jstl-dev/>
  • List-help: <mailto:jstl-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jstl-dev>, <mailto:jstl-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jstl-dev>, <mailto:jstl-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHbYb89DocmpjtKE0aXiF6EvGvYfA==
  • Thread-topic: JSTL TCK Query

Hi,

 

In Payara 7.2025.1.Alpha1-SNAPSHOT, running the JSTL 3.0.1 TCK, the following test is failing:

`FAILED........com/sun/ts/tests/jstl/spec/xml/xmlcore/bindings/JSTLClient.java#positiveXPathVariableBindingsTest`

 

From my investigation, the test fails due to the ‘GOLDENFILE’ not expecting a quoted Cookie value, i.e “CookieFound”.

 

As seen below:

ERROR: [TokenizedValidator]: Server's response and goldenfile to not match!

[javatest.batch]

[javatest.batch]             Goldenfile token: CookieFound<br>

[javatest.batch]             Response token:   &#034;CookieFound&#034;<br>

 

It looks like the JSTL TCK does send the quoted Cookie value and this previously passed due to Grizzly removing the quotes, however, this behaviour has now changed ( https://github.com/eclipse-ee4j/grizzly/commit/62b61107461c6d846544f3f8f3f7e3a2e1ecb5e1#diff-22ab214b6074546a2c58a1add254a4c8d830695104799324ffc01eec8233576dR202 CookieHeaderParser.java) – I believe the TCK should be updated to accept the response token.

 

Any thoughts?

 

Thanks,

Kalin Chan
Senior Apprentice Software Engineer

Twitter

LinkedIn

Instagram

 

Website

payara.fish

 

Phone

+448005385490

Try our fully managed cloud native application runtime. 15 day trial available. Payara.cloud

Payara Services Ltd, Registered office: Malvern Hills Science Park, Geraldine Road, Malvern, WR14 3SZ, United Kingdom
Registered in England and Wales: 09998946 | VAT: GB 193854467

Payara is a proud recipient of the prestigious Queen's Award for Enterprise: International Trade 2021

 


Back to the top