I wanted to know if there is a way or ways to get the whole source code of a JSP page, which means the HTML code and the JAVA code within the tags, using any tools or any libraries. I know its possible to get the HTML code programatically. But I am not sure if one can get the JAVA code also. Any help will be greatly appreciated. I am talking with respect to application security.
Share
unless you have access to jsp, it is not possible. JSP/Java code will be translated HTML before sending to browser.