ibnemahdi / owasp-esapi-java

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

DefaultSecurityConfiguration.loadConfiguration() does not reload validation.properties #161

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make changes to validation.properties
2. Force an ESAPI reload by calling: ESAPI.override(new 
DefaultSecurityConfiguration());

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

Changed entries in validation.properties are not recognized

Original issue reported on code.google.com by augu...@gmail.com on 29 Oct 2010 at 9:06

GoogleCodeExporter commented 9 years ago
A small change to DefaultSecurityConfiguration.loadConfiguration() will force 
the patternCache to be reloaded. 

Patch attached. 

Original comment by augu...@gmail.com on 29 Oct 2010 at 9:10

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by manico.james@gmail.com on 1 Nov 2010 at 12:55