y1z2g3 / owasp-esapi-java

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

esapi.tld not being included in jar #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. build espi
2. look fof META-INF/esapi.tld in final jar

What is the expected output? What do you see instead?

esapi.tld needs to be in the final jar's META-INF directory so that servlet
containers can find it during deployment of a web application using esapi.

What version of the product are you using? On what operating system?

Trunk 688

Please provide any additional information below.

It looks like when the patch was applied esapi.tld was put into
src/main/java/META-INF/ instead of src/main/resources/META-INF/. I'm a
rather new maven user but it looks like maven isn't including the META-INF
directory from src/main/java/. Moving it to the resources directory fixes
the issue.

Thanks!

Original issue reported on code.google.com by schal...@darkmist.net on 15 Oct 2009 at 8:27

GoogleCodeExporter commented 8 years ago
simple mv patch based on trunk revision 690

Original comment by schal...@darkmist.net on 15 Oct 2009 at 9:32

Attachments:

GoogleCodeExporter commented 8 years ago
closed

Original comment by chrisisbeef on 23 Oct 2009 at 4:13