Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[servlet-dev] TCK challenge - invalidateHttpSessionxTest
  • From: Manfred Riem <m_riem@xxxxxxxxxxx>
  • Date: Wed, 30 Nov 2022 22:30:27 +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=MuXC5EmwiiVpD88/JG7Lh49Kq/GwJZVvks8vDdz4aBg=; b=ML0UQe+V4MMtj7GTfx81qNeuZvUCO+V3WfL/ao6G2HZQjxrgQJt5eUyGosPQKIBls0wosf+0Mjy/VnCh/EwrIXkfDL18B07afgcnVrYNCuT10uRcseksM5CzbUx08OLbYA1d9mIrr77iWW4EiQItkFYGA6s8VtWrf5mpYm7O1nPTfkIGtnbwH2MdgkKtlA6XgXRA6RP2JFccZ3Cjz8B0wnpuuq8T7iuy0UwAWAnXcTQSfukVHWCqDLzMHEOIZMwFEs82MWVsf9kx87I3VD88NBwjipWce4kgKE/6J7YM/pD7td9SkLY5j3ngvx2UEYPVwhuF8xUwzDX2Yh/Ot3fP9Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=WRtGQ5BeKkbLEOMS+ol35K7mAiR96kUTxTORibqnvhAimLyuTD+y7d4zYco+Rv4uUrWQ7CjDp2xIt0+i1CJNvmuqXE3SVxy+zCbmjSKP/FDwyREMtSnsWM0JV6tUx6KMYpcDOf3cO+xlvHV2vQA44+8LvspQYJU+zV8fH4vT7959cuDs7XdAHjndTtIw9ygVBMF67JBywGEuJNqp31qwR5RxDGlBcyLzz3e7yc3lyM4ztO/65OOe/0ggvfuX3yRHENoPscH2aS1F5cP7KnDn7oexLysVx5Oy5l9+YzEmTSuCIaCjBE7HIT1qeCZUZ7OMjujIAOWMM+TUVLFVanaOlw==
  • 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: AdkFC093YKjFq3AWRvubkRTM+0EIFg==
  • Thread-topic: TCK challenge - invalidateHttpSessionxTest

Hi there,

 

I have a TCK challenge for the invalidateHttpSessionxTest.

 

See https://github.com/jakartaee/platform-tck/blob/b23c9554913750a532fd60596b09254a8c7340a0/src/com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpsessionx/URLClient.java#L306

 

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

allowable as per https://jakarta.ee/specifications/servlet/6.0/apidocs/jakarta.servlet/jakarta/servlet/servletcontext#getContext(java.lang.String)

 

As the test in question assumes that a ServletContext is returned it fails.

 

Thanks!

 

Kind regards,

Manfred Riem

 

 


Back to the top