[Issue-259] SameSite attribute is not preserved#260
Conversation
| <dependency> | ||
| <groupId>org.eclipse.jetty</groupId> | ||
| <artifactId>jetty-servlet</artifactId> | ||
| <version>11.0.15</version> |
There was a problem hiding this comment.
https://jakartaee.github.io/platform/jakartaee10/JakartaEE10ReleasePlan shows servlet 6 only requires Java 11. But this PR adds Jetty dependencies that elevate to Java 17.
There was a problem hiding this comment.
Hi @dsmiley ,
According to https://jetty.org/download.html the lowest jetty version to support servlet 6.0 is jetty 12, which in turn does indeed require Java 17. I don't think that this is a problem, as it is just a test dependency. Another idea would be to use Tomcat 10.1.x, which would support Servlet 6.0 but still Java 11.
|
Lets go with #262 for a 2.1 release of the proxy. In 3.0, I'll move onto JDK 17 & Servlet 6 more firmly, and hopefully merge that JDK HttpClient switch, which is a big deal. As one of my users, I'd appreciate any test/evaluation support you may have to offer for , as I'm currently not really a user of the proxy. |
|
Closed in favor of #262 |
Disclaimer: This PR has been implemented with the help of Claude Code.
These changes fix #259 and bump the servlet API to 6.0.0.