Am 05.02.25 um 08:33 schrieb Rainer Jung:
Am 05.02.25 um 01:55 schrieb Rainer Jung:
Am 04.02.25 um 21:29 schrieb Rémy Maucherat:
The proposed Apache Tomcat 9.0.99 release is now available for voting.

The notable changes compared to 9.0.98 are:

- Allow readOnly attribute configuration on the Resources element and
    allow configuration of the readOnly attribute value of the main
    resources. The attribute value will also be used by the default and
    WebDAV Servlets.

- Correct a regression in the fix for bug 69382 that broke JSP
    include actions if both the page attribute and the body contained
    parameters. Pull request #803 provided by Chenjp.

- Expand the options for handling encoded '/' and '\' characters in
    URLs both in the Connector and when using a RequestDispatcher.

For full details, see the changelog:
https://nightlies.apache.org/tomcat/tomcat-9.0.x/docs/changelog.html

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.99/

The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1529

The tag is:
https://github.com/apache/tomcat/tree/9.0.99
7145107845fe82dafee783bb0bfd6bea028e173b

The proposed 9.0.99 release is:
[ ] -1, Broken - do not release
[ ] +1, Stable - go ahead and release as 9.0.99

I see java.lang.OutOfMemoryError for Adoptium Temurin 1.8.0_442-b06. It seems it happens when running org.apache.tomcat.websocket.TestWebSocketFrameClient. At least on several VMs the thread running this test does not come to an end, whereas the other thread proceeds until it finishes the last test.

It seems this is due to the new 256MB memory limit for the unit test JVM configured in build.xml. I can reproduce the OOME running the single test with the default size 256m, but not with 512m or 384m.

I will start my test zoo gaian using 512m and check, whether it still shows any problems.

I used 512m and it looks good here now.

Best regards,

Rainer


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to