Jan Bartel
Jan Bartel
`HttpChannelEventTest` see PR #12477
PartialRFC2616Test see #12486
ExternalFastCGITest see #12487
HttpClientTLSTest see #12491
@chiqiu there may well be a difference between jetty-9 and jetty-12, as we did some work in jetty-12 to ensure compliance with the servlet spec character and content type encoding...
@chiqiu if you really need the charset to be in the response headers, you can do it if you set the _entire_ content type string like so: ```java response.setContentType("application/json;charset=utf-8"); ```
The other way to approach this is to take the existing working cdi demo webapp `jetty-ee10-test-weld-cdi-webapp` that can be deployed into a distribution and work outwards to your embedded scenario....
@gregw regarding the `Unreadable session exception` I can't reproduce that even using jdk 24 and maven 3.9.9.
Good idea. EE9 is necessarily substantially different, so going forward concentrating on extracting commonality between the EE1X versions will be much easier. Although, I think the WebAppClassLoader being a common...
12.1 was released.