Bug report for Tomcat 6 [2009/04/05]

2009-04-06 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 4 [2009/04/05]

2009-04-06 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2009/04/05]

2009-04-06 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: [Proposal] Remove older of the two BIO AJP connectors

2009-04-06 Thread Henri Gomez
Very interesting thread. What's the needs in server / tc communications ? - new apis - new communication layer ajp is a not so bad protocol but the jk impl mix comm marsh/unmarsh api. we could find a persistant communication layer (openwire from activemq ?) we could define a set of

Re: [GSOC] Filters Async Support in Servlet 3.0

2009-04-06 Thread Filip Hanik - Dev Lists
Anas Ahmed wrote: Two Scenarios of thread per request :- 1- if the request send directly to server without filter:- When a connection is idle between requests, the thread can be recycled, and the connection is placed in a centralized NIO select set to detect new

svn commit: r762258 - /tomcat/tc6.0.x/trunk/java/javax/servlet/ServletContext.java

2009-04-06 Thread markt
Author: markt Date: Mon Apr 6 09:05:33 2009 New Revision: 762258 URL: http://svn.apache.org/viewvc?rev=762258view=rev Log: Minor javadoc correction Modified: tomcat/tc6.0.x/trunk/java/javax/servlet/ServletContext.java Modified: tomcat/tc6.0.x/trunk/java/javax/servlet/ServletContext.java

DO NOT REPLY [Bug 46907] Jasper with log4j in web-app classpath and debug level enabled prevents reading HTTP POST stream from JSP

2009-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46907 --- Comment #2 from IzhikovNikolay northdra...@gmail.com 2009-04-06 03:17:08 PST --- I will investigate this bug and fix it if I needed -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are

Re: [GSOC] Filters Async Support in Servlet 3.0

2009-04-06 Thread Mark Thomas
Mark Thomas wrote: Anas Ahmed wrote: I wrote proposal for the second project improve the JMX support within Apache Tomcat i'm waiting for your feedback and i need your advice about which project i have to put my focus because i'm student and the time is valuable My suggestion (but

Re: [GSOC] Filters Async Support in Servlet 3.0

2009-04-06 Thread Mark Thomas
Anas Ahmed wrote: I wrote proposal for the second project improve the JMX support within Apache Tomcat i'm waiting for your feedback and i need your advice about which project i have to put my focus because i'm student and the time is valuable My suggestion (but it is only a

DO NOT REPLY [Bug 46907] Jasper with log4j in web-app classpath and debug level enabled prevents reading HTTP POST stream from JSP

2009-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46907 IzhikovNikolay northdra...@gmail.com changed: What|Removed |Added Status|NEW |NEEDINFO

DO NOT REPLY [Bug 46907] Jasper with log4j in web-app classpath and debug level enabled prevents reading HTTP POST stream from JSP

2009-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46907 --- Comment #3 from IzhikovNikolay northdra...@gmail.com 2009-04-06 04:33:44 PST --- Created an attachment (id=23445) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=23445) test application. I try to reproduce bug with it I

Re: Tomcat newbie developer tasks?

2009-04-06 Thread NorthDragon NorthDragon
Hi, Mark. I want to investigate and fix this bug https://issues.apache.org/bugzilla/show_bug.cgi?id=46907 How I should inform on it? Welcome back. These should be be a good place to get started: https://issues.apache.org/bugzilla/show_bug.cgi?id=46958

Re: Tomcat newbie developer tasks?

2009-04-06 Thread Mark Thomas
NorthDragon NorthDragon wrote: Hi, Mark. I want to investigate and fix this bug https://issues.apache.org/bugzilla/show_bug.cgi?id=46907 How I should inform on it? Create yourself a bugzilla account and then add comments to the bug report. Those comments are automatically sent to the dev list

How to produce a Com et READ Event (Event Type.READ) from the client side?‏

2009-04-06 Thread John Dous
Hello, Recently I started to develop a web application that is based on the Comet Architecture. After a lot of research, I realize that there is a lack of documentation and tutorials about how to build simple Comet applications on Tomcat. The tomcat Advanced IO documentation previews the way

DO NOT REPLY [Bug 34110] The message SEVERE: Error listenerStart should be more explicit

2009-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=34110 --- Comment #6 from Dan Armbrust daniel.armbrust.l...@gmail.com 2009-04-06 07:58:11 PST --- This issue does not occur under Tomcat 6.0.18. I believe that Charles has the correct explanation for what is going on:

svn commit: r762374 - in /tomcat/trunk: build.xml java/org/apache/catalina/cluster/ java/org/apache/catalina/cluster/CollectedInfo.java java/org/apache/catalina/cluster/HeartbeatListener.java

2009-04-06 Thread jfclere
Author: jfclere Date: Mon Apr 6 15:09:19 2009 New Revision: 762374 URL: http://svn.apache.org/viewvc?rev=762374view=rev Log: First support for httpd-trunk heartbeat logic. Added: tomcat/trunk/java/org/apache/catalina/cluster/

[PATCH]: configurable session cookie domain (subdomain session support)

2009-04-06 Thread Brane F. Gračnar
Hello :) We needed subdomain session cookie support for our java webapp; currently there is no way to configure cookie domain attribute in tomcat = 6.0.18. This patch adds this functionality. Cookie domain can be specified as Manager property (default null == turned off) in conf/context.xml or

Re: svn commit: r762374 - in /tomcat/trunk: build.xml java/org/apache/catalina/cluster/ java/org/apache/catalina/cluster/CollectedInfo.java java/org/apache/catalina/cluster/HeartbeatListener.java

2009-04-06 Thread Rainer Jung
A few comments inline. On 06.04.2009 17:09, jfcl...@apache.org wrote: Author: jfclere Date: Mon Apr 6 15:09:19 2009 New Revision: 762374 URL: http://svn.apache.org/viewvc?rev=762374view=rev Log: First support for httpd-trunk heartbeat logic. Added:

Re: [PATCH]: configurable session cookie domain (subdomain session support)

2009-04-06 Thread Mark Thomas
Brane F. Grac(nar wrote: Hello :) We needed subdomain session cookie support for our java webapp; currently there is no way to configure cookie domain attribute in tomcat = 6.0.18. This patch adds this functionality. Cookie domain can be specified as Manager property (default null ==

svn commit: r762411 - /tomcat/trunk/java/org/apache/catalina/cluster/HeartbeatListener.java

2009-04-06 Thread jfclere
Author: jfclere Date: Mon Apr 6 16:40:12 2009 New Revision: 762411 URL: http://svn.apache.org/viewvc?rev=762411view=rev Log: Arrange the code according to Rainer's comments. Modified: tomcat/trunk/java/org/apache/catalina/cluster/HeartbeatListener.java Modified:

Re: svn commit: r762374 - in /tomcat/trunk: build.xml java/org/apache/catalina/cluster/ java/org/apache/catalina/cluster/CollectedInfo.java java/org/apache/catalina/cluster/HeartbeatListener.java

2009-04-06 Thread jean-frederic clere
Rainer Jung wrote: A few comments inline. On 06.04.2009 17:09, jfcl...@apache.org wrote: Author: jfclere Date: Mon Apr 6 15:09:19 2009 New Revision: 762374 URL: http://svn.apache.org/viewvc?rev=762374view=rev Log: First support for httpd-trunk heartbeat logic. Added:

RE: Help with a Tomcat bug.

2009-04-06 Thread Jason Smith
Trying again. What's the trick to getting past the Apache spam filter From: Jason Smith Sent: Monday, April 06, 2009 11:38 AM To: 'dev@tomcat.apache.org' Subject: RE: Help with a Tomcat bug. Trying again. Spam filter seems to hate me. From: Jason Smith Sent: Monday, April 06, 2009 11:08

RE: Help with a Tomcat bug.

2009-04-06 Thread Jason Smith
Thanks, but I think I finally got it. 4th or 5th try. Anyway, it looks like the InternalInputBuffer.nextRequest() is designed to pull data forward to the next buffer. See code excerpt below. But it also looks like it makes the assumption that all bytes have been consumed when this is

Re: Help with a Tomcat bug.

2009-04-06 Thread Mark Thomas
Jason Smith wrote: Thanks, but I think I finally got it. 4th or 5th try. Anyway, it looks like the InternalInputBuffer.nextRequest() is designed to pull data forward to the next buffer. See code excerpt below. But it also looks like it makes the assumption that all bytes have been

DO NOT REPLY [Bug 46967] ManagerBase.setRandomFile error handling fix

2009-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46967 Tim tf...@sdsusa.com changed: What|Removed |Added CC||tf...@sdsusa.com --

Re: svn commit: r751136 - /tomcat/tc6.0.x/tags/TOMCAT_6_0_19/

2009-04-06 Thread Mark Thomas
Remy Maucherat wrote: The build is in the usual place in ~remm (built with a new computer, so it's a good idea to test it) Looks good to me. TCKs and a couple of my local test cases all pass. Any plans to call a vote? Mark

Re: New sandbox project -- Apache Commons (Portable) Runtime

2009-04-06 Thread Rainer Jung
On 06.04.2009 21:32, Niall Pemberton wrote: Sounds good. Who currently works on the Tomcat code and are they happy for it to come here as well. Very basic commit statistics on repos/asf/tomcat/connectors/trunk/jni, not including data about how big each of the commits was: Count id 391 mturk

Re: svn commit: r762374 - in /tomcat/trunk: build.xml java/org/apache/catalina/cluster/ java/org/apache/catalina/cluster/CollectedInfo.java java/org/apache/catalina/cluster/HeartbeatListener.java

2009-04-06 Thread Rainer Jung
Hi Jean-Frederic, On 06.04.2009 18:40, jean-frederic clere wrote: Rainer Jung wrote: On 06.04.2009 17:09, jfcl...@apache.org wrote: Author: jfclere +package org.apache.catalina.cluster; Should we really reuse this package name? Until TC 5.5 that was the old cluster, and the package name is

svn commit: r762499 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/coyote/ajp/AjpAprProcessor.java java/org/apache/coyote/ajp/AjpProcessor.java java/org/apache/jk/common/JkInputStream.java web

2009-04-06 Thread rjung
Author: rjung Date: Mon Apr 6 20:47:04 2009 New Revision: 762499 URL: http://svn.apache.org/viewvc?rev=762499view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45026 Never use empty reason phrase. Backport of http://svn.apache.org/viewvc?rev=697183view=rev

svn commit: r762500 - /tomcat/trunk/webapps/docs/changelog.xml

2009-04-06 Thread rjung
Author: rjung Date: Mon Apr 6 20:49:05 2009 New Revision: 762500 URL: http://svn.apache.org/viewvc?rev=762500view=rev Log: Remove changlog entry backported from trunk to TC 6 in revision r762499. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified:

DO NOT REPLY [Bug 46976] New: tomcat 6 doesn't support configuration of domain parameter of generated session cookies

2009-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46976 Summary: tomcat 6 doesn't support configuration of domain parameter of generated session cookies Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Linux

Proposition for a WebAppClassLoader enhancement : ExpendableClassLoader

2009-04-06 Thread Sylvain Laurent
[I'm re-sending this e-mail as I did not have any response. Maybe it was because of html format ?] Hello, Among the many possible causes of classloader leaks, one is the context class loader of threads spawned during the execution of web applications. For instance, if the following

svn commit: r762504 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/jk/common/ChannelNioSocket.java java/org/apache/jk/common/ChannelSocket.java java/org/apache/jk/common/MsgAjp.java

2009-04-06 Thread rjung
Author: rjung Date: Mon Apr 6 20:57:46 2009 New Revision: 762504 URL: http://svn.apache.org/viewvc?rev=762504view=rev Log: Backport r757706: Use some already existing constants instead of explicit numbers in the AJP connectors. Modified: tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r762507 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/coyote/ajp/ java/org/apache/jk/common/ webapps/docs/

2009-04-06 Thread rjung
Author: rjung Date: Mon Apr 6 21:10:05 2009 New Revision: 762507 URL: http://svn.apache.org/viewvc?rev=762507view=rev Log: Allow huge request body packets for AJP13. Backport of r697192 and r757708. Modified: tomcat/tc6.0.x/trunk/STATUS.txt

Re: How to produce a Comet READ Event (EventType.READ) from the client side?‏

2009-04-06 Thread Filip Hanik - Dev Lists
Comet READ events are generating when there is a POST method with a body John Dous wrote: Hello, Recently I started to develop a web application that is based on the Comet Architecture. After a lot of research, I realize that there is a lack of documentation and tutorials about how to build

svn commit: r762510 - in /tomcat: connectors/trunk/jk/java/org/apache/coyote/ajp/AjpAprProcessor.java connectors/trunk/jk/java/org/apache/jk/common/JkInputStream.java container/tc5.5.x/webapps/docs/ch

2009-04-06 Thread rjung
Author: rjung Date: Mon Apr 6 21:25:09 2009 New Revision: 762510 URL: http://svn.apache.org/viewvc?rev=762510view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45026 Never use empty reason phrase. Backport of r697183 and r757721. Modified:

svn commit: r762524 - in /tomcat: connectors/trunk/jk/java/org/apache/coyote/ajp/ connectors/trunk/jk/java/org/apache/jk/common/ container/tc5.5.x/webapps/docs/ current/tc5.5.x/

2009-04-06 Thread rjung
Author: rjung Date: Mon Apr 6 21:55:11 2009 New Revision: 762524 URL: http://svn.apache.org/viewvc?rev=762524view=rev Log: Allow AJP connectors to provide correct getRemotePort(). The remote port is not part of the AJP13 protocol. Since the protocol is not extensible enough for standard

Re: [Proposal] Remove older of the two BIO AJP connectors

2009-04-06 Thread Filip Hanik - Dev Lists
Mladen Turk wrote: Costin Manolache wrote: So in essence you have a new protocol but the sole difference is how you describe it. The API can be something like: - legacyRequest(RequestMessage) - whatever we have in the current AJP protocol - getServerLoad() and whatever new we wanted to add

Re: svn commit: r762374 - in /tomcat/trunk: build.xml java/org/apache/catalina/cluster/ java/org/apache/catalina/cluster/CollectedInfo.java java/org/apache/catalina/cluster/HeartbeatListener.java

2009-04-06 Thread Filip Hanik - Dev Lists
Is the idea here to communicate the Tomcat server state to httpd using multicast? For that, you could simply build the feature set into org.apache.catalina.ha where you can send multicast packets, where you already have heart beat information etc. So going that route, why not use code, or at

DO NOT REPLY [Bug 45026] Custom HTTP-Error codes get remapped to 500er codes

2009-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45026 --- Comment #9 from Rainer Jung rainer.j...@kippdata.de 2009-04-06 15:14:57 PST --- A fix has also been applied to TC 6.0 (r762499 ( https://svn.apache.org/viewcvs.cgi?view=revrev=762499 ) and TC 5.5 (r762510 (

Re: [Proposal] Remove older of the two BIO AJP connectors

2009-04-06 Thread Costin Manolache
On Mon, Apr 6, 2009 at 3:06 PM, Filip Hanik - Dev Lists devli...@hanik.comwrote: Mladen Turk wrote: Costin Manolache wrote: So in essence you have a new protocol but the sole difference is how you describe it. The API can be something like: - legacyRequest(RequestMessage) - whatever we

Re: [PATCH]: configurable session cookie domain (subdomain session support)

2009-04-06 Thread Brane F. Gračnar
On Monday 06 April 2009 18:19:26 Mark Thomas wrote: Please create a bugzilla entry for this and attach the patch there so it doesn't get lost. Done. To keep this consistent with httpOnly, this should be configured at the Context level rather than the manager. Ok, this makes sense. I'll try

Re: [PATCH]: configurable session cookie domain (subdomain session support)

2009-04-06 Thread Rainer Jung
On 07.04.2009 00:46, Brane F. Gračnar wrote: On Monday 06 April 2009 18:19:26 Mark Thomas wrote: It would also be a good idea to include an update to the documentation in your patch. I know that this is a stupid question, but i don't have any idea which files to update :)

[Tomcat Wiki] Update of FAQ/Logging by plinius

2009-04-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The following page has been changed by plinius: http://wiki.apache.org/tomcat/FAQ/Logging -- 1. [#Q6 Where

[VOTE] Release build 6.0.19

2009-04-06 Thread Remy Maucherat
The candidates binaries are available here: http://people.apache.org/~remm/tomcat-6/v6.0.19/ According to the release process, the 6.0.19 tag is: [ ] Broken [ ] Alpha [ ] Beta [ ] Stable Note: The i18n issue for the French language could be addressed by providing a replacement JAR from a