Re: svn commit: r831536 - in /tomcat/trunk: java/org/apache/tomcat/util/http/ test/org/apache/tomcat/util/http/ webapps/docs/config/

2009-10-31 Thread Mark Thomas
Remy Maucherat wrote: > On Sat, 2009-10-31 at 12:59 +, ma...@apache.org wrote: >> Author: markt >> Date: Sat Oct 31 12:59:51 2009 >> New Revision: 831536 >> >> URL: http://svn.apache.org/viewvc?rev=831536&view=rev >> Log: >> Add an explicit configuration option for cookie version switching and

Re: svn commit: r831536 - in /tomcat/trunk: java/org/apache/tomcat/util/http/ test/org/apache/tomcat/util/http/ webapps/docs/config/

2009-10-31 Thread Remy Maucherat
On Sat, 2009-10-31 at 12:59 +, ma...@apache.org wrote: > Author: markt > Date: Sat Oct 31 12:59:51 2009 > New Revision: 831536 > > URL: http://svn.apache.org/viewvc?rev=831536&view=rev > Log: > Add an explicit configuration option for cookie version switching and update > test cases and docs

svn commit: r831544 - in /tomcat/trunk: java/org/apache/tomcat/util/http/Cookies.java test/org/apache/tomcat/util/http/TestCookiesAllowEquals.java test/org/apache/tomcat/util/http/TestCookiesDisallowE

2009-10-31 Thread markt
Author: markt Date: Sat Oct 31 14:09:02 2009 New Revision: 831544 URL: http://svn.apache.org/viewvc?rev=831544&view=rev Log: Add a new new cookie option to allow the use of equals signs in cookies. Includes test cases and docs. Added: tomcat/trunk/test/org/apache/tomcat/util/http/TestCookies

svn commit: r831536 - in /tomcat/trunk: java/org/apache/tomcat/util/http/ test/org/apache/tomcat/util/http/ webapps/docs/config/

2009-10-31 Thread markt
Author: markt Date: Sat Oct 31 12:59:51 2009 New Revision: 831536 URL: http://svn.apache.org/viewvc?rev=831536&view=rev Log: Add an explicit configuration option for cookie version switching and update test cases and docs to include it. Added: tomcat/trunk/test/org/apache/tomcat/util/http/Te

svn commit: r831533 - in /tomcat/trunk/test/org/apache: catalina/connector/ catalina/core/ catalina/startup/ tomcat/util/http/

2009-10-31 Thread markt
Author: markt Date: Sat Oct 31 11:46:50 2009 New Revision: 831533 URL: http://svn.apache.org/viewvc?rev=831533&view=rev Log: New cookie unit tests and associated refactoring to get ant test target working. Added: tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java - copied

svn commit: r831530 - in /tomcat/trunk/test/org/apache/catalina/startup: TestTomcat.java TestTomcatBase.java

2009-10-31 Thread markt
Author: markt Date: Sat Oct 31 11:01:48 2009 New Revision: 831530 URL: http://svn.apache.org/viewvc?rev=831530&view=rev Log: Refactoring to allow easier re-use. Modified: tomcat/trunk/test/org/apache/catalina/startup/TestTomcat.java tomcat/trunk/test/org/apache/catalina/startup/TestTomcat