DO NOT REPLY [Bug 40401] New: - Attibute values specified in server.xml ignored

2006-09-03 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

DO NOT REPLY [Bug 40401] - Attibute values specified in server.xml ignored

2006-09-03 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

DO NOT REPLY [Bug 40402] New: - Manager should display Exceptions

2006-09-03 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

Re: mod_jk.dsp in unix format

2006-09-03 Thread Rainer Jung
I checked it, and tomcat-connectors-1.2.18-src.zip seems to have CRLF line ends. Alpha Huang schrieb: > It has been a long time that mod_jk.dsp has unix line endings (LF) instead of > win32's CRLF. > > I have to fix it every time when I use msdev to build it. > > Although many text editors could

Re: mod_jk.dsp in unix format

2006-09-03 Thread Alpha Huang
Sorry, I made a mistake. I downloaded the .tgz instead of the .zip. Thank you and Rainer. William A. Rowe, Jr. wrote: > > > You mean in the .zip distribution format? Or in the .zip distribution? > And > which package are you referring to? > > Or are you checking out from SVN to windows? I

DO NOT REPLY [Bug 40401] - Attibute values specified in server.xml ignored

2006-09-03 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

DO NOT REPLY [Bug 38485] - connectionTimeout parameter ignored on HTTP Connector

2006-09-03 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

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

2006-09-03 Thread rjung
Author: rjung Date: Sun Sep 3 10:49:26 2006 New Revision: 439810 URL: http://svn.apache.org/viewvc?view=rev&rev=439810 Log: Refactor getting strings from integer constants in lb. Avoid getting compilation warnings. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c tomcat/

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

2006-09-03 Thread rjung
Author: rjung Date: Sun Sep 3 10:53:55 2006 New Revision: 439812 URL: http://svn.apache.org/viewvc?view=rev&rev=439812 Log: Setting back a worker during global maintenance in lb from OK state to NA state, if no requests have been processed since the last global maintenance. We cannot use last_ac

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

2006-09-03 Thread rjung
Author: rjung Date: Sun Sep 3 11:00:44 2006 New Revision: 439813 URL: http://svn.apache.org/viewvc?view=rev&rev=439813 Log: Adjust recover time output with respect to next global maintenance. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk

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

2006-09-03 Thread rjung
Author: rjung Date: Sun Sep 3 11:03:08 2006 New Revision: 439814 URL: http://svn.apache.org/viewvc?view=rev&rev=439814 Log: Give users a choice for the auto refresh interval by using a form. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/

svn commit: r439816 - in /tomcat/connectors/trunk/jk/native/common: jk_map.c jk_util.c jk_util.h

2006-09-03 Thread rjung
Author: rjung Date: Sun Sep 3 11:13:54 2006 New Revision: 439816 URL: http://svn.apache.org/viewvc?view=rev&rev=439816 Log: Fix old typo. Modified: tomcat/connectors/trunk/jk/native/common/jk_map.c tomcat/connectors/trunk/jk/native/common/jk_util.c tomcat/connectors/trunk/jk/native/c

svn commit: r439817 - /tomcat/connectors/trunk/jk/native/common/jk_map.c

2006-09-03 Thread rjung
Author: rjung Date: Sun Sep 3 11:19:28 2006 New Revision: 439817 URL: http://svn.apache.org/viewvc?view=rev&rev=439817 Log: Revert change revision 425034 ('*' as additional token split character) in order to prepare making mount attribute multi line capable. Modified: tomcat/connectors/trunk

svn commit: r439821 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

2006-09-03 Thread rjung
Author: rjung Date: Sun Sep 3 11:29:18 2006 New Revision: 439821 URL: http://svn.apache.org/viewvc?view=rev&rev=439821 Log: - Drop two attributes never used ("conf" and "log_format") - Rename constants for deprecated attributes to make deprecation more visible in code - Move attribute arrays for

svn commit: r439822 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

2006-09-03 Thread rjung
Author: rjung Date: Sun Sep 3 11:33:42 2006 New Revision: 439822 URL: http://svn.apache.org/viewvc?view=rev&rev=439822 Log: Make jk_is_some_property more precise by adding a separator character before the suffix. Otherwise code could break by simply chosing an unfortunate name for a new attribute

svn commit: r439824 - in /tomcat/connectors/trunk/jk/native/common: jk_map.c jk_util.c jk_util.h

2006-09-03 Thread rjung
Author: rjung Date: Sun Sep 3 11:36:53 2006 New Revision: 439824 URL: http://svn.apache.org/viewvc?view=rev&rev=439824 Log: Add a third category of attributes, which are multi-line and get joined with a comma. Modified: tomcat/connectors/trunk/jk/native/common/jk_map.c tomcat/connectors/

svn commit: r439825 - in /tomcat/connectors/trunk/jk/xdocs: config/apache.xml howto/apache.xml

2006-09-03 Thread rjung
Author: rjung Date: Sun Sep 3 11:40:25 2006 New Revision: 439825 URL: http://svn.apache.org/viewvc?view=rev&rev=439825 Log: Clarify use of JkEnvVar. Modified: tomcat/connectors/trunk/jk/xdocs/config/apache.xml tomcat/connectors/trunk/jk/xdocs/howto/apache.xml Modified: tomcat/connectors

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

2006-09-03 Thread rjung
Author: rjung Date: Sun Sep 3 11:42:15 2006 New Revision: 439826 URL: http://svn.apache.org/viewvc?view=rev&rev=439826 Log: Correct changelog. Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml URL: http://svn.apache.org/viewvc

svn commit: r439827 - /tomcat/connectors/trunk/jk/xdocs/config/workers.xml

2006-09-03 Thread rjung
Author: rjung Date: Sun Sep 3 11:50:32 2006 New Revision: 439827 URL: http://svn.apache.org/viewvc?view=rev&rev=439827 Log: - Allow "-" and "_" in worker names (gives users a little more freedom). - Fix two typos. Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml Modified: tomca

svn commit: r439828 - in /tomcat/connectors/trunk/jk/xdocs: config/workers.xml howto/workers.xml

2006-09-03 Thread rjung
Author: rjung Date: Sun Sep 3 11:55:19 2006 New Revision: 439828 URL: http://svn.apache.org/viewvc?view=rev&rev=439828 Log: - Adding infos about which directives can be used multiple times. - Adding some version info. Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml tomcat/c

svn commit: r439829 - in /tomcat/connectors/trunk/jk/xdocs: config/workers.xml style.xsl

2006-09-03 Thread rjung
Author: rjung Date: Sun Sep 3 11:57:12 2006 New Revision: 439829 URL: http://svn.apache.org/viewvc?view=rev&rev=439829 Log: Add a new table containing all deprecated directives. Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml tomcat/connectors/trunk/jk/xdocs/style.xsl Modi

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

2006-09-03 Thread rjung
Author: rjung Date: Sun Sep 3 12:09:27 2006 New Revision: 439836 URL: http://svn.apache.org/viewvc?view=rev&rev=439836 Log: Update changelog. Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml URL: http://svn.apache.org/viewvc/

svn commit: r439843 - in /tomcat/connectors/trunk/jk/native: common/jk_connect.c configure.in

2006-09-03 Thread rjung
Author: rjung Date: Sun Sep 3 14:04:47 2006 New Revision: 439843 URL: http://svn.apache.org/viewvc?view=rev&rev=439843 Log: Solaris needs sys/filio.h for FIONREAD ioctl. Modified: tomcat/connectors/trunk/jk/native/common/jk_connect.c tomcat/connectors/trunk/jk/native/configure.in Modifi

Re: svn commit: r439322 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina: core/StandardContext.java startup/ContextRuleSet.java

2006-09-03 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Author: remm > Date: Fri Sep 1 06:54:50 2006 > New Revision: 439322 > > URL: http://svn.apache.org/viewvc?rev=439322&view=rev > Log: > - Revert the fix, since the situation described in the bug is not valid (and > I'm afraid my boss would murder me > if there's a re

svn commit: r439928 - in /tomcat/site/trunk: docs/download-41.html xdocs/download-41.xml

2006-09-03 Thread markt
Author: markt Date: Sun Sep 3 21:46:27 2006 New Revision: 439928 URL: http://svn.apache.org/viewvc?view=rev&rev=439928 Log: Update download pages for 4.1.34 Modified: tomcat/site/trunk/docs/download-41.html tomcat/site/trunk/xdocs/download-41.xml Modified: tomcat/site/trunk/docs/downloa

Bug report for Tomcat 3 [2006/09/03]

2006-09-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 4 [2006/09/03]

2006-09-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Watchdog [2006/09/03]

2006-09-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2006/09/03]

2006-09-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

svn commit: r439948 - in /tomcat/connectors/trunk/jni: java/org/apache/tomcat/jni/SSL.java native/src/ssl.c

2006-09-03 Thread mturk
Author: mturk Date: Sun Sep 3 23:29:33 2006 New Revision: 439948 URL: http://svn.apache.org/viewvc?view=rev&rev=439948 Log: Added setting for global random file name. It allows to set the filename that will be used during SSL.initialize instead to depend on default OpenSSL for deducting .rdnfile