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

Method addServletMappingDecoded

java/org/apache/catalina/Context.java:912–912  ·  view source on GitHub ↗

Add a new servlet mapping, replacing any existing mapping for the specified pattern. @param pattern URL pattern to be mapped @param name Name of the corresponding servlet to execute

(String pattern, String name)

Source from the content-addressed store, hash-verified

910 * @param name Name of the corresponding servlet to execute
911 */
912 default void addServletMappingDecoded(String pattern, String name) {
913 addServletMappingDecoded(pattern, name, false);
914 }
915

Callers 15

testDefaultBufferSizeMethod · 0.95
testBug56568aMethod · 0.95
doTestJndiInjectionMethod · 0.95
test500InternalErrorMethod · 0.95
setUpTomcatMethod · 0.95
testCVE_2019_0221_01Method · 0.95
testCVE_2019_0221_02Method · 0.95
testCVE_2019_0232Method · 0.95
testCVE_2017_15698Method · 0.95
testCVE_2018_8034Method · 0.95
testCVE_2023_41080Method · 0.95

Implementers 5

TesterContexttest/org/apache/tomcat/unittest/Tester
SelectorContextjava/org/apache/naming/SelectorContext
NamingContextjava/org/apache/naming/NamingContext.j
FailedContextjava/org/apache/catalina/startup/Faile
StandardContextjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by 15

testDefaultBufferSizeMethod · 0.76
testBug56568aMethod · 0.76
doTestJndiInjectionMethod · 0.76
test500InternalErrorMethod · 0.76
setUpTomcatMethod · 0.76
testCVE_2019_0221_01Method · 0.76
testCVE_2019_0221_02Method · 0.76
testCVE_2019_0232Method · 0.76
testCVE_2017_15698Method · 0.76
testCVE_2018_8034Method · 0.76
testCVE_2023_41080Method · 0.76