andytanoko / owasp-esapi-java

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

Need validation configuration enhancements #86

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1) Lack of support for multiple validator configuration files…

In my organization, we desire standard validation patterns to be stored in
a single location and used by all apps.  Apps also need their own
validation config file.

--> Proposal: modify property "Validator.ConfigurationFile" to support a
list of files to load.

Minor code modification

2) Storing esapi.properties in the filesystem is preferred ( simple
maintainence).  However, it contains app specific properties (ie. appname).

--> Proposal: allow wars to override these properties through use of thread
local variables.

Original issue reported on code.google.com by manico.james@gmail.com on 11 Jan 2010 at 4:17

GoogleCodeExporter commented 8 years ago

Original comment by manico.james@gmail.com on 25 Jan 2010 at 10:19

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago

Original comment by chrisisbeef on 20 Nov 2010 at 9:56

GoogleCodeExporter commented 8 years ago

Original comment by manico.james@gmail.com on 29 May 2012 at 3:20

GoogleCodeExporter commented 8 years ago

Original comment by kevin.w.wall@gmail.com on 25 Jun 2012 at 12:58

GoogleCodeExporter commented 8 years ago
Code now accepts comma-delimited and optionally quoted values in 
Validator.ConfigurationFile if Validator.ConfigurationFile.MultiValued is set 
to true.

See also org.apache.commons.lang.text.StrTokenizer.getCSVInstance()

Ready for review: r1917, r1918

Original comment by erl...@gmail.com on 19 Nov 2013 at 8:57