MCPcopy Index your code
hub / github.com/apache/tomcat / isBlockExternal

Method isBlockExternal

java/org/apache/jasper/JspC.java:1001–1003  ·  view source on GitHub ↗

Returns whether external entity blocking is enabled. @return true if external entity blocking is enabled

()

Source from the content-addressed store, hash-verified

999 * @return {@code true} if external entity blocking is enabled
1000 */
1001 public boolean isBlockExternal() {
1002 return blockExternal;
1003 }
1004
1005 /**
1006 * Sets the option for strict quote escaping in attributes.

Callers 2

initTldScannerMethod · 0.95
initServletContextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected