mway08 / owasp-esapi-java

Automatically exported from code.google.com/p/owasp-esapi-java
Other
0 stars 0 forks source link

Provide a tag lib descriptor (.tld file) #203

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 reported on code.google.com by marsh...@software.mpierce.org on 2 Feb 2011 at 8:10