On 11/02/2014 15:07, Mark Thomas wrote: > On 11/02/2014 13:32, Mark Thomas wrote: >> On 11/02/2014 11:42, Violeta Georgieva wrote: >>> The proposed Apache Tomcat 7.0.51 release is now available for voting. >>> >>> It can be obtained from: >>> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.51/ >>> The Maven staging repo is: >>> https://repository.apache.org/content/repositories/orgapachetomcat-1006/ >>> The svn tag is: >>> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_51/ >>> >>> The proposed 7.0.51 release is: >>> [X] Broken - do not release >>> [ ] Stable - go ahead and release as 7.0.51 Stable >> >> I'm seeing TCK failures for the JSP TCK. >> >> The improved XML validation is highlighting an issue in the merged >> web.xml that gets passed to Jasper. It always declares a 3.0 (for Tomcat >> 7, 3.1 for Tomcat 8.0) schema but the actual version may be any from >> 2.2. to 3.0. >> >> The toXml() method of WebXml looks like it needs some work. I'm >> currently taking a look. > > With this fixed I am still seeing some issues with the JSP TCK. I'm > looking into them now. I'm not sure if I have missed some aspect of the > web.xml generation or if there is a separate issue.
These are ignorable. They are caused by a deliberately invalid TLD. Since the JSP spec says that containers may validate TLD files, TLD validation is optional when running the TCKs. I'll update my config to disable TLD validation by default. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org