-
Notifications
You must be signed in to change notification settings - Fork 369
Description
From [email protected] on February 02, 2011 15:11:17
Desired behavior: the ESAPI jar should include a .tld file in META-INF (see http://download.oracle.com/javaee/5/tutorial/doc/bnamu.html for how to format this file) to make it easy to use custom JSP tags. It's possible to have multiple tag libraries per jar (see http://www.oracle.com/technology/sample_code/tutorials/tldcaching/example.html ) but I think it probably makes sense to package all of ESAPI's tags in one taglib.
Without this file, you're forced to hook up the jar's tags via web.xml configuration.
Affected version:
2.0 rc10