vidyuthd / owasp-esapi-java

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

java.lang.NoClassDefFoundError: org/owasp/esapi/errors/EncodingException #218

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Use Validator.validateInput method for some validation. some people are 
facing error 
2. Error comes 
java.lang.NoClassDefFoundError: org/owasp/esapi/errors/EncodingException
3.

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

Class not found error should not come. 
java.lang.NoClassDefFoundError: org/owasp/esapi/errors/EncodingException

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

esapi-2.0_rc10

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

Please provide any additional information below.

The class is there in classpath. I don't see why this error should be coming.

Original issue reported on code.google.com by shilpi.a...@gmail.com on 20 Apr 2011 at 6:52

GoogleCodeExporter commented 9 years ago
I would also need to know, when the final reviewed version of API be released?

Original comment by shilpi.a...@gmail.com on 20 Apr 2011 at 6:53