This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "ESAPI Validation"

From OWASP
Jump to: navigation, search
(New page: == Possible Enhancements == * Make more utility methods that have less parameters * ...)
 
Line 3: Line 3:
 
* Make more utility methods that have less parameters
 
* Make more utility methods that have less parameters
  
* ...
+
* Follow service pattern to make it more extensible
 +
 
 +
* Chain validators together to allow more complex rules
 +
 
 +
*

Revision as of 14:27, 11 December 2008

Possible Enhancements

  • Make more utility methods that have less parameters
  • Follow service pattern to make it more extensible
  • Chain validators together to allow more complex rules