https://bz.apache.org/bugzilla/show_bug.cgi?id=69868
Bug ID: 69868
Summary: deployIgnore is not taking effect in descriptor
deployment
Product: Tomcat 9
Version: 9.0.x
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: -----
In tomcat server.xml, the <Host> supports a attribute named deployIgnore used
to skip specific webapp deployment.
It works in war/directory scenarios, but it does not take effect in descriptor
scenario
>From source code, seems deployDescriptors method does not check ignored web app
list.
https://github.com/apache/tomcat/blob/9.0.x/java/org/apache/catalina/startup/HostConfig.java#L463
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]