PushBuilder tck test failures #4825
Labels
Specification
For all industry Specifications (IETF / Servlet / etc)
TCK
For various Specification Test Compatibility Kits (eg: Servlet, WebSocket, HTTP/2, etc)
10.0.x
serverPushCookieTest:
https://github.com/eclipse-ee4j/jakartaee-tck/blob/8.0.2/src/com/sun/ts/tests/servlet/spec/serverpush/TestServlet4.java
Fails because jetty does not copy Set-Cookie headers from the response to Cookie headers on the PushBuilder
serverPushInitTest:
https://github.com/eclipse-ee4j/jakartaee-tck/blob/8.0.2/src/com/sun/ts/tests/servlet/spec/serverpush/TestServlet2.java
Fails because jetty does not copy Authorization header from the request to the PushBuilder
serverPushNegativeTest:
https://github.com/eclipse-ee4j/jakartaee-tck/blob/8.0.2/src/com/sun/ts/tests/servlet/spec/serverpush/TestServlet7.java
Fails because:
The text was updated successfully, but these errors were encountered: