j2ee bad practice leftover debug code
J2EE Bad Practices: Leftover Debug Code Java/JSP Abstract Debug code can create unintended entry points in a deployed web application. Explanation A common development practice is to add "back door" code specifically designed for debugging or testing purposes that is not intended to be shipped or deployed with the application. When this sort of debug code is accidentally left in the application,..
2021.02.19