XML
Self-including JSP files
Error
Reliability
New
Last modified: 03 December 2024Reports 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
...
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
SelfIncludingJspFiles
NOTE: Such self-including leads to infinite recursion and so the JSP file cannot be compiled.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Jakarta EE: Server Pages (JSP), 243.23126 |
Thanks for your feedback!
Was this page helpful?