https://issues.apache.org/bugzilla/show_bug.cgi?id=50063
Summary: Latest trunck can't configure context when metadata-complete is true and version is 3.0 Product: Tomcat 7 Version: trunk Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: heyou...@hotmail.com patch: ### Eclipse Workspace Patch 1.0 #P tomcat-7.0.x Index: java/org/apache/catalina/startup/ContextConfig.java =================================================================== --- java/org/apache/catalina/startup/ContextConfig.java (revision 1006105) +++ java/org/apache/catalina/startup/ContextConfig.java (working copy) @@ -1281,6 +1281,7 @@ } } } else { + webXml.configureContext(context); ok = true; } -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org