You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/07/05 15:36:55 UTC

svn commit: r1500006 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/Request.java webapps/docs/changelog.xml

Author: markt
Date: Fri Jul  5 13:36:55 2013
New Revision: 1500006

URL: http://svn.apache.org/r1500006
Log:
Ensure local name is recycled between requests so IP virtual hosting works correctly.

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/java/org/apache/coyote/Request.java
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1500003

Modified: tomcat/tc7.0.x/trunk/java/org/apache/coyote/Request.java
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/coyote/Request.java?rev=1500006&r1=1500005&r2=1500006&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/coyote/Request.java (original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/coyote/Request.java Fri Jul  5 13:36:55 2013
@@ -486,6 +486,7 @@ public final class Request {
         headers.recycle();
         serverNameMB.recycle();
         serverPort=-1;
+        localNameMB.recycle();
         localPort = -1;
         remotePort = -1;
         available = 0;

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1500006&r1=1500005&r2=1500006&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Fri Jul  5 13:36:55 2013
@@ -56,6 +56,14 @@
   issues to not "pop up" wrt. others).
 -->
 <section name="Tomcat 7.0.43 (markt)">
+  <subsection name="Catalina">
+    <changelog>
+      <fix>
+        <bug>55186</bug>: Ensure local name is recycled between requests so IP
+        virtual hosting works correctly. (markt)
+      </fix>
+    </changelog>
+  </subsection>
   <subsection name="Cluster">
     <changelog>
       <add>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org