[Bug 53267] The JreMemoryLeakPreventionListener causes a full GC every hour when gcDaemonProtection=true

2012-05-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53267 --- Comment #2 from Konstantin Kolinko --- For reference, a thread on users list about observing this issue with 6.0.28, "JreMemoryLeakPreventionListener and hourly Full GC" (2010-08): http://marc.info/?t=12815613962&r=1&w=2 http://mar

[Bug 53267] The JreMemoryLeakPreventionListener causes a full GC every hour when gcDaemonProtection=true

2012-05-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53267 --- Comment #3 from Konstantin Kolinko --- As far as I can see, Long.MAX_VALUE in s.m.GC is treated specially, and I suspect that using this specific value may break the memory leak prevention feature. I am OK with making the latency confi

[Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2012-05-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 --- Comment #14 from Sudhan Moghe --- I think the issue is because of ChunkedInputFilter.needCRLFParse not being reset. I think we need to do needCRLFParse = false; in ChunkedInputFilter.recycle(). -- You are receiving this mail because:

IIS SPDY Redirector for Tomcat

2012-05-25 Thread Konstantin Preißer
Hello! Some time ago, I wrote about a possible alternative IIS AJP Connector implementation [1] that is written in C# and uses the new IIS 7/8 module pipeline, which allows to insert managed modules (.Net) in the request pipeline. ---

RE: IIS SPDY Redirector for Tomcat

2012-05-25 Thread Konstantin Preißer
Sorry for the noise, please ignore the previous email (hit "send" too early...) Konstantin Preißer > > Hello! > > Some time ago, I wrote about a possible alternative IIS AJP Connector > implementation [1] that is written in C# and uses the new IIS 7/8 > module pipeline, which allows to insert ma

Possible IIS SPDY Redirector for Tomcat

2012-05-25 Thread Konstantin Preißer
Hello! (this time I hope the e-mail is complete ;-) Some time ago, I wrote about a possible alternative IIS AJP Connector implementation [1] that is written in C# and uses the new IIS 7/8 module pipeline, which allows to insert managed modules (.Net) in the request pipeline. However, Mladen Tur

Re: mod_jk trying to connect to 0.0.0.0

2012-05-25 Thread Christopher Schultz
All, On 5/24/12 12:09 PM, Christopher Schultz wrote: > I've recently seen two questions on the users' list and a bunch of > questions over on StackExchange/ServerFault about mod_jk trying to > connect to 0.0.0.0 instead of some sane IP address. Many have comments > saying that reverting to mod_jk

svn commit: r1342717 - in /tomcat/trunk/java/org/apache: catalina/websocket/ coyote/ajp/ coyote/http11/ coyote/http11/upgrade/ tomcat/util/net/

2012-05-25 Thread markt
Author: markt Date: Fri May 25 16:39:46 2012 New Revision: 1342717 URL: http://svn.apache.org/viewvc?rev=1342717&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53074 Make WebSocket connections use infinite read timeouts by default. Modified: tomcat/trunk/java/org/apache/

[Bug 53074] [websocket] java.net.SocketTimeoutException: Read timed caused by server.xml' connectTimeout

2012-05-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53074 --- Comment #7 from Mark Thomas --- Fixed in trunk. Will be back-ported to 7.0.x once there has been a new release of the APR/native connector. -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 53074] [websocket] java.net.SocketTimeoutException: Read timed caused by server.xml' connectTimeout

2012-05-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53074 --- Comment #8 from Jean-Francois Arcand --- Ok thanks! I will go ahead and test using trunk. Will report if I see any issues. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 53297] New: jsessionid not setting

2012-05-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53297 Priority: P2 Bug ID: 53297 Assignee: dev@tomcat.apache.org Summary: jsessionid not setting Severity: critical Classification: Unclassified Reporter: w...@cdc.gov Ha

[Bug 53297] jsessionid not setting

2012-05-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53297 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1342795 - /tomcat/trunk/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java

2012-05-25 Thread markt
Author: markt Date: Fri May 25 20:17:33 2012 New Revision: 1342795 URL: http://svn.apache.org/viewvc?rev=1342795&view=rev Log: Further fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=52055. Ensure ChunkedInputFilter is correctly recycled. Modified: tomcat/trunk/java/org/apache/coy

svn commit: r1342797 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/filters/ChunkedInputFilter.java webapps/docs/changelog.xml

2012-05-25 Thread markt
Author: markt Date: Fri May 25 20:21:30 2012 New Revision: 1342797 URL: http://svn.apache.org/viewvc?rev=1342797&view=rev Log: Further fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=52055. Ensure ChunkedInputFilter is correctly recycled. Modified: tomcat/tc7.0.x/trunk/ (props c

[Bug 52055] ChunkedInputFilter is not recycled for servlet 3.0 asynchronous request

2012-05-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

svn commit: r1342805 - /tomcat/trunk/res/maven/

2012-05-25 Thread markt
Author: markt Date: Fri May 25 20:45:42 2012 New Revision: 1342805 URL: http://svn.apache.org/viewvc?rev=1342805&view=rev Log: BZ53034. Improve POM license info Modified: tomcat/trunk/res/maven/tomcat-annotations-api.pom tomcat/trunk/res/maven/tomcat-api.pom tomcat/trunk/res/maven/tom

svn commit: r1342808 - in /tomcat/tc7.0.x/trunk: ./ res/maven/

2012-05-25 Thread markt
Author: markt Date: Fri May 25 20:48:34 2012 New Revision: 1342808 URL: http://svn.apache.org/viewvc?rev=1342808&view=rev Log: BZ53034. Improve POM license info Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/res/maven/tomcat-annotations-api.pom tomcat/tc7.0.x/t

[Bug 53034] apache tomcat deployed pom does not contain url or license

2012-05-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53034 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 53075] [websocket] Sporadic NPE in InternalOutputBuffer

2012-05-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53075 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

buildbot success in ASF Buildbot on tomcat-trunk

2012-05-25 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/2990 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

[GUMP@vmgump]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2012-05-25 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-validate has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2012-05-25 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-validate has an issue affecting its community integration. Th