svn commit: r611588 - /tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

2008-01-13 Thread rjung
Author: rjung Date: Sun Jan 13 08:16:28 2008 New Revision: 611588 URL: http://svn.apache.org/viewvc?rev=611588view=rev Log: Update changelog. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml URL:

svn commit: r611589 - in /tomcat/connectors/trunk/jk: native/common/jk_ajp13_worker.c native/common/jk_ajp14_worker.c native/common/jk_ajp_common.c native/common/jk_ajp_common.h xdocs/miscellaneous/ch

2008-01-13 Thread rjung
Author: rjung Date: Sun Jan 13 08:18:59 2008 New Revision: 611589 URL: http://svn.apache.org/viewvc?rev=611589view=rev Log: Refactor ajp13/ajp14 factories, move common parts into ajp_factory. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp13_worker.c

svn commit: r611594 - in /tomcat/connectors/trunk/jk/native/common: jk_lb_worker.c jk_shm.c jk_shm.h jk_status.c

2008-01-13 Thread rjung
Author: rjung Date: Sun Jan 13 08:30:01 2008 New Revision: 611594 URL: http://svn.apache.org/viewvc?rev=611594view=rev Log: Move common shm worker elements into separate header struct. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

svn commit: r611595 - in /tomcat/connectors/trunk/jk/native/common: jk_lb_worker.c jk_lb_worker.h jk_shm.c jk_shm.h

2008-01-13 Thread rjung
Author: rjung Date: Sun Jan 13 09:01:08 2008 New Revision: 611595 URL: http://svn.apache.org/viewvc?rev=611595view=rev Log: Differentiate between ajp shm workers and lb sub shm workers part 1: - introduce new shm worker and rename existing one. Modified:

svn commit: r611597 - in /tomcat/connectors/trunk/jk/native/common: jk_lb_worker.h jk_status.c

2008-01-13 Thread rjung
Author: rjung Date: Sun Jan 13 09:06:26 2008 New Revision: 611597 URL: http://svn.apache.org/viewvc?rev=611597view=rev Log: Only use volatile for the shm workers and the sequence counter. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h

svn commit: r611602 - in /tomcat/connectors/trunk/jk/native/common: jk_lb_worker.c jk_lb_worker.h jk_status.c

2008-01-13 Thread rjung
Author: rjung Date: Sun Jan 13 09:20:47 2008 New Revision: 611602 URL: http://svn.apache.org/viewvc?rev=611602view=rev Log: Rename worker_record into lb_sub_worker and make order of struct members more consistent. No functional change. Modified:

DO NOT REPLY [Bug 44209] - JAASRealm loses credentials - principal=null

2008-01-13 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=44209. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r611605 - /tomcat/connectors/trunk/jk/native/common/jk_global.h

2008-01-13 Thread rjung
Author: rjung Date: Sun Jan 13 09:35:25 2008 New Revision: 611605 URL: http://svn.apache.org/viewvc?rev=611605view=rev Log: Include limits.h for INT_MAX. Modified: tomcat/connectors/trunk/jk/native/common/jk_global.h Modified: tomcat/connectors/trunk/jk/native/common/jk_global.h URL:

svn commit: r611608 - in /tomcat/connectors/trunk/jk/native/common: jk_lb_worker.c jk_shm.h

2008-01-13 Thread rjung
Author: rjung Date: Sun Jan 13 09:52:30 2008 New Revision: 611608 URL: http://svn.apache.org/viewvc?rev=611608view=rev Log: Add max_packet_size to shm and fix comments and a log message. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

svn commit: r611609 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp_common.c jk_ajp_common.h

2008-01-13 Thread rjung
Author: rjung Date: Sun Jan 13 09:54:25 2008 New Revision: 611609 URL: http://svn.apache.org/viewvc?rev=611609view=rev Log: Introduce ajp shm worker to common ajp worker. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

svn commit: r611618 - in /tomcat/connectors/trunk/jk/native/common: jk_lb_worker.c jk_shm.h jk_status.c

2008-01-13 Thread rjung
Author: rjung Date: Sun Jan 13 10:30:55 2008 New Revision: 611618 URL: http://svn.apache.org/viewvc?rev=611618view=rev Log: Now use the more generic ajp shm status info and remove it from lb sub worker: Do it for: - busy - max_busy - readed - transferred - elected - reply_timeouts - client_errors

svn commit: r611622 - in /tomcat/connectors/trunk/jk: native/common/jk_status.c xdocs/miscellaneous/changelog.xml

2008-01-13 Thread rjung
Author: rjung Date: Sun Jan 13 10:43:12 2008 New Revision: 611622 URL: http://svn.apache.org/viewvc?rev=611622view=rev Log: Add non ajp worker statistics to status worker also for workers, that are not lb members. Add reset feature for those ajp workers. Add reset and edit buttons to ajp workers.

Native 1.1.12 release

2008-01-13 Thread Mark Thomas
All, Have I missed the 1.1.12 native release vote? http://archive.apache.org/dist/tomcat/tomcat-connectors/native/ shows a 1.1.12 but neither my recollection nor a check of the archives shows a release vote for these files. The files are also on the mirrors. Without a vote, these files need

svn commit: r611635 - in /tomcat/trunk: build.properties.default extras.xml

2008-01-13 Thread markt
Author: markt Date: Sun Jan 13 12:36:58 2008 New Revision: 611635 URL: http://svn.apache.org/viewvc?rev=611635view=rev Log: Library updates. Update to latest versions: - commons logging 1.1.1 (needed fixes to build script to work with non 1.1 version) - nsis 2.34 Modified:

svn commit: r611637 - /tomcat/trunk/.classpath

2008-01-13 Thread markt
Author: markt Date: Sun Jan 13 12:38:35 2008 New Revision: 611637 URL: http://svn.apache.org/viewvc?rev=611637view=rev Log: Update Eclipse classpath to latest versions, add test code and use standard Ant variable. Modified: tomcat/trunk/.classpath Modified: tomcat/trunk/.classpath URL:

svn commit: r611660 - /tomcat/trunk/res/tomcat.nsi

2008-01-13 Thread markt
Author: markt Date: Sun Jan 13 14:29:37 2008 New Revision: 611660 URL: http://svn.apache.org/viewvc?rev=611660view=rev Log: Fix a problem with the installer. File /r lib was selecting the jar files in src/webapps/examples/WEB-INF/lib. There may have been other issues too. Make all uses of File

Re: svn commit: r609294 - in /tomcat/tc6.0.x/trunk: STATUS.txt conf/catalina.policy webapps/docs/changelog.xml

2008-01-13 Thread Mark Thomas
Remy Maucherat wrote: On Fri, 2008-01-11 at 13:27 -0500, Larry Isaacs wrote: I used java.security.debug=failure. The NPE isn't visible without it (and nothing gets logged). I also did try adding various file permissions, without much success. Rémy If I recall correctly, the failure option

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

2008-01-13 Thread markt
Author: markt Date: Sun Jan 13 14:39:12 2008 New Revision: 611665 URL: http://svn.apache.org/viewvc?rev=611665view=rev Log: Propose porting some updates. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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

2008-01-13 Thread rjung
Author: rjung Date: Sun Jan 13 15:19:28 2008 New Revision: 611672 URL: http://svn.apache.org/viewvc?rev=611672view=rev Log: Add push/pull for new ajp shm worker. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h

svn commit: r611673 - /tomcat/connectors/trunk/jk/native/common/jk_shm.h

2008-01-13 Thread rjung
Author: rjung Date: Sun Jan 13 15:20:09 2008 New Revision: 611673 URL: http://svn.apache.org/viewvc?rev=611673view=rev Log: Add ajp config elements to new ajp shm member to prepare manageability via status worker. Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.h Modified:

svn commit: r611675 - in /tomcat/connectors/trunk/jk: native/common/jk_status.c xdocs/miscellaneous/changelog.xml xdocs/reference/status.xml

2008-01-13 Thread rjung
Author: rjung Date: Sun Jan 13 15:31:32 2008 New Revision: 611675 URL: http://svn.apache.org/viewvc?rev=611675view=rev Log: Change parameter names of update action in status worker to make them more easily distinguishable from other parameters. Modified:

svn commit: r611683 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2008-01-13 Thread rjung
Author: rjung Date: Sun Jan 13 15:41:13 2008 New Revision: 611683 URL: http://svn.apache.org/viewvc?rev=611683view=rev Log: Add some more convenience functions to status worker. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified:

svn commit: r611685 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2008-01-13 Thread rjung
Author: rjung Date: Sun Jan 13 16:10:17 2008 New Revision: 611685 URL: http://svn.apache.org/viewvc?rev=611685view=rev Log: Prepare edit and update in status worker for ajp workers. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified:

svn commit: r611686 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2008-01-13 Thread rjung
Author: rjung Date: Sun Jan 13 16:33:20 2008 New Revision: 611686 URL: http://svn.apache.org/viewvc?rev=611686view=rev Log: Add some more hide functions in status worker and prepare for adding ajp attributes. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified:

svn commit: r611687 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2008-01-13 Thread rjung
Author: rjung Date: Sun Jan 13 16:41:15 2008 New Revision: 611687 URL: http://svn.apache.org/viewvc?rev=611687view=rev Log: Fix typo/compiler error uint - unsigned int. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified:

svn commit: r611689 - in /tomcat/connectors/trunk/jk: native/common/jk_status.c xdocs/miscellaneous/changelog.xml xdocs/reference/status.xml

2008-01-13 Thread rjung
Author: rjung Date: Sun Jan 13 17:04:06 2008 New Revision: 611689 URL: http://svn.apache.org/viewvc?rev=611689view=rev Log: Add manageability for ajp parameters of ajp workers and ajp lb members to status worker. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c

svn commit: r611693 - in /tomcat/connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status: JkStatusUpdateLoadbalancerTask.java JkStatusUpdateTask.java

2008-01-13 Thread rjung
Author: rjung Date: Sun Jan 13 17:32:42 2008 New Revision: 611693 URL: http://svn.apache.org/viewvc?rev=611693view=rev Log: Update jkstatus ant task to 1.2.27 parameter names. Modified: tomcat/connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status/JkStatusUpdateLoadbalancerTask.java

svn commit: r611696 - in /tomcat/connectors/trunk/jk: native/apache-1.3/ native/apache-2.0/ native/common/ xdocs/generic_howto/ xdocs/miscellaneous/ xdocs/reference/

2008-01-13 Thread rjung
Author: rjung Date: Sun Jan 13 18:28:27 2008 New Revision: 611696 URL: http://svn.apache.org/viewvc?rev=611696view=rev Log: Allow dynamic setting of reply timeout using the httpd environment variable JK_REPLY_TIMEOUT. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

Bug report for Tomcat 3 [2008/01/13]

2008-01-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 4 [2008/01/13]

2008-01-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Native 1.1.12 release

2008-01-13 Thread Mladen Turk
Mark Thomas wrote: Have I missed the 1.1.12 native release vote? No :) Without a vote, these files need to be removed. In case I have missed the vote, I will wait 24 hours to be corrected before deleting the files from dist and the archives (assuming I have enough karma). Native tag

Bug report for Watchdog [2008/01/13]

2008-01-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2008/01/13]

2008-01-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned