[RESULT] Build 6.0.14

2007-08-08 Thread Remy Maucherat
5 stable votes, no other votes. Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Fwd: Tomcat 6.0.13 - NPE in AprEndpoint run method

2007-08-08 Thread Sriram Narayanan
Hello Tomcat Developers: We faced this issue today, and this is preventing us from moving to Tomcat 6.0.13. Should I file a bug report ? Would sending a patch help ? Or is the issue something else ? -- Sriram -- Forwarded message -- From: Reich, Matthias <[EMAIL PROTECTED]> Date

Re: Fwd: Tomcat 6.0.13 - NPE in AprEndpoint run method

2007-08-08 Thread Remy Maucherat
Sriram Narayanan wrote: When sending requests to Tomcat during the startup phase, I got a NPE in the AprEndpoint run method, line 1495: getPoller().add(socket); This can happen because in the start method, the pollers are initialized after the acceptor threads already have been started so that

Re: [VOTE] Releasing Tomcat Connectors 1.2.25

2007-08-08 Thread Guenter Knauf
Hi, > Apache Tomcat Connectors 1.2.25 is: > [x] Stable - no major issues, no regressions Guen. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r563905 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2007-08-08 Thread remm
Author: remm Date: Wed Aug 8 07:55:33 2007 New Revision: 563905 URL: http://svn.apache.org/viewvc?view=rev&rev=563905 Log: - As suggested by a couple people, start accepting after starting everything else, to avoid running into non initialized fields. Modified: tomcat/tc6.0.x/trunk/java/

svn commit: r563911 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2007-08-08 Thread remm
Author: remm Date: Wed Aug 8 08:05:25 2007 New Revision: 563911 URL: http://svn.apache.org/viewvc?view=rev&rev=563911 Log: - Update changelog. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/view

Re: 6.x feature wishlist

2007-08-08 Thread Remy Maucherat
Bill Barker wrote: 2. Add a block/no-block parameter to InputFilter.doRead and OutputFilter.doWrite InputFilter -> public int doRead(ByteChunk chunk, Request unused, boolean block) throws IOException; OutputFilter -> public int doWrite(ByteChunk chunk, Response unused, boolean block) thro

Re: svn commit: r562194 - in /tomcat/connectors/trunk/jk: native/common/jk_ajp13.h native/common/jk_ajp_common.c native/common/jk_lb_worker.c xdocs/miscellaneous/changelog.xml xdocs/reference/workers

2007-08-08 Thread Jim Jagielski
On Aug 2, 2007, at 4:29 PM, Rainer Jung wrote: And in fact it doesn't matter. I found it more logical, to have JK_STATUS_ERROR and JK_STATUS_FATAL_ERROR closer together (for those reading the code). The constants are not used outside JK, so there is no compatibility problem. It looks lik

svn commit: r563925 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2007-08-08 Thread fhanik
Author: fhanik Date: Wed Aug 8 09:00:07 2007 New Revision: 563925 URL: http://svn.apache.org/viewvc?view=rev&rev=563925 Log: forward port from 6.0 Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

Re: svn commit: r562194 - in /tomcat/connectors/trunk/jk: native/common/jk_ajp13.h native/common/jk_ajp_common.c native/common/jk_lb_worker.c xdocs/miscellaneous/changelog.xml xdocs/reference/worker

2007-08-08 Thread Rainer Jung
You are missing nothing. Feel free to scratch :) Regards, Rainer Jim Jagielski wrote: On Aug 2, 2007, at 4:29 PM, Rainer Jung wrote: And in fact it doesn't matter. I found it more logical, to have JK_STATUS_ERROR and JK_STATUS_FATAL_ERROR closer together (for those reading the code). The c

Re: 6.x feature wishlist

2007-08-08 Thread atul
Bill, Thanks for your response. I think it was true for the older browsers but with most new versions it should be configurable. I tried it with Mozilla Firefox 2.0 and it asks me everytime. The setting is under options ---> advanced tab --> Encryption ---> Certificates - When website requires

Re: svn commit: r562194 - in /tomcat/connectors/trunk/jk: native/common/jk_ajp13.h native/common/jk_ajp_common.c native/common/jk_lb_worker.c xdocs/miscellaneous/changelog.xml xdocs/reference/worker

2007-08-08 Thread Jim Jagielski
:) It just seemed like a conscious coding style and didn't want to confuse things... Or else it was some normal C array/pointer confusion :) *duck* On Aug 8, 2007, at 12:09 PM, Rainer Jung wrote: You are missing nothing. Feel free to scratch :) Regards, Rainer Jim Jagielski wrote: On Aug

Re: 6.x feature wishlist

2007-08-08 Thread Remy Maucherat
Remy Maucherat wrote: You can get the attributes now by setting debug logging on o.a.t.u.IntrospectionUtils. It wouldn't be hard to do in general (e.g. make IntrospectionUtils.setAttribute return boolean instead of void, and warn in Digester.startElement if no rules are configured, but make t

DO NOT REPLY [Bug 43062] New: - jvmtiEventVMDeath event doesn't return in JVMTI when shutting down tomcat 6 as a service.

2007-08-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

May Chun Chew/FEA/PEC is out of the office.

2007-08-08 Thread May Chun Chew
I will be out of the office starting 08/09/2007 and will not return until 08/13/2007. For urgent matters, pls contact [EMAIL PROTECTED] Tel: (65)63629408 I am also Contactable at (65)97876648. - To unsubscribe, e-mail: [EMAIL

status of trunk

2007-08-08 Thread Filip Hanik - Dev Lists
what is the plan for trunk? the reason I started the 6.x feature list was to get some development going for the next version of Tomcat. Remy was the one who initiated trunk and suggested future development to go in there. Is there anything but the disagreement around the CometEvent interface h

Re: 6.x feature wishlist

2007-08-08 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: I wanted to start a wish list of what we can move forward with, here is a short list of items that I had in mind as a starter Here's my opinion on these. I think most of them are not a good idea, actually. 1. Session replication - statel

svn commit: r564046 - /tomcat/tc6.0.x/trunk/webapps/docs/extras.xml

2007-08-08 Thread markt
Author: markt Date: Wed Aug 8 16:45:21 2007 New Revision: 564046 URL: http://svn.apache.org/viewvc?view=rev&rev=564046 Log: Fix typos. Play with wording. Add note about license for wsdl4j.jar Modified: tomcat/tc6.0.x/trunk/webapps/docs/extras.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/

svn commit: r564069 [1/2] - in /tomcat/trunk/java/org/apache/catalina/ha: ./ authenticator/ deploy/ jmx/ session/ tcp/

2007-08-08 Thread fhanik
Author: fhanik Date: Wed Aug 8 18:54:34 2007 New Revision: 564069 URL: http://svn.apache.org/viewvc?view=rev&rev=564069 Log: Setup framework for cluster JMX operations Added: tomcat/trunk/java/org/apache/catalina/ha/jmx/ tomcat/trunk/java/org/apache/catalina/ha/jmx/ClusterJmxHelper.java

Re: 6.x feature wishlist

2007-08-08 Thread Bill Barker
"Remy Maucherat" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Remy Maucherat wrote: >>> You can get the attributes now by setting debug logging on >>> o.a.t.u.IntrospectionUtils. It wouldn't be hard to do in general (e.g. >>> make IntrospectionUtils.setAttribute return boolean

svn commit: r564071 - /tomcat/trunk/java/org/apache/catalina/ha/jmx/ClusterJmxHelper.java

2007-08-08 Thread fhanik
Author: fhanik Date: Wed Aug 8 18:58:50 2007 New Revision: 564071 URL: http://svn.apache.org/viewvc?view=rev&rev=564071 Log: remove not used fields Modified: tomcat/trunk/java/org/apache/catalina/ha/jmx/ClusterJmxHelper.java Modified: tomcat/trunk/java/org/apache/catalina/ha/jmx/ClusterJmxH

svn commit: r564074 - /tomcat/trunk/java/org/apache/catalina/ha/jmx/ClusterJmxHelper.java

2007-08-08 Thread fhanik
Author: fhanik Date: Wed Aug 8 19:06:32 2007 New Revision: 564074 URL: http://svn.apache.org/viewvc?view=rev&rev=564074 Log: remove throwing of exceptions, handle everything inside the JMX helper Modified: tomcat/trunk/java/org/apache/catalina/ha/jmx/ClusterJmxHelper.java Modified: tomcat/t