> The proposed 6.0.39 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 6.0.39 Stable

Issue 1
=======

XML validation with DTDs on Java 5 is broken.

Switching to Java 6 fixes this. Given the support status of Java 5 I
don't plan on addressing this other than mentioning it in the release
announcement.

For some reason I haven't got to the bottom of, when validation is
enabled for a web app with a 2.2 DTD the parser attempts to resolve a
schema with a null public id and null system id. Unsurprisingly this
fails. The end result is a NPE during parsing which is fatal for a web
application if it is web.xml that is being parsed.


Issue 2
=======

https://issues.apache.org/bugzilla/show_bug.cgi?id=55973

XML validation in Jasper is broken with Java 5. Without r1557719 the
error in BZ 55973 is displayed. With r1557719, feature not supported
errors are thrown.

Switching to Java 6 fixes this. Given the support status of Java 5 I
don't plan on addressing this other than mentioning it in the release
announcement.

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

Reply via email to