MCPcopy Create free account
hub / github.com/apache/tomcat / setConfigErrMsg

Method setConfigErrMsg

java/org/apache/catalina/ssi/SSIMediator.java:123–125  ·  view source on GitHub ↗

Sets the error message displayed when a directive fails. @param configErrMsg the error message to use

(String configErrMsg)

Source from the content-addressed store, hash-verified

121 * @param configErrMsg the error message to use
122 */
123 public void setConfigErrMsg(String configErrMsg) {
124 this.configErrMsg = configErrMsg;
125 }
126
127
128 /**

Callers 1

processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected