J2EE Bad Practices: System.exit()
From OWASP
#REDIRECT Failure to follow guideline/specification
Last revision (mm/dd/yy): 04/7/2009
Contents
Description
It is never a good idea for a web application to attempt to shut down the application container. A call to System.exit() is probably part of leftover debug code or code imported from a non-J2EE application.
Risk Factors
TBD
Examples
TBD
Related Attacks
Related Vulnerabilities
Related Controls
Related Technical Impacts
References
TBD