Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [servlet-dev] [TCK Challenge] A number of cross context HTTP session tests are failing
  • From: Manfred Riem <m_riem@xxxxxxxxxxx>
  • Date: Sat, 3 Dec 2022 13:40:45 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; 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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=lzSFcgb9DyV+Cjz16VwwKVQRGue7zz05UcP1r1bT37A=; b=nadL3ImllG8Notn2wccsu1zYkEDSGlmFPWaUELMWPZgZWXXw0gLCyheqTwgjCJotvJHVWOwjeL+EInbejEtFHcYHSA7nXSeO3X4F4ZOw20vjTPQLRYwp0D5N0ZPJ6kfhINXDJy+jMkRsEFWYQt2io0cIzv8CcoW4MZWvcaZpmAtc67335rsiq1l+BjPkw9wyBT6s1sc5W1Sede7WadX/NFyU72GuMJyuh5WCk8IXFZG9gRC/eC04okJleBBA3Ao7wittq/hRGNDg2Wz4vA5wFiuL3QrFXZBUo8noD1qHKifXq+JaRuSEkmfdRZ0qi06YNmvJEoxEeEEUmTW+LltruA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=igrttTBv8iRDhOmtltLaY6701RrL88EfLVWNIkYSE0YNGI3lgoIK8tAyeMlCb5h2d9p+WULSNyoq09JAxtxm7upG/AvL+rZmKjXRLjIuw2e8hCzFrb+sMTgLLzb2odOYrxPh29oBuEoRQtlOjHHGJfNAPZCp9fTVidl5SIyulTXpZ71J0SIGuoAio3TSxBoA0yjshSa4PdWIaOS7RJ4ojNGcTYKdiXxmfYt4VYsp3C5RyE1HiJH4j86F4mUF8joQBtkf7qzum6SV+mwUlNPNK8esEIiNrlT+1q4N2fweLjZlvgPPG+E1bajqSUJiYD5Er2RlxT1U4npXu5Zu5HuI6w==
  • Delivered-to: servlet-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/servlet-dev/>
  • List-help: <mailto:servlet-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/servlet-dev>, <mailto:servlet-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/servlet-dev>, <mailto:servlet-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdkHG16UfSunrHDkTji56/Z4ihdxswAAXLSg
  • Thread-topic: [TCK Challenge] A number of cross context HTTP session tests are failing

Filed as https://github.com/jakartaee/servlet/issues/488

 

From: servlet-dev <servlet-dev-bounces@xxxxxxxxxxx> On Behalf Of Manfred Riem
Sent: Saturday, December 3, 2022 7:34 AM
To: servlet developer discussions <servlet-dev@xxxxxxxxxxx>
Subject: [servlet-dev] [TCK Challenge] A number of cross context HTTP session tests are failing

 

Hi all,

 

The Piranha project delivers a Servlet container that returns “null”  for the ServletContext.getContext(String uripath) which

is allowable as per the Servlet 6.0 JavaDoc.

 

As the tests in question assume that a ServletContext is returned they fail.

 

  1. com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java#invalidateHttpSessionxTest
  2. com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java#expireHttpSessionxrfTest
  3. com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java#expireHttpSessionxri1Test
  4. com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java#expireHttpSessionxriTest

 

Thanks!

 

Kind regards,

Manfred Riem

 


Back to the top