Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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:34:11 +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=3LZU767YFDj7wQzdvG3JGaHg1JnQfTnCzQ5ZTQxRnP4=; b=jqnLK7jLnRjbjaOgYSmlT/hFohshWSYLTFPVUiKvF6XEJJ/wmaAoIPcJEkXU+pVXDe2bsWwoo9WJsnnvG05ZbjOq0gg8KCHZg8vRqBhLlrcTc31DQ9spbb0pRkzRXEEkEIh+rt2lCJv6dSwLiURerZA6QZl9/apCJ9EU8DwmBiBvGmRf36jMvtRAoK9DpZ+jdplJ1kS/uuEn7aUxl7AZYvC4LG1BfQpgQTUdUEh8CaZPlOz+sL5YP7RID0DWNszMFg8+8KpIfQHUeA+dvy7Q6i3OH/mHp1j60lTFV3EIvE3fyiI/Mmybjb+SVVQrBwaCAQhEKERXhLyF9QI5aninLA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=G3sbrrKboguXWO7HFobRjgsxdZrVModnRkw875vwZTpUkJQYsl5sspp0+eUT9KGnjMQJJo0IhIUux1yDbnqpHn5cRBsmyw9tXj9xOoX1bdnDq8pEMR6ZIbZhy2ATba8DTOg/g5+jLDKrrF6JqDecdY95KJV4E6yTxaX0QgsOLPnFJJw9l37OmLL0rSHgZ8apakYsSJ+IOBIgBL/7bA7HQH+rnBORFgLdK7qciGaKAhASrSfMYFglbcYi6/iNGcRyTcJ3oN65cs/Dh0Oa0pftncxUk+BIojirALDhFaiN9yPZE2CYv4TqFRs2gqmgsheazoehuujimMKCqn3sK2suHw==
  • 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/Z4ihdxsw==
  • Thread-topic: [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