Author: violetagg
Date: Wed Mar 23 07:52:59 2016
New Revision: 1736280
URL: http://svn.apache.org/viewvc?rev=1736280&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59217
Remove duplication in the recycling of the path. Patch is provided by Kyohei
Nakamura.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/ServerCookie.java
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/java/org/apache/tomcat/util/http/ServerCookie.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/http/ServerCookie.java?rev=1736280&r1=1736279&r2=1736280&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/http/ServerCookie.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/http/ServerCookie.java Wed Mar 23
07:52:59 2016
@@ -57,7 +57,6 @@ public class ServerCookie implements Ser
}
public void recycle() {
- path.recycle();
name.recycle();
value.recycle();
comment.recycle();
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1736280&r1=1736279&r2=1736280&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Wed Mar 23 07:52:59 2016
@@ -57,6 +57,11 @@
<code>o.a.tomcat.util.file.ConfigFileLoader</code> when
<code>catalina.base</code> is not specified. (violetagg)
</fix>
+ <fix>
+ <bug>59217</bug>: Remove duplication in the recycling of the path in
+ <code>o.a.tomcat.util.http.ServerCookie</code>. Patch is provided by
+ Kyohei Nakamura. (violetagg)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]