On Mar 10, 2015, at 9:22 AM, Jeremy Boynes <jboy...@apache.org> wrote:
> 
> The proposed 1.2.5 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 1.2.5 Stable

TCK passed on Mac OS X 10.10.2, Java 7 “1.7.0_75” and Tomcat 7.0.57 with 
-security set. Run with
$ CATALINA_OPTS="-Dorg.apache.taglibs.standard.xml.accessExternalEntity=http 
-Djavax.xml.accessExternalDTD=http" ./tomcat/bin/catalina.sh run -security

and with the following additional permissions granted to all webapps:
    permission java.net.SocketPermission "localhost:8080", "connect";
    permission java.net.SocketPermission "localhost:1527", "connect";
    permission java.util.PropertyPermission 
"org.apache.taglibs.standard.xml.accessExternalEntity", "read";

Tested in following configurations:
Using -jstlel in webapp
Using -jstlel in container
Using -compat in webapp
Using -compat in container

Thanks
Jeremy

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to