ibnemahdi / owasp-esapi-java

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

IntrusionException should extend EnterpriseRuntimeException #212

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
To make it easier for integration into complex systems where the determination 
is made depending on if an uncaught exception is a security exception or normal 
runtime exception - all exceptions in ESAPI should either extend from 
EnterpriseSecurityException or EnterpriseRuntimeSecurityException

Original issue reported on code.google.com by chrisisbeef on 1 Mar 2011 at 8:55

GoogleCodeExporter commented 9 years ago
In 2.0_rc10, the same is true for ConfigurationException; it should extend 
EnterpriseRuntimeSecurityException, rather than java.lang.RuntimeException as 
it does currently.

Original comment by gleb.ole...@gmail.com on 28 Mar 2011 at 7:55