DO NOT REPLY [Bug 44611] DirContextURLConnection Header Bugs

2008-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44611 --- Comment #3 from Chris Hubick <[EMAIL PROTECTED]> 2008-04-05 15:07:03 PST --- Thanks a lot Mark. I should get off my but and write a follow up patch to this which formats Date fields as proper HTTP header date values (RFC 1123 - "E

svn commit: r645185 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-04-05 Thread fhanik
Author: fhanik Date: Sat Apr 5 15:06:06 2008 New Revision: 645185 URL: http://svn.apache.org/viewvc?rev=645185&view=rev Log: propose fix to deserialize proxies Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0

DO NOT REPLY [Bug 42662] Classloader issue for replicated sessions and dynamic proxies

2008-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42662 Filip Hanik <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |ASSIGNED ---

svn commit: r645184 - /tomcat/trunk/java/org/apache/catalina/tribes/io/ReplicationStream.java

2008-04-05 Thread fhanik
Author: fhanik Date: Sat Apr 5 15:03:59 2008 New Revision: 645184 URL: http://svn.apache.org/viewvc?rev=645184&view=rev Log: Fix for bug https://issues.apache.org/bugzilla/show_bug.cgi The ObjectInputStream.resolveProxyClass uses some funky native code base to retrieve what class loader to use,

svn commit: r645175 - in /tomcat/trunk/java/org/apache: catalina/ catalina/connector/ coyote/ coyote/http11/ tomcat/util/net/

2008-04-05 Thread fhanik
Author: fhanik Date: Sat Apr 5 13:44:42 2008 New Revision: 645175 URL: http://svn.apache.org/viewvc?rev=645175&view=rev Log: Implement asynchronous callbacks for CometEvent.close and CometEvent.setTimeout to avoid connections with very long timeouts getting stuck CometProcessor implements servle

svn commit: r645172 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-04-05 Thread markt
Author: markt Date: Sat Apr 5 13:23:38 2008 New Revision: 645172 URL: http://svn.apache.org/viewvc?rev=645172&view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=645172&

svn commit: r645170 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-04-05 Thread markt
Author: markt Date: Sat Apr 5 13:13:02 2008 New Revision: 645170 URL: http://svn.apache.org/viewvc?rev=645170&view=rev Log: Propose fix. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev

DO NOT REPLY [Bug 44759] can' t run ant task dist-javadoc as described in BUILDING.txt

2008-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44759 --- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-04-05 13:10:46 PST --- Many thanks for the patch. It has been applied to trunk and proposed for 6.0.x. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?ta

svn commit: r645169 - /tomcat/trunk/dist.xml

2008-04-05 Thread markt
Author: markt Date: Sat Apr 5 13:11:16 2008 New Revision: 645169 URL: http://svn.apache.org/viewvc?rev=645169&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44759 Need source to generate javadocs Patch provided by Stephen Bannasch. Modified: tomcat/trunk/dist.xml Modif

DO NOT REPLY [Bug 44724] CGIServlet: undesirable encoding conversion of CGI output

2008-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44724 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|REOPENED|RESOLVED

DO NOT REPLY [Bug 42366] Memory leak in newer mod_jk version when connection is abortet by the client

2008-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42366 --- Comment #5 from Tom Lamal <[EMAIL PROTECTED]> 2008-04-05 11:41:15 PST --- Please excuse the many posts. > - mod_jk config (workers.properties, Jk* directives) JK* directives: JkWorkersFile /etc/apache2/workers.properties Jk

DO NOT REPLY [Bug 44646] IllegalStateException when using CometConnectionManagerValve

2008-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44646 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 44646] IllegalStateException when using CometConnectionManagerValve

2008-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44646 --- Comment #2 from Mark Thomas <[EMAIL PROTECTED]> 2008-04-05 11:37:50 PST --- This has been fixed in svn and will be includedin 6.0.17 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --

svn commit: r645159 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/valves/CometConnectionManagerValve.java java/org/apache/catalina/valves/LocalStrings.properties webapps/docs/changel

2008-04-05 Thread markt
Author: markt Date: Sat Apr 5 11:39:30 2008 New Revision: 645159 URL: http://svn.apache.org/viewvc?rev=645159&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44646 Get this valve working for a basic comet app. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x

DO NOT REPLY [Bug 44633] say which jar/ class is wrong when throwing UnsupportedClassVersionError

2008-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44633 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r645158 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/loader/LocalStrings.properties java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2008-04-05 Thread markt
Author: markt Date: Sat Apr 5 11:34:10 2008 New Revision: 645158 URL: http://svn.apache.org/viewvc?rev=645158&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44633 Better error message for class version error. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/

DO NOT REPLY [Bug 44611] DirContextURLConnection Header Bugs

2008-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44611 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r645157 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/naming/resources/DirContextURLConnection.java java/org/apache/naming/resources/ResourceAttributes.java webapps/docs/changelog

2008-04-05 Thread markt
Author: markt Date: Sat Apr 5 11:27:32 2008 New Revision: 645157 URL: http://svn.apache.org/viewvc?rev=645157&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44611 DirContextURLConnection has bugs: 1) Does not implement the getHeaderFields() method 2) It's implementation of g

DO NOT REPLY [Bug 42366] Memory leak in newer mod_jk version when connection is abortet by the client

2008-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42366 --- Comment #4 from Tom Lamal <[EMAIL PROTECTED]> 2008-04-05 11:25:06 PST --- And I'm sorry. It is still Apache 2.0.55 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this m

DO NOT REPLY [Bug 42366] Memory leak in newer mod_jk version when connection is abortet by the client

2008-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42366 Tom Lamal <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEEDINFO|ASSIGNED --- Co

DO NOT REPLY [Bug 44541] Document packetSize attribute

2008-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44541 --- Comment #2 from Mark Thomas <[EMAIL PROTECTED]> 2008-04-05 11:16:13 PST --- This has been fixed for 6.0.x and will be in the next release. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- Y

svn commit: r645156 - in /tomcat/tc6.0.x/trunk: STATUS.txt webapps/docs/changelog.xml webapps/docs/config/ajp.xml

2008-04-05 Thread markt
Author: markt Date: Sat Apr 5 11:18:27 2008 New Revision: 645156 URL: http://svn.apache.org/viewvc?rev=645156&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44541 Document packetSize attribute. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/webapps/d

DO NOT REPLY [Bug 44673] ServletInputStream still readable even when closed

2008-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44673 --- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-04-05 11:12:22 PST --- This has been fixed in 6.0.x and will be included in the next release. It has been proposed for inclusion in 5.0.x. -- Configure bugmail: https://issues.

svn commit: r645155 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/connector/InputBuffer.java java/org/apache/catalina/connector/LocalStrings.properties webapps/docs/changelog.xml

2008-04-05 Thread markt
Author: markt Date: Sat Apr 5 11:14:16 2008 New Revision: 645155 URL: http://svn.apache.org/viewvc?rev=645155&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44673 ServletInputStream is no longer readable once closed. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/

svn commit: r645153 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-04-05 Thread markt
Author: markt Date: Sat Apr 5 11:05:06 2008 New Revision: 645153 URL: http://svn.apache.org/viewvc?rev=645153&view=rev Log: Update status Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?re

svn commit: r645152 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/servlets/CGIServlet.java webapps/docs/changelog.xml

2008-04-05 Thread markt
Author: markt Date: Sat Apr 5 11:04:27 2008 New Revision: 645152 URL: http://svn.apache.org/viewvc?rev=645152&view=rev Log: Fix shell env for vista and remove hack for pre 1.5 JVMs. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/servlets/CGIServlet.java tomcat/tc6.0.x/trunk/weba

DO NOT REPLY [Bug 44529] RealmBase authorization via hasResourcePermission not fully servlet spec compliant

2008-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44529 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Component|Servlet & JSP API |Catalina

svn commit: r645149 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/realm/RealmBase.java webapps/docs/changelog.xml

2008-04-05 Thread markt
Author: markt Date: Sat Apr 5 10:57:08 2008 New Revision: 645149 URL: http://svn.apache.org/viewvc?rev=645149&view=rev Log: Fix bug 44529. Deny all should override allow all. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/realm/RealmBase.java

DO NOT REPLY [Bug 44494] Requests greater than 8k being truncated.

2008-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494 --- Comment #30 from Mark Thomas <[EMAIL PROTECTED]> 2008-04-05 10:49:43 PST --- The multi-byte read patch has been applied to 6.0.x and will be in the next release. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs

svn commit: r645147 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/buf/B2CConverter.java

2008-04-05 Thread markt
Author: markt Date: Sat Apr 5 10:51:41 2008 New Revision: 645147 URL: http://svn.apache.org/viewvc?rev=645147&view=rev Log: Fix multi-byte character part of bug 44494 Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/buf/B2CConverter.java Modifie

DO NOT REPLY [Bug 44759] New: can' t run ant task dist-javadoc as described in BUILDING.txt

2008-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44759 Summary: can't run ant task dist-javadoc as described in BUILDING.txt Product: Tomcat 6 Version: 6.0.16 Platform: Macintosh OS/Version: other Status: NEW

DO NOT REPLY [Bug 38483] access log valve uses simpledateformat in tread-unsafe way

2008-04-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38483 --- Comment #13 from quartz <[EMAIL PROTECTED]> 2008-04-05 05:31:41 PST --- I would agree with the comment about using a thread safe data formatter. After all, there is no need for anything more than threadstack variables to format a da