Mark Thomas
Mark Thomas
License: The terms of the EFTL are acceptable. Product Name, Version and download URL: Apache Tomcat 11.0.0-M19-SNAPSHOT (build 20240326.151401-23) https://repository.apache.org/content/groups/snapshots/org/apache/tomcat/tomcat/11.0.0-M19-SNAPSHOT/tomcat-11.0.0-M19-20240326.151401-23.tar.gz Specification Name, Version and download URL: Jakarta WebSocket 2.2.0 https://github.com/jakartaee/specifications/pull/713...
Includes how the HTTP upgrade to WebSocket interacts with: - Filters; - Listeners; and - RequestDispatchers when running on a Servlet container The test is heavily influenced by how Tomcat...
Taking Greg's text from https://github.com/jakartaee/servlet/pull/672 that adds support for early hints. I understand that this method doesn't change the response headers, but we have other methods that will ultimately change...
Having looked into this in more detail, I don't think a generic 1xx method is the best solution. The required behaviour for each 1xx is sufficiently different that a method...
I've taken an initial look at this and it appears that the JRE provided HttpClient doesn't understand early hints. Neither does Apache HttpClient. If we limit the test to looking...
[RFC 6265bis](https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis/) will permit cookies with values but no names in some circumstances. Frameworks - such as Servlet - are encouraged to support parsing such cookies. `jakarta.servlet.http.Cookie` does not allow...
If we go back to the EL 2.1 (Java EE 5) and EL 2.2 (Java EE 6) specifications, the EL grammar for identifier was: ``` Identifier ::= Java language identifier...