You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/10/09 04:59:43 UTC

DO NOT REPLY [Bug 50063] New: Latest trunck can't configure context when metadata-complete is true and version is 3.0

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: heyoulin@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 50063] Latest trunck can't configure context when metadata-complete is true and version is 3.0

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50063

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Mark Thomas <ma...@apache.org> 2010-10-10 05:58:48 EDT ---
That's what I get for just running the associated unit tests. Thanks for
spotting this as well as finding the problem and providsing a patch.


Patch applied to trunk and will be in 7.0.4 onwards

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org