Re: Changelog for 5.5.28?

2009-08-24 Thread David Rees
On Mon, Aug 24, 2009 at 6:57 AM, Ian Soboroff wrote: >        46597: Port all cookie handling changes from Tomcat 6.0.x. > > looks like the one that got me.  Are these changes documented somewhere? There's the bug itself. There's a patch attached. https://issues.apache.org/bugzilla/show_bug.cgi?

svn commit: r807358 - /tomcat/trunk/java/org/apache/catalina/core/StandardThreadExecutor.java

2009-08-24 Thread fhanik
Author: fhanik Date: Mon Aug 24 19:58:23 2009 New Revision: 807358 URL: http://svn.apache.org/viewvc?rev=807358&view=rev Log: Add in option to resize thread pool Modified: tomcat/trunk/java/org/apache/catalina/core/StandardThreadExecutor.java Modified: tomcat/trunk/java/org/apache/catalina/c

svn commit: r807324 - in /tomcat/trunk/java/org/apache: coyote/http11/Http11NioProtocol.java tomcat/util/net/AbstractEndpoint.java tomcat/util/net/AprEndpoint.java tomcat/util/net/JIoEndpoint.java tom

2009-08-24 Thread fhanik
Author: fhanik Date: Mon Aug 24 18:06:06 2009 New Revision: 807324 URL: http://svn.apache.org/viewvc?rev=807324&view=rev Log: Abstract out most commonly used properties Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java tomcat/trunk/java/org/apache/tomcat/util/net

DO NOT REPLY [Bug 42996] POST with nio connector results in missing variables

2009-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996 Filip Hanik changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|

DO NOT REPLY [Bug 47712] NoSuchFieldException when trying to use Tomcat Native library

2009-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47712 --- Comment #1 from Roy Robinson 2009-08-24 09:17:08 PDT --- Description: Blocks use of the native tomcat i/o library (tcnative) Tomcat version: 5.5.28 Platforms: PC, Windows and Linux I found this defect independently; I'd like to con

svn commit: r807284 - in /tomcat/trunk/java/org/apache/tomcat/util: net/AbstractEndpoint.java net/AprEndpoint.java net/BaseEndpoint.java net/JIoEndpoint.java net/NioEndpoint.java threads/ResizableExec

2009-08-24 Thread fhanik
Author: fhanik Date: Mon Aug 24 15:33:48 2009 New Revision: 807284 URL: http://svn.apache.org/viewvc?rev=807284&view=rev Log: First round of refactoring connectors. Remove the worker based thread pools Enable local or injected executors Add in a resizable executors interface to be used in future r

Re: Changelog for 5.5.28?

2009-08-24 Thread Ian Soboroff
Not so hard to read. It would be nice if it were on the website. 46597: Port all cookie handling changes from Tomcat 6.0.x. looks like the one that got me. Are these changes documented somewhere? On Fri, Aug 21, 2009 at 4:58 PM, David Rees wrote: > This is the 3rd thread on this subjec

DO NOT REPLY [Bug 47714] Reponse mixed between users

2009-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714 sameem.ah...@investec.co.za changed: What|Removed |Added Priority|P2 |P1 -- Configure bu

DO NOT REPLY [Bug 38546] Google bot sends invalid If-Modifed-Since Header, Tomcat throws exception

2009-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38546 Stefan Bodewig changed: What|Removed |Added CC||christer.hol...@corustechno

svn propchange: r807113 - svn:log

2009-08-24 Thread markt
Author: markt Revision: 807113 Modified property: svn:log Modified: svn:log at Mon Aug 24 08:26:27 2009 -- --- svn:log (original) +++ svn:log Mon Aug 24 08:26:27 2009 @@ -1,2 +1,3 @@ Extract the SimpleHttpClient in to a s

svn commit: r807113 - in /tomcat/trunk/test/org/apache/catalina: connector/TestRequest.java core/ core/TestStandardContext.java startup/SimpleHttpClient.java

2009-08-24 Thread markt
Author: markt Date: Mon Aug 24 08:22:21 2009 New Revision: 807113 URL: http://svn.apache.org/viewvc?rev=807113&view=rev Log: Extract the SimpleHttpClient in to a separate class and move it to a more logical package since it will be reused. Don't override method unnecessarily. Added: tomcat/t

svn commit: r807112 - /tomcat/trunk/test/org/apache/catalina/startup/TestTomcatBase.java

2009-08-24 Thread markt
Author: markt Date: Mon Aug 24 08:20:12 2009 New Revision: 807112 URL: http://svn.apache.org/viewvc?rev=807112&view=rev Log: Add a simple Hello World Servlet that can be used for testing. Modified: tomcat/trunk/test/org/apache/catalina/startup/TestTomcatBase.java Modified: tomcat/trunk/test/