Inspectopedia Help

Self-including JSP files

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

Example JSP file named main.jsp:

<jsp:include page="./main.jsp" /> // Error: attempt to include the containing file ...

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

Inspection Details

Available in:

IntelliJ IDEA 2023.3, Qodana for JVM 2023.3

Plugin:

Jakarta EE: Server Pages (JSP), 233.SNAPSHOT

Last modified: 13 July 2023