You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jeremy Boynes <jb...@apache.org> on 2015/03/20 04:51:29 UTC

[ANN] Apache Standard Taglib 1.2.5 released

The Apache Tomcat team announces the immediate availability of Apache Standard Taglib 1.2.5.

Apache Standard Taglib is an open source software implementation of the JSP Standard Tag Library (JSTL) technology.

This release supports JSTL version 1.2 and includes minor bug-fixes to the previous 1.2.3 release. The notable changes include:
- Reversion of a change released in 1.2.1 where <c:import> set the HTTP method to GET when performing a local include
- Avoid an AccessControlException if permission has not been granted to read the accessExternalEntity property

Please refer to the project website for additional information.
  http://tomcat.apache.org/taglibs.html

Enjoy!

- The Apache Tomcat team