-
Notifications
You must be signed in to change notification settings - Fork 370
Closed
Description
From marsh...@software.mpierce.org 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
Original issue: http://code.google.com/p/owasp-esapi-java/issues/detail?id=204