From 2d10ba62c67aa81af704e852b011ca1feb6e1e91 Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 18 Oct 2007 22:59:55 +0000 Subject: [PATCH] Add further cookies patch Add votes git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@586165 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/STATUS b/STATUS index 8b76d8fad..d36a106ed 100644 --- a/STATUS +++ b/STATUS @@ -72,20 +72,28 @@ PATCHES PROPOSED TO BACKPORT: * Fix multicasting bind address on multihomed computers http://issues.apache.org/bugzilla/show_bug.cgi?id=43641 - +1: fhanik, pero, yoavs + +1: fhanik, pero, yoavs, markt -1: * Warn if connector can not use external executors http://issues.apache.org/bugzilla/show_bug.cgi?id=43643 - +1: fhanik, pero, yoavs + +1: fhanik, pero, yoavs, markt -1: * Fix SSL buffer bug http://issues.apache.org/bugzilla/show_bug.cgi?id=43653 - +1: fhanik, yoavs + +1: fhanik, yoavs, markt -1: * Add a working ANT script that signs and publishes JARs to a maven repo http://people.apache.org/~fhanik/patches/maven-publish.patch +1: fhanik, yoavs - -1: \ No newline at end of file + -1: markt (you removed the AL2 license from the file mvn.properties.default) + +* Final fixes to the Cookie handling. This makes sure that we unescape any value + that has been quoted and ensures the unescaping is the exact reverse of the + escaping. This patch also tidies up ServerCookie to make it clearer what + applies to which particular cookie spec. + http://people.apache.org/~markt/patches/2007-10-18-cookies.patch + +1: markt + -1: \ No newline at end of file -- 2.11.0