svn commit: r436690 - /tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

2006-08-25 Thread mturk
Author: mturk Date: Fri Aug 25 00:17:29 2006 New Revision: 436690 URL: http://svn.apache.org/viewvc?rev=436690&view=rev Log: Make rewrite_rule_file config as not mandatory directive. It fixes problems where 1.2.18 could not be loaded. Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_p

Re: Jk 1.2.18 binary for win32 won't load

2006-08-25 Thread Mladen Turk
Mark Thomas wrote: Haven't been able to determine why, but the win32 binary for JK 1.2.18 doesn't work with IIS5. JK 1.2.15 works without a hitch. There have been a number of similar reports on the users list. Add to the registry an rewrite_rule_file "C:\Path\to\the\rewrite.rules" It can be

svn commit: r436691 - /tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

2006-08-25 Thread mturk
Author: mturk Date: Fri Aug 25 00:26:30 2006 New Revision: 436691 URL: http://svn.apache.org/viewvc?rev=436691&view=rev Log: Make rewrite_rule_file config as not mandatory directive. It fixes problems where 1.2.18 could not be loaded. Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_p

svn commit: r436693 - /tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

2006-08-25 Thread mturk
Author: mturk Date: Fri Aug 25 00:29:12 2006 New Revision: 436693 URL: http://svn.apache.org/viewvc?rev=436693&view=rev Log: Make log_level directive also as not mandatory. We will use default log_level instead if not defined. Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

DO NOT REPLY [Bug 39834] - JkLogLevel debug causes Segmentation fault

2006-08-25 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 40316] New: - apachectl -k graceful causes segmentation fault

2006-08-25 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 39999] - ajp_connection_tcp_send_message::jk_ajp_common.c sendfull returned -32

2006-08-25 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 40107] - JK should handle EAGAIN in jk_is_socket_connected()

2006-08-25 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 40317] New: - mod_jk, mixed up response if request contains http status 304 - resources with Content-Length > 0

2006-08-25 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

JK 1.2.19

2006-08-25 Thread Mladen Turk
Hi, There is one serious bug in 1.2.18 that makes it unusable for IIS if there is a missing optional directive (rewrite_rule_file). Since we had already lots of commits fixing various problems, 1.2.19 is something we should cut pretty soon. Any comments or pending work? I would like that we make

Re: JK 1.2.19

2006-08-25 Thread Henri Gomez
+0 2006/8/25, Mladen Turk <[EMAIL PROTECTED]>: Hi, There is one serious bug in 1.2.18 that makes it unusable for IIS if there is a missing optional directive (rewrite_rule_file). Since we had already lots of commits fixing various problems, 1.2.19 is something we should cut pretty soon. Any c

Re: JK 1.2.19

2006-08-25 Thread Mark Thomas
Mladen Turk wrote: > Hi, > > There is one serious bug in 1.2.18 that makes > it unusable for IIS if there is a missing optional > directive (rewrite_rule_file). Thanks for your message on the users list about this. > Since we had already lots of commits fixing various > problems, 1.2.19 is somet

Re: JK 1.2.19

2006-08-25 Thread Yoav Shapira
+1. And general kudos regarding the recent energy around the connectors. Yoav On 8/25/06, Mark Thomas <[EMAIL PROTECTED]> wrote: Mladen Turk wrote: > Hi, > > There is one serious bug in 1.2.18 that makes > it unusable for IIS if there is a missing optional > directive (rewrite_rule_file). Tha

Re: JK 1.2.19

2006-08-25 Thread Rainer Jung
Hi all, I plan to commit four more changes during the weekend. 2 of them are already coded and running, the other 2 ones I still need to implement. Most of the commits I did this week were only preparations for these functionally bigger ones. Already done but not committed: - Passing back child

Re: JK 1.2.19

2006-08-25 Thread Mladen Turk
Rainer Jung wrote: I would then make a snapshot available on dev, such that interested parties can compile and check, and could start a formal release process a week later. I know, that new features impose new risk, on the other hand the release process does also consume some energy, so persona

Re: JK 1.2.19

2006-08-25 Thread Rainer Jung
OK, so - what's the show stopper: the rewrite windows things? If yes, I would suggest to release this one patch without *any* of the changes I did last week, because I hope, that this release would need no changes. Rainer Mladen Turk schrieb: > Rainer Jung wrote: >> >> I would then make a snaps

Re: JK 1.2.19

2006-08-25 Thread Jim Jagielski
On Aug 25, 2006, at 6:02 AM, Mladen Turk wrote: Hi, There is one serious bug in 1.2.18 that makes it unusable for IIS if there is a missing optional directive (rewrite_rule_file). Since we had already lots of commits fixing various problems, 1.2.19 is something we should cut pretty soon. Any

Re: JK 1.2.19

2006-08-25 Thread Jim Jagielski
On Aug 25, 2006, at 7:55 AM, Rainer Jung wrote: - Passing back child worker names, lb_values and states from lb to apache via notes entries, such that you can easily log the names and states of the target workers via LogFormats (standard mod_log_config feature). This is very interesting to track

DO NOT REPLY [Bug 40170] - ArrayIndexOutOfBoundsException in ResourceCache

2006-08-25 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: r436866 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/naming/resources/ResourceCache.java

2006-08-25 Thread fhanik
Author: fhanik Date: Fri Aug 25 10:31:39 2006 New Revision: 436866 URL: http://svn.apache.org/viewvc?rev=436866&view=rev Log: Fix defect 40170 Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/naming/resources/ResourceCache.java Modified: tomcat/container/tc5.5.x/catalina/sr

svn commit: r436876 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2006-08-25 Thread mturk
Author: mturk Date: Fri Aug 25 10:49:43 2006 New Revision: 436876 URL: http://svn.apache.org/viewvc?rev=436876&view=rev Log: Do not log errno with jk_is_socket_connected. The errno itself is misleading with new socket closed detection code. Modified: tomcat/connectors/trunk/jk/native/common/j

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

2006-08-25 Thread mturk
Author: mturk Date: Fri Aug 25 10:55:44 2006 New Revision: 436878 URL: http://svn.apache.org/viewvc?rev=436878&view=rev Log: Update changes. Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml URL: http://svn.apache.org/viewvc/to

Re: JK 1.2.19

2006-08-25 Thread Mladen Turk
Rainer Jung wrote: OK, so - what's the show stopper: the rewrite windows things? If yes, I would suggest to release this one patch without *any* of the changes I did last week, because I hope, that this release would need no changes. Can you update the changelog.xml so we can see what has be

svn commit: r436891 - /tomcat/build/tags/tc5.5.x/TOMCAT_5_5_18/

2006-08-25 Thread fhanik
Author: fhanik Date: Fri Aug 25 11:28:19 2006 New Revision: 436891 URL: http://svn.apache.org/viewvc?rev=436891&view=rev Log: Tagging Tomcat version TOMCAT_5_5_18. Added: tomcat/build/tags/tc5.5.x/TOMCAT_5_5_18/ - copied from r436890, tomcat/build/tc5.5.x/

svn commit: r436892 - /tomcat/connectors/tags/tc5.5.x/TOMCAT_5_5_18/

2006-08-25 Thread fhanik
Author: fhanik Date: Fri Aug 25 11:28:23 2006 New Revision: 436892 URL: http://svn.apache.org/viewvc?rev=436892&view=rev Log: Tagging Tomcat version TOMCAT_5_5_18. Added: tomcat/connectors/tags/tc5.5.x/TOMCAT_5_5_18/ - copied from r436891, tomcat/connectors/trunk/

svn commit: r436893 - /tomcat/container/tags/tc5.5.x/TOMCAT_5_5_18/

2006-08-25 Thread fhanik
Author: fhanik Date: Fri Aug 25 11:28:26 2006 New Revision: 436893 URL: http://svn.apache.org/viewvc?rev=436893&view=rev Log: Tagging Tomcat version TOMCAT_5_5_18. Added: tomcat/container/tags/tc5.5.x/TOMCAT_5_5_18/ - copied from r436892, tomcat/container/tc5.5.x/

svn commit: r436894 - /tomcat/jasper/tags/tc5.5.x/TOMCAT_5_5_18/

2006-08-25 Thread fhanik
Author: fhanik Date: Fri Aug 25 11:28:30 2006 New Revision: 436894 URL: http://svn.apache.org/viewvc?rev=436894&view=rev Log: Tagging Tomcat version TOMCAT_5_5_18. Added: tomcat/jasper/tags/tc5.5.x/TOMCAT_5_5_18/ - copied from r436893, tomcat/jasper/tc5.5.x/ --

svn commit: r436895 - /tomcat/servletapi/tags/servlet2.4-jsp2.0-tc5.x/TOMCAT_5_5_18/

2006-08-25 Thread fhanik
Author: fhanik Date: Fri Aug 25 11:28:33 2006 New Revision: 436895 URL: http://svn.apache.org/viewvc?rev=436895&view=rev Log: Tagging Tomcat version TOMCAT_5_5_18. Added: tomcat/servletapi/tags/servlet2.4-jsp2.0-tc5.x/TOMCAT_5_5_18/ - copied from r436894, tomcat/servletapi/servlet2.4-js

svn commit: r436896 - /tomcat/site/tags/TOMCAT_5_5_18/

2006-08-25 Thread fhanik
Author: fhanik Date: Fri Aug 25 11:28:36 2006 New Revision: 436896 URL: http://svn.apache.org/viewvc?rev=436896&view=rev Log: Tagging Tomcat version TOMCAT_5_5_18. Added: tomcat/site/tags/TOMCAT_5_5_18/ - copied from r436895, tomcat/site/trunk/

svn commit: r436897 - /tomcat/build/tc5.5.x/tag.bat

2006-08-25 Thread fhanik
Author: fhanik Date: Fri Aug 25 11:30:29 2006 New Revision: 436897 URL: http://svn.apache.org/viewvc?rev=436897&view=rev Log: Added helper script to create a tomcat tag for releasing Added: tomcat/build/tc5.5.x/tag.bat Added: tomcat/build/tc5.5.x/tag.bat URL: http://svn.apache.org/viewvc/to

DO NOT REPLY [Bug 40306] - POST request bodies are not restored on successful login when using mod_jk

2006-08-25 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: r436901 - /tomcat/connectors/trunk/jk/xdocs/changelog.xml

2006-08-25 Thread rjung
Author: rjung Date: Fri Aug 25 11:44:13 2006 New Revision: 436901 URL: http://svn.apache.org/viewvc?rev=436901&view=rev Log: Add my changes from the last week. Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml URL: http://svn.a

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

2006-08-25 Thread rjung
Author: rjung Date: Fri Aug 25 13:03:34 2006 New Revision: 436922 URL: http://svn.apache.org/viewvc?rev=436922&view=rev Log: Correct committer to jim for non-reuse patch. Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml URL: h

svn commit: r436932 - /tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

2006-08-25 Thread jim
Author: jim Date: Fri Aug 25 13:33:42 2006 New Revision: 436932 URL: http://svn.apache.org/viewvc?rev=436932&view=rev Log: remove non-ascii char. I'm guessing it was 'a' :) Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Modified: tomcat/connectors/trunk/jk/native/apache-1.3/

DO NOT REPLY [Bug 40326] New: - DefaultServlet uses File.deleteOnExit() which is known to leak jvm native memory

2006-08-25 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 40170] - ArrayIndexOutOfBoundsException in ResourceCache

2006-08-25 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 40327] New: - Logging level now defaults to debug - crashed server

2006-08-25 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: r437028 - /tomcat/build/tc5.5.x/sign.bat

2006-08-25 Thread fhanik
Author: fhanik Date: Fri Aug 25 16:59:56 2006 New Revision: 437028 URL: http://svn.apache.org/viewvc?rev=437028&view=rev Log: helper script for the release Added: tomcat/build/tc5.5.x/sign.bat Added: tomcat/build/tc5.5.x/sign.bat URL: http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/sign.b

svn commit: r437029 - /tomcat/build/tc5.5.x/sign.bat

2006-08-25 Thread fhanik
Author: fhanik Date: Fri Aug 25 17:00:17 2006 New Revision: 437029 URL: http://svn.apache.org/viewvc?rev=437029&view=rev Log: working Modified: tomcat/build/tc5.5.x/sign.bat Modified: tomcat/build/tc5.5.x/sign.bat URL: http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/sign.bat?rev=437029&r1