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

2010-09-07 Thread kfujino
Author: kfujino Date: Tue Sep 7 07:05:24 2010 New Revision: 993238 URL: http://svn.apache.org/viewvc?rev=993238&view=rev Log: votes 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=9932

svn commit: r993340 - /tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java

2010-09-07 Thread markt
Author: markt Date: Tue Sep 7 12:56:29 2010 New Revision: 993340 URL: http://svn.apache.org/viewvc?rev=993340&view=rev Log: Additional debug logging to investigate https://issues.apache.org/bugzilla/show_bug.cgi?id=49884 - logs hashcodes for current request, coyote request and request processor -

DO NOT REPLY [Bug 49884] NullPointerException in org.apache.catalina.core.AsyncContextImpl.doInternalComplete

2010-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49884 --- Comment #4 from Mark Thomas 2010-09-07 09:03:57 EDT --- I've been able to spend some time looking at this. It is very easy to reproduce on a multi-core machine with relatively low numbers of requests and concurrency. There is definitel

DO NOT REPLY [Bug 49890] New: Nio Selector issue on linux platform

2010-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49890 Summary: Nio Selector issue on linux platform Product: Tomcat 6 Version: 6.0.20 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2

Re: Preliminary Tomcat 5.5.31 Builds.

2010-09-07 Thread sebb
On 4 September 2010 21:06, Jim Jagielski wrote: > > On Sep 4, 2010, at 1:01 PM, Rainer Jung wrote: >> >> A more complete solution could be adding geronimo-javamail and >> geronimo-activation to download and compile as standard dependencies. Just >> an idea, I never used or tested this though but

Re: Preliminary Tomcat 5.5.31 Builds.

2010-09-07 Thread Mark Thomas
On 07/09/2010 15:15, sebb wrote: > On 4 September 2010 21:06, Jim Jagielski wrote: >> >> On Sep 4, 2010, at 1:01 PM, Rainer Jung wrote: >>> >>> A more complete solution could be adding geronimo-javamail and >>> geronimo-activation to download and compile as standard dependencies. Just >>> an ide

Re: Preliminary Tomcat 5.5.31 Builds.

2010-09-07 Thread Rainer Jung
On 07.09.2010 16:36, Mark Thomas wrote: On 07/09/2010 15:15, sebb wrote: On 4 September 2010 21:06, Jim Jagielski wrote: On Sep 4, 2010, at 1:01 PM, Rainer Jung wrote: A more complete solution could be adding geronimo-javamail and geronimo-activation to download and compile as standard dep

DO NOT REPLY [Bug 49892] New: Wrong JNDI Name for Method Resource Injections

2010-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49892 Summary: Wrong JNDI Name for Method Resource Injections Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority:

DO NOT REPLY [Bug 49892] Wrong JNDI Name for Method Resource Injections

2010-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49892 --- Comment #1 from Gurkan Erdogdu 2010-09-07 10:46:36 EDT --- Created an attachment (id=25998) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25998) Patch that solves method based resource injection problem -- Configure bugm

DO NOT REPLY [Bug 49884] NullPointerException in org.apache.catalina.core.AsyncContextImpl.doInternalComplete

2010-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49884 --- Comment #5 from Kevin 2010-09-07 10:46:43 EDT --- (In reply to comment #4) > I've been able to spend some time looking at this. It is very easy to > reproduce > on a multi-core machine with relatively low numbers of requests and > conc

Re: Preliminary Tomcat 5.5.31 Builds.

2010-09-07 Thread Mark Thomas
On 07/09/2010 15:40, Rainer Jung wrote: > On 07.09.2010 16:36, Mark Thomas wrote: >> On 07/09/2010 15:15, sebb wrote: >>> On 4 September 2010 21:06, Jim Jagielski wrote: On Sep 4, 2010, at 1:01 PM, Rainer Jung wrote: > > A more complete solution could be adding geronimo-javamail

svn commit: r993402 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/connector/Request.java webapps/docs/changelog.xml

2010-09-07 Thread markt
Author: markt Date: Tue Sep 7 15:56:08 2010 New Revision: 993402 URL: http://svn.apache.org/viewvc?rev=993402&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49613 Improve performance for multiple calls to Request.getAttributeNames() when using SSL. Patch provided by Sampo S

DO NOT REPLY [Bug 49613] Request.getAttributeNames() slows down some applications

2010-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49613 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r993406 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/coyote/http11/ java/org/apache/coyote/http11/filters/ webapps/docs/

2010-09-07 Thread markt
Author: markt Date: Tue Sep 7 16:01:38 2010 New Revision: 993406 URL: http://svn.apache.org/viewvc?rev=993406&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48738 Add flush support for gzip'd output Added: tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/filters/Flus

DO NOT REPLY [Bug 48738] [PATCH]Allow GzipOutputFilter to send partial result when flushBuffer() is called

2010-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48738 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r993409 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/authenticator/AuthenticatorBase.java webapps/docs/changelog.xml

2010-09-07 Thread markt
Author: markt Date: Tue Sep 7 16:05:25 2010 New Revision: 993409 URL: http://svn.apache.org/viewvc?rev=993409&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49749 Add httpOnly support to SSO cookie Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java

DO NOT REPLY [Bug 49749] SSO cookie should be added as HttpOnly

2010-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49749 --- Comment #5 from Mark Thomas 2010-09-07 12:05:39 EDT --- Fixed in 6.0.x and will be included in 6.0.30 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail becaus

DO NOT REPLY [Bug 38113] getQueryString returns null instead of empty-string

2010-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38113 --- Comment #10 from Mark Thomas 2010-09-07 12:10:53 EDT --- Fixed in 6.0.x and will be included in 6.0.30 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail becau

svn commit: r993414 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/connector/Request.java webapps/docs/changelog.xml webapps/docs/config/systemprops.xml

2010-09-07 Thread markt
Author: markt Date: Tue Sep 7 16:10:49 2010 New Revision: 993414 URL: http://svn.apache.org/viewvc?rev=993414&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38113 Add system property to allow spec compliant handling of query string Modified: tomcat/tc6.0.x/trunk/STATUS.

Re: Preliminary Tomcat 5.5.31 Builds.

2010-09-07 Thread Jim Jagielski
On Sep 7, 2010, at 10:36 AM, Mark Thomas wrote: > On 07/09/2010 15:15, sebb wrote: >> On 4 September 2010 21:06, Jim Jagielski wrote: >>> >>> On Sep 4, 2010, at 1:01 PM, Rainer Jung wrote: A more complete solution could be adding geronimo-javamail and geronimo-activation to dow

svn commit: r993608 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2010-09-07 Thread markt
Author: markt Date: Wed Sep 8 05:43:39 2010 New Revision: 993608 URL: http://svn.apache.org/viewvc?rev=993608&view=rev Log: Remove unused attributes. This all moved to Context. Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java Modified: tomcat/trunk/java/org/apache/cat

svn commit: r993616 - in /tomcat/trunk/java/org/apache/catalina/manager/host: HTMLHostManagerServlet.java LocalStrings.properties LocalStrings_es.properties

2010-09-07 Thread markt
Author: markt Date: Wed Sep 8 05:57:44 2010 New Revision: 993616 URL: http://svn.apache.org/viewvc?rev=993616&view=rev Log: Remove unused attributes. This all moved to Context. Modified: tomcat/trunk/java/org/apache/catalina/manager/host/HTMLHostManagerServlet.java tomcat/trunk/java/org

svn commit: r993618 - /tomcat/trunk/java/org/apache/catalina/manager/host/HostManagerServlet.java

2010-09-07 Thread markt
Author: markt Date: Wed Sep 8 06:03:33 2010 New Revision: 993618 URL: http://svn.apache.org/viewvc?rev=993618&view=rev Log: Fix warnings in the host manager package Modified: tomcat/trunk/java/org/apache/catalina/manager/host/HostManagerServlet.java Modified: tomcat/trunk/java/org/apache/c