ibnemahdi / owasp-esapi-java

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

ESAPI configuration files not included in dist. #338

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
> What steps will reproduce the problem?
1. Download esapi-2.1.0-dist.zip: 
https://code.google.com/p/owasp-esapi-java/downloads/detail?name=esapi-2.1.0-dis
t.zip
2. Look inside, in the folder 'configuration'

> What is the expected output?
I expect a sub folder ".esapi", just like the wiki says:
https://code.google.com/p/owasp-esapi-java/wiki/esapi4java_v2_Installing_ESAPI_f
or_Java

> What do you see instead?
Amzingly, there's nothing there!

> What version of the product are you using?
Latest release: 2.1.0.

> Please provide any additional information below.
I believe this was introduced when the '.esapi' folder was renamed to 'esapi' 
in SVN:
https://code.google.com/p/owasp-esapi-java/source/detail?r=1670
In this change, the assembly descriptor 'src/main/assembly/dist.xml' was not 
changed to include the renamed folder.

Original issue reported on code.google.com by j.p.cran...@gmail.com on 20 Oct 2014 at 11:24