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

Method getStrictQuoteEscaping

java/org/apache/jasper/Options.java:271–271  ·  view source on GitHub ↗

Returns whether strict quote escaping is enabled for scriplet expressions. @return true if the quote escaping required by section JSP.1.6 of the JSP specification should be applied to scriplet expression.

()

Source from the content-addressed store, hash-verified

269 * to scriplet expression.
270 */
271 boolean getStrictQuoteEscaping();
272
273 /**
274 * Returns whether quoting rules from JSP.1.6 are applied to EL expressions in attributes.

Callers 1

parseAttributeValueMethod · 0.65

Implementers 2

JspCjava/org/apache/jasper/JspC.java
EmbeddedServletOptionsjava/org/apache/jasper/EmbeddedServlet

Calls

no outgoing calls

Tested by

no test coverage detected