vidyuthd / owasp-esapi-java

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

tag library will not function without ESAPI configuration #246

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build a simple web app to 
2. work around missing esapi.tld mentioned in other issues
3. use tags/el without installing a ESAPI.properties

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

tag libraries work. Massive exceptions thrown.

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

2.0.1

Does this issue affect only a specified browser or set of browsers?

all

Please provide any additional information below.

Is a ESAPI.properties file required for the codecs to work? This didn't use to 
be the case.

Original issue reported on code.google.com by schal...@gmail.com on 20 Sep 2011 at 7:10

GoogleCodeExporter commented 9 years ago
I was able to overcome this issue by downloading esapi-2.0.1-configuration.zip 
and copying ESAPI.properties to src/main/resources in my webapp in addition to 
the steps provided in 
http://code.google.com/p/owasp-esapi-java/issues/detail?id=237&q=esapi.tld&colsp
ec=ID%20Type%20Status%20Priority%20Milestone%20Component%20Owner%20Summary.

It is surprisingly hard to staring using these taglibs in a basic scenario. 
Including a dependency in a POM should be enough.

Original comment by pioter.j...@gmail.com on 13 May 2012 at 2:20