ibnemahdi / owasp-esapi-java

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

Method separation in DefaultSecurityConfiguration.loadConfiguration() #233

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
in DefaultSecurityConfiguration, the loadConfiguration method is allowed to be 
overridden, but has too many logical components, requiring duplication in 
overridden methods. This method locates and loads properties, then loads 
validation properties, and then stores the validation properties.  this should 
be three separate methods, so, for example, the property loading can be 
overridden without impacting the property storage.

Original issue reported on code.google.com by rob.spre...@gmail.com on 19 Jul 2011 at 1:54

GoogleCodeExporter commented 9 years ago

Original comment by M.Gelma...@gmail.com on 13 Nov 2014 at 6:20