svn commit: r551809 - /tomcat/connectors/trunk/jk/native/common/jk_msg_buff.c

2007-06-29 Thread mturk
Author: mturk Date: Thu Jun 28 23:32:27 2007 New Revision: 551809 URL: http://svn.apache.org/viewvc?view=revrev=551809 Log: Fix potential overflow. The actual encoded string length is strlen + 3 (Two bytes for len and one '\0') Modified:

svn commit: r551810 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp_common.c jk_lb_worker.c

2007-06-29 Thread mturk
Author: mturk Date: Thu Jun 28 23:49:28 2007 New Revision: 551810 URL: http://svn.apache.org/viewvc?view=revrev=551810 Log: Properly handle low memory situations, by checking the return values from message allocation functions. Modified:

Re: svn commit: r551809 - /tomcat/connectors/trunk/jk/native/common/jk_msg_buff.c

2007-06-29 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: Author: mturk Date: Thu Jun 28 23:32:27 2007 New Revision: 551809 URL: http://svn.apache.org/viewvc?view=revrev=551809 Log: Fix potential overflow. The actual encoded string length is strlen + 3 (Two bytes for len and one '\0') Modified:

Re: svn commit: r551809 - /tomcat/connectors/trunk/jk/native/common/jk_msg_buff.c

2007-06-29 Thread Mladen Turk
jean-frederic clere wrote: /* We checked for space !! */ -strncpy((char *)msg-buf + msg-len, param, len + 1); /* including \0 */ +memcpy(msg-buf + msg-len, param, len + 1); /* including \0 */ Why do you remove the (char *)? Cause memcpy uses void* so no need for

Configuring the MBeanServer with which Tomcat MBeans get registered

2007-06-29 Thread Vamsavardhana Reddy
Hi, I notice that if there is more than one registered MBeanServer in the JVM, there is no way to configure the MBeanServer with which Tomcat registers its MBeans. IIUC, org.apache.tomcat.util.modeler.Registry.getMBeanServer() is the method that hooks up the MBeanServer with which tomcat

DO NOT REPLY [Bug 42753] - Race condition when using available() or reading in CometProcessor.event()

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

svn commit: r551870 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/ApplicationFilterFactory.java

2007-06-29 Thread remm
Author: remm Date: Fri Jun 29 05:35:04 2007 New Revision: 551870 URL: http://svn.apache.org/viewvc?view=revrev=551870 Log: - Fix a lost reference problem when using Comet with a security manager. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/ApplicationFilterFactory.java

svn commit: r551881 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationFilterFactory.java

2007-06-29 Thread fhanik
Author: fhanik Date: Fri Jun 29 06:07:27 2007 New Revision: 551881 URL: http://svn.apache.org/viewvc?view=revrev=551881 Log: Bugzilla 42753 Same fix as 6.0 branch Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationFilterFactory.java Modified:

DO NOT REPLY [Bug 42753] - Race condition when using available() or reading in CometProcessor.event()

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

DO NOT REPLY [Bug 42753] - Race condition when using available() or reading in CometProcessor.event()

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

DO NOT REPLY [Bug 42753] - Race condition when using available() or reading in CometProcessor.event()

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

DO NOT REPLY [Bug 42753] - Race condition when using available() or reading in CometProcessor.event()

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

6.0.14 release?

2007-06-29 Thread Filip Hanik - Dev Lists
first week of July maybe? thoughts... Filip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r551893 - /tomcat/connectors/trunk/jk/native/common/jk_shm.c

2007-06-29 Thread hgomez
Author: hgomez Date: Fri Jun 29 06:55:47 2007 New Revision: 551893 URL: http://svn.apache.org/viewvc?view=revrev=551893 Log: Add ascii-ebcdic conversion around open, unlink. Provided by Ron Egyed Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.c Modified:

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

2007-06-29 Thread remm
Author: remm Date: Fri Jun 29 06:58:09 2007 New Revision: 551897 URL: http://svn.apache.org/viewvc?view=revrev=551897 Log: - Changelog update. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL:

DO NOT REPLY [Bug 42753] - Race condition when using available() or reading in CometProcessor.event()

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

Re: 6.0.14 release?

2007-06-29 Thread Remy Maucherat
Sebastiaan van Erk wrote: Filip Hanik - Dev Lists wrote: first week of July maybe? thoughts... What will happen to the Comet developments that you guys were working in? Will they go in 6.0.14? Will it be backwards compatible? Personally, I will be working on Comet developments elsewhere

Re: 6.0.14 release?

2007-06-29 Thread Sebastiaan van Erk
Filip Hanik - Dev Lists wrote: first week of July maybe? thoughts... What will happen to the Comet developments that you guys were working in? Will they go in 6.0.14? Will it be backwards compatible? Regards, Sebastiaan Filip

Re: 6.0.14 release?

2007-06-29 Thread Sebastiaan van Erk
Remy Maucherat wrote: Sebastiaan van Erk wrote: Filip Hanik - Dev Lists wrote: first week of July maybe? thoughts... What will happen to the Comet developments that you guys were working in? Will they go in 6.0.14? Will it be backwards compatible? Personally, I will be working on Comet

Re: JK3 roadmap?

2007-06-29 Thread jean-frederic clere
Jim Jagielski wrote: On Jun 27, 2007, at 11:27 AM, jean-frederic clere wrote: Rainer Jung wrote: Whenever I had a couple of hours I was doing small tests with scripting. I think the most valuable first step would be the transformation to APR. Unfortunately this is something I could hekp

Re: JK3 roadmap?

2007-06-29 Thread Jim Jagielski
On Jun 27, 2007, at 10:55 AM, Mladen Turk wrote: jean-frederic clere wrote: I have noted that nothing has happened in tomcat/connectors/trunk/ jk3. Nearly 2 months without real road map nor clear specifications, what is wrong? I don't think anything is wrong. We are waiting for the list

Re: JK3 roadmap?

2007-06-29 Thread Henri Gomez
When I see the buzz to make mod_jk works on i5/OS, any initiative to make jk fully APR, is greatly welcome ! 2007/6/29, jean-frederic clere [EMAIL PROTECTED]: Jim Jagielski wrote: On Jun 27, 2007, at 11:27 AM, jean-frederic clere wrote: Rainer Jung wrote: Whenever I had a couple of hours I

Re: JK3 roadmap?

2007-06-29 Thread Jim Jagielski
On Jun 27, 2007, at 11:27 AM, jean-frederic clere wrote: Rainer Jung wrote: Whenever I had a couple of hours I was doing small tests with scripting. I think the most valuable first step would be the transformation to APR. Unfortunately this is something I could hekp with, but I wouldn't

DO NOT REPLY [Bug 42782] New: - problem while defining a context in server.xml file

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