Open
Description
From [email protected] on September 29, 2010 14:35:21
XML-Validation is a good thing but only part of the story.
It would be cool if there was an additional test that checked the configuration for dependencies.
For example if you have a reference to a class, it would check if the class exists and this before you launch the application server.
Another thing that would be cool would be to split HTTPUtilities.
A quick look at the documentation shows that this interface is a case of excessive SRP* violation...
- The HTTPUtilities interface is a collection of methods that provide additional security related to HTTP requests,
- responses, sessions, cookies, headers, and logging.
-Sebastian Kübeck
- The Single Responsibility Principle is one
of the oldest and most respected design principles... http://www.objectmentor.com/resources/articles/srp.pdf
Original issue: http://code.google.com/p/owasp-esapi-java/issues/detail?id=154