Index of /pub/apache/dist/jakarta/taglibs/standard

Icon  Name                              Last modified      Size  Description
[PARENTDIR] Parent Directory - Jakarta project [TXT] README.html 2003-08-29 23:17 1.9K Jakarta project [DIR] binaries/ 2005-10-05 21:39 - Jakarta project [DIR] source/ 2005-10-05 21:38 - Jakarta project

Standard Taglib

1.1.x Releases

This directory contains releases for the 1.1.x versions of the Standard Tag Library, Jakarta Taglibs's open-source implementation of the JSP Standard Tag Library (JSTL), version 1.1. JSTL is a standard under the Java Community Process.

Standard-1.1.x requires a JSP 2.0 container, while Standard-1.0.x requires a JSP 1.2 container. For more information about JSTL, see Sun's JSTL page.

Thank you for your interest in the JSP Standard Tag Library.

Files

The 1.1 releases for the Standard Taglib are named jakarta-taglibs-standard, followed by both .tar.gz and .zip.

Note: The tar files in the distribution use GNU tar extensions and must be untarred with a GNU compatible version of tar.

Support

If you have questions about the Standard Taglib, or the JSTL standard it implements, you are encouraged to join the taglibs-user@jakarta.apache.org mailing list. If you are interested in joining, online instructions are available.

PGP Signatures

The tar.gz and zip files have been digitally signed (using a PGP-compatible program). Signatures show up in files ending in .asc that accompany tar.gz and zip files. The PGP keys can be found in the distribution directory at http://www.apache.org/dist/jakarta/taglibs/KEYS.

If you are concerned about security, always test the signatures. For example:

> pgpk -a KEYS
> pgpv jakarta-taglibs-standard-1.0.tar.gz.asc
-OR-
> pgp -ka KEYS
> pgp jakarta-taglibs-standard-1.0.tar.gz.asc
-OR-
> gpg --import KEYS
> gpg --verify jakarta-taglibs-standard-1.0.tar.gz.asc