Self-including JSP files

Last modified: 03 December 2024

Reports any include directives in a JSP file which refer to the containing JSP file.

Example JSP file named main.jsp:

NOTE: Such self-including leads to infinite recursion and so the JSP file cannot be compiled.