svn commit: r493152 - /tomcat/connectors/trunk/jni/native/configure.in

2007-01-05 Thread mturk
Author: mturk Date: Fri Jan 5 11:27:34 2007 New Revision: 493152 URL: http://svn.apache.org/viewvc?view=rev&rev=493152 Log: Use the same prerequisite as APR 1.2 Modified: tomcat/connectors/trunk/jni/native/configure.in Modified: tomcat/connectors/trunk/jni/native/configure.in URL:

svn commit: r501763 - /tomcat/connectors/trunk/jk/native/common/jk_jni_worker.c

2007-01-31 Thread mturk
Author: mturk Date: Wed Jan 31 00:27:06 2007 New Revision: 501763 URL: http://svn.apache.org/viewvc?view=rev&rev=501763 Log: JNI_VERSION_1_6 if defined is missing the JDK1_1InitArgs. Make sure it at least compiles by ifdefing the code. Modified: tomcat/connectors/trunk/jk/native/co

svn commit: r501764 - /tomcat/connectors/trunk/jk/native/common/jk_jni_worker.c

2007-01-31 Thread mturk
Author: mturk Date: Wed Jan 31 00:30:50 2007 New Revision: 501764 URL: http://svn.apache.org/viewvc?view=rev&rev=501764 Log: Add empty worker factory for jni worker in case Java6 is detected. Modified: tomcat/connectors/trunk/jk/native/common/jk_jni_worker.c Modified: tomcat/connec

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

2007-01-31 Thread mturk
Author: mturk Date: Wed Jan 31 00:36:57 2007 New Revision: 501766 URL: http://svn.apache.org/viewvc?view=rev&rev=501766 Log: Backport filter notification from JK2 where we had an option to specify the auth_complete. Fixes Bz #36365. The patch does not like proposed detect IIS 5.1 but rather

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

2007-01-31 Thread mturk
Author: mturk Date: Wed Jan 31 00:56:12 2007 New Revision: 501770 URL: http://svn.apache.org/viewvc?view=rev&rev=501770 Log: Small fix. Detect auth notification inside initialize_extension and after the config is read Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plug

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

2007-01-31 Thread mturk
Author: mturk Date: Wed Jan 31 00:57:38 2007 New Revision: 501771 URL: http://svn.apache.org/viewvc?view=rev&rev=501771 Log: Oops. Working on multiple SVN repositories can lead to a real mess :) Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Modified: tomcat/connec

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

2007-02-03 Thread mturk
Author: mturk Date: Sat Feb 3 00:54:02 2007 New Revision: 503183 URL: http://svn.apache.org/viewvc?view=rev&rev=503183 Log: Fix #41533 by adding logging to the extension handler. Patch provided by Tim Whittington Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Modi

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

2007-02-23 Thread mturk
Author: mturk Date: Fri Feb 23 02:54:28 2007 New Revision: 510902 URL: http://svn.apache.org/viewvc?view=rev&rev=510902 Log: TAB police Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c URL:

svn commit: r511227 - in /tomcat/connectors/trunk/jk: native/apache-1.3/mod_jk.c native/apache-2.0/mod_jk.c native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml xdocs/reference/apache.xml

2007-02-23 Thread mturk
Author: mturk Date: Fri Feb 23 22:50:05 2007 New Revision: 511227 URL: http://svn.apache.org/viewvc?view=rev&rev=511227 Log: Fix 41439 for Apache servers by adding JkStripSession directive. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/na

svn commit: r511235 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

2007-02-23 Thread mturk
Author: mturk Date: Fri Feb 23 23:24:06 2007 New Revision: 511235 URL: http://svn.apache.org/viewvc?view=rev&rev=511235 Log: Be more verbose while logging url mappings. Modified: tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c Modified: tomcat/connectors/trunk/jk/native/co

svn commit: r511252 - in /tomcat/connectors/trunk/jk/native/iis: Makefile.amd64 Makefile.vc isapi.dsp jk_isapi_plugin.c

2007-02-24 Thread mturk
Author: mturk Date: Sat Feb 24 03:45:39 2007 New Revision: 511252 URL: http://svn.apache.org/viewvc?view=rev&rev=511252 Log: Use Microsoft strsafe library for string operations. Modified: tomcat/connectors/trunk/jk/native/iis/Makefile.amd64 tomcat/connectors/trunk/jk/native

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

2007-02-24 Thread mturk
Author: mturk Date: Sat Feb 24 03:56:57 2007 New Revision: 511257 URL: http://svn.apache.org/viewvc?view=rev&rev=511257 Log: Fix detection of invalid paths. We are only intersted if we have a worker match and if the path contains /web-inf or /meta-inf. The /someweb-inf is valid path. Modi

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

2007-02-26 Thread mturk
Author: mturk Date: Mon Feb 26 08:47:21 2007 New Revision: 511887 URL: http://svn.apache.org/viewvc?view=rev&rev=511887 Log: Fix compile time warning. No functional change Modified: tomcat/connectors/trunk/jk/native/common/jk_map.c Modified: tomcat/connectors/trunk/jk/native/common/jk_m

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

2007-02-26 Thread mturk
Author: mturk Date: Mon Feb 26 08:47:49 2007 New Revision: 511888 URL: http://svn.apache.org/viewvc?view=rev&rev=511888 Log: Fix compile time warning. No functional change Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Modified: tomcat/connectors/trunk/jk/native

svn commit: r511951 - /tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c

2007-02-26 Thread mturk
Author: mturk Date: Mon Feb 26 11:09:41 2007 New Revision: 511951 URL: http://svn.apache.org/viewvc?view=rev&rev=511951 Log: Use r->filename because mod_dir or mod_alias could already set that Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Modified: tomcat/connector

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

2007-02-26 Thread mturk
Author: mturk Date: Mon Feb 26 11:11:22 2007 New Revision: 511952 URL: http://svn.apache.org/viewvc?view=rev&rev=511952 Log: Use r->filename because mod_dir or mod_alias could already set that Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Modified: tomcat/connector

svn commit: r513216 - /tomcat/connectors/trunk/jk/native/iis/installer/isapi-redirector-win32-msi.ism

2007-02-28 Thread mturk
Author: mturk Date: Wed Feb 28 23:47:15 2007 New Revision: 513216 URL: http://svn.apache.org/viewvc?view=rev&rev=513216 Log: Update Install Shield build project Modified: tomcat/connectors/trunk/jk/native/iis/installer/isapi-redirector-win32-msi.ism Modified: tomcat/connectors/trun

svn commit: r513218 - /tomcat/connectors/trunk/jk/native/iis/installer/isapi-redirector-win32-msi.ism

2007-02-28 Thread mturk
Author: mturk Date: Wed Feb 28 23:53:51 2007 New Revision: 513218 URL: http://svn.apache.org/viewvc?view=rev&rev=513218 Log: Change the name to Tomcat Isapi Redirector Modified: tomcat/connectors/trunk/jk/native/iis/installer/isapi-redirector-win32-msi.ism Modified: tomcat/connec

svn commit: r517629 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c common/jk_shm.c

2007-03-13 Thread mturk
Author: mturk Date: Tue Mar 13 03:20:28 2007 New Revision: 517629 URL: http://svn.apache.org/viewvc?view=rev&rev=517629 Log: Fix shared memory initialization. The file descriptors must be reopened in child process. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c to

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

2007-03-15 Thread mturk
Author: mturk Date: Thu Mar 15 03:17:06 2007 New Revision: 518560 URL: http://svn.apache.org/viewvc?view=rev&rev=518560 Log: Check if the web-inf is under the mapped context. If not we don't care for security, cause it is not for Tomcat. Also bring back HSE_REQ_SEND_RESPONSE_HEADE

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

2007-03-15 Thread mturk
Author: mturk Date: Thu Mar 15 04:11:20 2007 New Revision: 518581 URL: http://svn.apache.org/viewvc?view=rev&rev=518581 Log: Fix shared memory lock by using temporary file instead adding extension to shared memory file. This allows to have higher security for shared memory Modified: to

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

2007-03-15 Thread mturk
Author: mturk Date: Thu Mar 15 04:22:12 2007 New Revision: 518585 URL: http://svn.apache.org/viewvc?view=rev&rev=518585 Log: Fix typo, and unlink on parent close. Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.c Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.c

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

2007-03-15 Thread mturk
Author: mturk Date: Thu Mar 15 04:32:10 2007 New Revision: 518586 URL: http://svn.apache.org/viewvc?view=rev&rev=518586 Log: Fix compiler waring. Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.c Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.c URL:

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

2007-03-15 Thread mturk
Author: mturk Date: Thu Mar 15 04:40:02 2007 New Revision: 518591 URL: http://svn.apache.org/viewvc?view=rev&rev=518591 Log: Set debug level to DEBUG for debug message. Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.c Modified: tomcat/connectors/trunk/jk/native/common/jk_s

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

2007-03-15 Thread mturk
Author: mturk Date: Thu Mar 15 06:28:39 2007 New Revision: 518624 URL: http://svn.apache.org/viewvc?view=rev&rev=518624 Log: Make shared memory lock reopenable by compile time define. It is used anyhow for the kernels that have bug in flock. Defaults to old behavior. Modified: to

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

2007-03-15 Thread mturk
Author: mturk Date: Thu Mar 15 07:37:07 2007 New Revision: 518641 URL: http://svn.apache.org/viewvc?view=rev&rev=518641 Log: Add getpid() to the JkShmFile so it's always unique. Thanks to Rainer for an idea. Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.c Modifie

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

2007-03-15 Thread mturk
Author: mturk Date: Fri Mar 16 00:14:23 2007 New Revision: 518877 URL: http://svn.apache.org/viewvc?view=rev&rev=518877 Log: Delete shared memory file on httpd exit. No need to keep it because it now contains pid as part of the name. In any case, on each invocation it was overwritten. Modi

svn commit: r518918 - in /tomcat/connectors/trunk/procrun/bin: amd64/ amd64/tomcat5.exe amd64/tomcat5w.exe ia64/ ia64/tomcat5.exe ia64/tomcat5w.exe tomcat5.exe tomcat5.exe.amd64 tomcat5w.exe tomcat5w.

2007-03-16 Thread mturk
Author: mturk Date: Fri Mar 16 03:20:07 2007 New Revision: 518918 URL: http://svn.apache.org/viewvc?view=rev&rev=518918 Log: Update latest binaries Added: tomcat/connectors/trunk/procrun/bin/amd64/ tomcat/connectors/trunk/procrun/bin/amd64/tomcat5.exe (with props) tomcat/connec

svn commit: r518920 - in /tomcat/tc6.0.x/trunk/res/procrun: amd64/ amd64/tomcat6.exe amd64/tomcat6w.exe ia64/ ia64/tomcat6.exe ia64/tomcat6w.exe tomcat6.exe tomcat6w.exe

2007-03-16 Thread mturk
Author: mturk Date: Fri Mar 16 03:22:17 2007 New Revision: 518920 URL: http://svn.apache.org/viewvc?view=rev&rev=518920 Log: Update latest binaries and add targets for amd64 and ia64 cpus. Added: tomcat/tc6.0.x/trunk/res/procrun/amd64/ tomcat/tc6.0.x/trunk/res/procrun/amd64/tomcat6

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

2007-03-16 Thread mturk
Author: mturk Date: Fri Mar 16 03:36:14 2007 New Revision: 518931 URL: http://svn.apache.org/viewvc?view=rev&rev=518931 Log: Update changelog with recent commits. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/miscellan

svn commit: r519568 - /tomcat/connectors/trunk/jni/native/src/sslcontext.c

2007-03-17 Thread mturk
Author: mturk Date: Sun Mar 18 00:28:19 2007 New Revision: 519568 URL: http://svn.apache.org/viewvc?view=rev&rev=519568 Log: Ask 3 times for passwords before giving up. Modified: tomcat/connectors/trunk/jni/native/src/sslcontext.c Modified: tomcat/connectors/trunk/jni/native

svn commit: r519591 - in /tomcat/connectors/trunk/procrun/bin: amd64/tomcat5.exe amd64/tomcat5w.exe ia64/tomcat5.exe ia64/tomcat5w.exe tomcat5.exe tomcat5w.exe

2007-03-18 Thread mturk
Author: mturk Date: Sun Mar 18 03:58:17 2007 New Revision: 519591 URL: http://svn.apache.org/viewvc?view=rev&rev=519591 Log: Update binaries to version 2.0.3.0 Modified: tomcat/connectors/trunk/procrun/bin/amd64/tomcat5.exe tomcat/connectors/trunk/procrun/bin/amd64/tomcat5w

svn commit: r519592 - in /tomcat/tc6.0.x/trunk/res/procrun: amd64/tomcat6.exe amd64/tomcat6w.exe ia64/tomcat6.exe ia64/tomcat6w.exe tomcat6.exe tomcat6w.exe

2007-03-18 Thread mturk
Author: mturk Date: Sun Mar 18 03:58:42 2007 New Revision: 519592 URL: http://svn.apache.org/viewvc?view=rev&rev=519592 Log: Update binaries to version 2.0.3.0 Modified: tomcat/tc6.0.x/trunk/res/procrun/amd64/tomcat6.exe tomcat/tc6.0.x/trunk/res/procrun/amd64/tomcat6w.exe to

svn commit: r519604 - in /tomcat/tc6.0.x/trunk/res/procrun: amd64/tomcat6.exe amd64/tomcat6w.exe ia64/tomcat6.exe ia64/tomcat6w.exe tomcat6.exe tomcat6w.exe

2007-03-18 Thread mturk
Author: mturk Date: Sun Mar 18 05:24:11 2007 New Revision: 519604 URL: http://svn.apache.org/viewvc?view=rev&rev=519604 Log: Update latest binaries Modified: tomcat/tc6.0.x/trunk/res/procrun/amd64/tomcat6.exe tomcat/tc6.0.x/trunk/res/procrun/amd64/tomcat6w.exe tomcat/tc6.0.x/t

svn commit: r519605 - in /tomcat/connectors/trunk/procrun/bin: amd64/tomcat5.exe amd64/tomcat5w.exe ia64/tomcat5.exe ia64/tomcat5w.exe tomcat5.exe tomcat5w.exe

2007-03-18 Thread mturk
Author: mturk Date: Sun Mar 18 05:24:42 2007 New Revision: 519605 URL: http://svn.apache.org/viewvc?view=rev&rev=519605 Log: Update latest binaries Modified: tomcat/connectors/trunk/procrun/bin/amd64/tomcat5.exe tomcat/connectors/trunk/procrun/bin/amd64/tomcat5w.exe tomcat/connec

svn commit: r519616 - in /tomcat/connectors/trunk/procrun/bin: amd64/tomcat5.exe amd64/tomcat5w.exe ia64/tomcat5.exe ia64/tomcat5w.exe tomcat5.exe tomcat5w.exe

2007-03-18 Thread mturk
Author: mturk Date: Sun Mar 18 07:29:15 2007 New Revision: 519616 URL: http://svn.apache.org/viewvc?view=rev&rev=519616 Log: Update latest binaries with fix for DAEMON-87. Modified: tomcat/connectors/trunk/procrun/bin/amd64/tomcat5.exe tomcat/connectors/trunk/procrun/bin/a

svn commit: r519617 - in /tomcat/tc6.0.x/trunk/res/procrun: amd64/tomcat6.exe amd64/tomcat6w.exe ia64/tomcat6.exe ia64/tomcat6w.exe tomcat6.exe tomcat6w.exe

2007-03-18 Thread mturk
Author: mturk Date: Sun Mar 18 07:29:38 2007 New Revision: 519617 URL: http://svn.apache.org/viewvc?view=rev&rev=519617 Log: Update latest binaries with fix for DAEMON-87. Modified: tomcat/tc6.0.x/trunk/res/procrun/amd64/tomcat6.exe tomcat/tc6.0.x/trunk/res/procrun/amd64/tomcat6w

svn commit: r519624 - in /tomcat/tc6.0.x/trunk/res/procrun: amd64/tomcat6.exe amd64/tomcat6w.exe ia64/tomcat6.exe ia64/tomcat6w.exe tomcat6.exe tomcat6w.exe

2007-03-18 Thread mturk
Author: mturk Date: Sun Mar 18 08:08:53 2007 New Revision: 519624 URL: http://svn.apache.org/viewvc?view=rev&rev=519624 Log: Update latest binaries with fix for DAEMON-34. Modified: tomcat/tc6.0.x/trunk/res/procrun/amd64/tomcat6.exe tomcat/tc6.0.x/trunk/res/procrun/amd64/tomcat6w

svn commit: r519625 - in /tomcat/connectors/trunk/procrun/bin: amd64/tomcat5.exe amd64/tomcat5w.exe ia64/tomcat5.exe ia64/tomcat5w.exe tomcat5.exe tomcat5w.exe

2007-03-18 Thread mturk
Author: mturk Date: Sun Mar 18 08:09:16 2007 New Revision: 519625 URL: http://svn.apache.org/viewvc?view=rev&rev=519625 Log: Update latest binaries with fix for DAEMON-34. Modified: tomcat/connectors/trunk/procrun/bin/amd64/tomcat5.exe tomcat/connectors/trunk/procrun/bin/a

svn commit: r519858 - in /tomcat/connectors/trunk/jk: java/org/apache/jk/common/ java/org/apache/jk/core/ native/apache-1.3/ native/apache-2.0/ native/common/ xdocs/miscellaneous/ xdocs/reference/

2007-03-18 Thread mturk
Author: mturk Date: Mon Mar 19 00:08:28 2007 New Revision: 519858 URL: http://svn.apache.org/viewvc?view=rev&rev=519858 Log: Add ForwardSSLCertChain JkOption. Modified: tomcat/connectors/trunk/jk/java/org/apache/jk/common/JkInputStream.java tomcat/connectors/trunk/jk/java/org/apach

svn commit: r519859 - in /tomcat/connectors/trunk/jk/java/org/apache/jk: common/JkInputStream.java core/MsgContext.java

2007-03-18 Thread mturk
Author: mturk Date: Mon Mar 19 00:12:03 2007 New Revision: 519859 URL: http://svn.apache.org/viewvc?view=rev&rev=519859 Log: Oops. Revert unfinished work commited by mistake. Modified: tomcat/connectors/trunk/jk/java/org/apache/jk/common/JkInputStream.java tomcat/connectors/trunk/jk/

svn commit: r519864 - in /tomcat/connectors/trunk/jk: native/common/jk_ajp_common.c native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2007-03-18 Thread mturk
Author: mturk Date: Mon Mar 19 00:40:36 2007 New Revision: 519864 URL: http://svn.apache.org/viewvc?view=rev&rev=519864 Log: Fix #41562 - Add Debug logging for read from client in ISAPI Redirector Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c tomcat/connectors/t

svn commit: r520310 - in /tomcat/connectors/trunk/jk: native/common/jk_mt.h native/configure.in xdocs/miscellaneous/changelog.xml xdocs/webserver_howto/apache.xml

2007-03-20 Thread mturk
Author: mturk Date: Tue Mar 20 01:15:49 2007 New Revision: 520310 URL: http://svn.apache.org/viewvc?view=rev&rev=520310 Log: Add --enable-flock configure param for explicit compilation of flock() for shared memory locks Modified: tomcat/connectors/trunk/jk/native/common/jk_mt.h to

svn commit: r520312 - /tomcat/connectors/trunk/jk/native/configure.in

2007-03-20 Thread mturk
Author: mturk Date: Tue Mar 20 01:18:30 2007 New Revision: 520312 URL: http://svn.apache.org/viewvc?view=rev&rev=520312 Log: Oops. Fix copy/paste typo. Modified: tomcat/connectors/trunk/jk/native/configure.in Modified: tomcat/connectors/trunk/jk/native/configure.in URL:

svn commit: r520335 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2007-03-20 Thread mturk
Author: mturk Date: Tue Mar 20 01:53:33 2007 New Revision: 520335 URL: http://svn.apache.org/viewvc?view=rev&rev=520335 Log: Log mod_jk version on initialization as INFO. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/native/apache-2.0/mod_

svn commit: r520337 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c iis/jk_isapi_plugin.c

2007-03-20 Thread mturk
Author: mturk Date: Tue Mar 20 01:58:24 2007 New Revision: 520337 URL: http://svn.apache.org/viewvc?view=rev&rev=520337 Log: JK_EXPOSED_VERSION already contains mod_jk string. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/native/apache

svn commit: r520338 - /tomcat/connectors/trunk/jk/native/apache-2.0/bldjk.qclsrc

2007-03-20 Thread mturk
Author: mturk Date: Tue Mar 20 02:01:23 2007 New Revision: 520338 URL: http://svn.apache.org/viewvc?view=rev&rev=520338 Log: Remove the binary type from .qclsrc Modified: tomcat/connectors/trunk/jk/native/apache-2.0/bldjk.qclsrc (props changed) Propchange: tomcat/connectors/trun

svn commit: r520339 - /tomcat/connectors/trunk/jk/native/apache-2.0/bldjk.qclsrc

2007-03-20 Thread mturk
Author: mturk Date: Tue Mar 20 02:04:02 2007 New Revision: 520339 URL: http://svn.apache.org/viewvc?view=rev&rev=520339 Log: No function change. Just to check if the props are working Modified: tomcat/connectors/trunk/jk/native/apache-2.0/bldjk.qclsrc Modified: tomcat/connectors/trun

svn commit: r520518 - /tomcat/connectors/trunk/jni/native/src/sslcontext.c

2007-03-20 Thread mturk
Author: mturk Date: Tue Mar 20 11:48:25 2007 New Revision: 520518 URL: http://svn.apache.org/viewvc?view=rev&rev=520518 Log: Return APR_ENOTIMPL for a dummy SSLContext.free function Modified: tomcat/connectors/trunk/jni/native/src/sslcontext.c Modified: tomcat/connectors/trunk/jni/na

svn commit: r520777 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2007-03-20 Thread mturk
Author: mturk Date: Tue Mar 20 23:58:38 2007 New Revision: 520777 URL: http://svn.apache.org/viewvc?view=rev&rev=520777 Log: Make sure that any change to shared memory is protected by shm lock if the pessimistic locking is configured. Modified: tomcat/connectors/trunk/jk/native/co

svn commit: r520780 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2007-03-20 Thread mturk
Author: mturk Date: Wed Mar 21 00:20:50 2007 New Revision: 520780 URL: http://svn.apache.org/viewvc?view=rev&rev=520780 Log: Simplify the add_lig_items by adding local function for filling the common values. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Modified: to

svn commit: r520854 - in /tomcat/connectors/trunk/jk/native/iis: Makefile.amd64 Makefile.ia64 Makefile.vc Makefile.x86 pcre/dftables.x86 pcre/pcre.amd64 pcre/pcre.ia64 pcre/pcre.x86

2007-03-21 Thread mturk
Author: mturk Date: Wed Mar 21 05:15:24 2007 New Revision: 520854 URL: http://svn.apache.org/viewvc?view=rev&rev=520854 Log: Update command line make files with pcre library Added: tomcat/connectors/trunk/jk/native/iis/Makefile.x86 tomcat/connectors/trunk/jk/native/iis/pcre/dftables

svn commit: r520856 - in /tomcat/connectors/trunk/jk/native/iis: Makefile.amd64 Makefile.ia64

2007-03-21 Thread mturk
Author: mturk Date: Wed Mar 21 05:27:51 2007 New Revision: 520856 URL: http://svn.apache.org/viewvc?view=rev&rev=520856 Log: Embed manifests into dll if generated Modified: tomcat/connectors/trunk/jk/native/iis/Makefile.amd64 tomcat/connectors/trunk/jk/native/iis/Makefile.ia64 Modi

svn commit: r520859 - in /tomcat/connectors/trunk/jk/native/iis: README installer/conf/uriworkermap.properties

2007-03-21 Thread mturk
Author: mturk Date: Wed Mar 21 05:33:20 2007 New Revision: 520859 URL: http://svn.apache.org/viewvc?view=rev&rev=520859 Log: Add Tomcat6 examples to the sample mappings file Modified: tomcat/connectors/trunk/jk/native/iis/README tomcat/connectors/trunk/jk/native/iis/installer/

svn commit: r520862 - /tomcat/connectors/trunk/jk/native/iis/Makefile.ia64

2007-03-21 Thread mturk
Author: mturk Date: Wed Mar 21 05:38:31 2007 New Revision: 520862 URL: http://svn.apache.org/viewvc?view=rev&rev=520862 Log: Use correct directory for IA64 builds Modified: tomcat/connectors/trunk/jk/native/iis/Makefile.ia64 Modified: tomcat/connectors/trunk/jk/native/iis/Makefile.ia64

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

2007-03-21 Thread mturk
Author: mturk Date: Wed Mar 21 09:05:29 2007 New Revision: 520926 URL: http://svn.apache.org/viewvc?view=rev&rev=520926 Log: Added regexp rewrite options for IIS Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Modified: tomcat/connectors/trunk/jk/native

svn commit: r520927 - /tomcat/connectors/trunk/jk/native/iis/Makefile.amd64

2007-03-21 Thread mturk
Author: mturk Date: Wed Mar 21 09:07:59 2007 New Revision: 520927 URL: http://svn.apache.org/viewvc?view=rev&rev=520927 Log: Link with correct pcre library for amd64 Modified: tomcat/connectors/trunk/jk/native/iis/Makefile.amd64 Modified: tomcat/connectors/trunk/jk/native/iis/Makefile.a

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

2007-03-21 Thread mturk
Author: mturk Date: Wed Mar 21 09:11:51 2007 New Revision: 520930 URL: http://svn.apache.org/viewvc?view=rev&rev=520930 Log: Fix some compile time warning on 64 bit platforms Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Modified: tomcat/connectors/trunk/jk/native

svn commit: r520991 - in /tomcat/connectors/trunk/jk: native/apache-1.3/mod_jk.c xdocs/miscellaneous/changelog.xml

2007-03-21 Thread mturk
Author: mturk Date: Wed Mar 21 13:27:19 2007 New Revision: 520991 URL: http://svn.apache.org/viewvc?view=rev&rev=520991 Log: Fix #41922 by seting the envars_in_use when there is JkEnvVar directive Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trun

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

2007-03-22 Thread mturk
Author: mturk Date: Thu Mar 22 12:33:46 2007 New Revision: 521416 URL: http://svn.apache.org/viewvc?view=rev&rev=521416 Log: Added function to read a simple name=value property file without the syntax checks. Modified: tomcat/connectors/trunk/jk/native/common/jk_map.c tomcat/connec

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

2007-03-22 Thread mturk
Author: mturk Date: Thu Mar 22 12:35:34 2007 New Revision: 521417 URL: http://svn.apache.org/viewvc?view=rev&rev=521417 Log: Fix windows logging. There is no need to add the extra \r, because windows by default adds them for any text files. Modified: tomcat/connectors/trunk/jk/native/co

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

2007-03-22 Thread mturk
Author: mturk Date: Thu Mar 22 12:38:19 2007 New Revision: 521419 URL: http://svn.apache.org/viewvc?view=rev&rev=521419 Log: Fix regexp parsing and add error pages if extension fails instead sending empty page. Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Modi

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

2007-03-22 Thread mturk
Author: mturk Date: Thu Mar 22 12:40:11 2007 New Revision: 521420 URL: http://svn.apache.org/viewvc?view=rev&rev=521420 Log: Note about regexp rewrite rules. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/miscellan

svn commit: r521424 - in /tomcat/connectors/trunk/jk/native/iis: Makefile.amd64 Makefile.ia64 Makefile.x86 isapi.dsp

2007-03-22 Thread mturk
Author: mturk Date: Thu Mar 22 12:52:51 2007 New Revision: 521424 URL: http://svn.apache.org/viewvc?view=rev&rev=521424 Log: Add /D "PCRE_STATIC" to build files Modified: tomcat/connectors/trunk/jk/native/iis/Makefile.amd64 tomcat/connectors/trunk/jk/native/iis/Makefile.i

svn commit: r521431 - in /tomcat/connectors/trunk/jk/native/iis/installer: conf/rewrite.properties isapi-redirector-win32-msi.ism

2007-03-22 Thread mturk
Author: mturk Date: Thu Mar 22 13:08:37 2007 New Revision: 521431 URL: http://svn.apache.org/viewvc?view=rev&rev=521431 Log: Add sample rewrite.properties file to the installer. Added: tomcat/connectors/trunk/jk/native/iis/installer/conf/rewrite.properties (with props) Modi

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

2007-03-23 Thread mturk
Author: mturk Date: Fri Mar 23 08:35:18 2007 New Revision: 521770 URL: http://svn.apache.org/viewvc?view=rev&rev=521770 Log: Allow multiple status codes for fail_on_status directive. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c tomcat/connectors/trunk/jk/na

svn commit: r521774 - /tomcat/connectors/trunk/jk/xdocs/reference/workers.xml

2007-03-23 Thread mturk
Author: mturk Date: Fri Mar 23 08:39:09 2007 New Revision: 521774 URL: http://svn.apache.org/viewvc?view=rev&rev=521774 Log: Document multiple fail_on_status codes for 1.2.22+ Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Modified: tomcat/connectors/trunk/jk/x

svn commit: r521795 - /tomcat/connectors/trunk/jk/native/apache-2.0/Makefile.vc

2007-03-23 Thread mturk
Author: mturk Date: Fri Mar 23 09:25:54 2007 New Revision: 521795 URL: http://svn.apache.org/viewvc?view=rev&rev=521795 Log: Add option to compile for Apache 2.0.x or Apache 2.2.x by using APACHE22=1 in command line Modified: tomcat/connectors/trunk/jk/native/apache-2.0/Makefil

svn commit: r522764 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c common/jk_logger.h common/jk_util.c

2007-03-26 Thread mturk
Author: mturk Date: Mon Mar 26 22:36:13 2007 New Revision: 522764 URL: http://svn.apache.org/viewvc?view=rev&rev=522764 Log: JK name prefix file_logger_t structure, No functional changes Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/na

svn commit: r522931 - /tomcat/connectors/trunk/jni/native/src/network.c

2007-03-27 Thread mturk
Author: mturk Date: Tue Mar 27 07:30:06 2007 New Revision: 522931 URL: http://svn.apache.org/viewvc?view=rev&rev=522931 Log: On Socket.create create a local pool, because the Socket.destroy destroys that pool, so the Pool.destroy fails with crushing VM. Modified: tomcat/connectors/trunk

svn commit: r522954 - /tomcat/connectors/trunk/jni/native/src/network.c

2007-03-27 Thread mturk
Author: mturk Date: Tue Mar 27 08:23:27 2007 New Revision: 522954 URL: http://svn.apache.org/viewvc?view=rev&rev=522954 Log: Fix typo Modified: tomcat/connectors/trunk/jni/native/src/network.c Modified: tomcat/connectors/trunk/jni/native/src/network.c URL: http://svn.apache.org/vi

svn commit: r523024 - /tomcat/connectors/trunk/jni/native/src/network.c

2007-03-27 Thread mturk
Author: mturk Date: Tue Mar 27 11:23:06 2007 New Revision: 523024 URL: http://svn.apache.org/viewvc?view=rev&rev=523024 Log: Fix accept pool cleanup and destroy in case accept fails because of parent pool destroy Modified: tomcat/connectors/trunk/jni/native/src/network.c Modified: to

svn commit: r523564 - /tomcat/connectors/trunk/jni/native/os/unix/system.c

2007-03-28 Thread mturk
Author: mturk Date: Wed Mar 28 22:22:47 2007 New Revision: 523564 URL: http://svn.apache.org/viewvc?view=rev&rev=523564 Log: Fix #41976 by adding Open BSD to the list of BSD* platforms Modified: tomcat/connectors/trunk/jni/native/os/unix/system.c Modified: tomcat/connectors/trunk/jni/na

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

2007-03-29 Thread mturk
Author: mturk Date: Thu Mar 29 23:58:38 2007 New Revision: 523964 URL: http://svn.apache.org/viewvc?view=rev&rev=523964 Log: Put the entire code that is JK_SHM_LOCK_REOPEN dependent inside #ifdef Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.c Modified: tomcat/connectors/t

svn commit: r524374 - /tomcat/connectors/trunk/jni/native/src/jnilib.c

2007-03-30 Thread mturk
Author: mturk Date: Fri Mar 30 22:51:18 2007 New Revision: 524374 URL: http://svn.apache.org/viewvc?view=rev&rev=524374 Log: Check for APR version on library load in case we have unsupported APR in the path Modified: tomcat/connectors/trunk/jni/native/src/jnilib.c Modified: to

svn commit: r524376 - /tomcat/connectors/trunk/jni/native/build/tcnative.m4

2007-03-30 Thread mturk
Author: mturk Date: Fri Mar 30 23:45:51 2007 New Revision: 524376 URL: http://svn.apache.org/viewvc?view=rev&rev=524376 Log: Check for minimum APR version during configure Modified: tomcat/connectors/trunk/jni/native/build/tcnative.m4 Modified: tomcat/connectors/trunk/jni/native/b

svn commit: r524380 - in /tomcat/connectors/trunk/jni/native: include/tcn_version.h os/win32/libtcnative.rc

2007-03-30 Thread mturk
Author: mturk Date: Sat Mar 31 00:06:34 2007 New Revision: 524380 URL: http://svn.apache.org/viewvc?view=rev&rev=524380 Log: Increment the version for the next tag Modified: tomcat/connectors/trunk/jni/native/include/tcn_version.h tomcat/connectors/trunk/jni/native/os/w

svn commit: r524383 - in /tomcat/connectors/trunk/jni/native: os/win32/system.c src/jnilib.c

2007-03-30 Thread mturk
Author: mturk Date: Sat Mar 31 00:34:01 2007 New Revision: 524383 URL: http://svn.apache.org/viewvc?view=rev&rev=524383 Log: Never call apr_terminate from DLL main, because it will crash the JVM. Call apr_terminate in Library.terminate instead. Modified: tomcat/connectors/trunk/jni/na

svn commit: r524385 - /tomcat/tc6.0.x/trunk/native/connector/

2007-03-30 Thread mturk
Author: mturk Date: Sat Mar 31 00:49:55 2007 New Revision: 524385 URL: http://svn.apache.org/viewvc?view=rev&rev=524385 Log: Remove native/connector Removed: tomcat/tc6.0.x/trunk/native/connector/ - To unsubscribe, e-

svn commit: r524386 - /tomcat/tc6.0.x/trunk/native/

2007-03-30 Thread mturk
Author: mturk Date: Sat Mar 31 00:57:39 2007 New Revision: 524386 URL: http://svn.apache.org/viewvc?view=rev&rev=524386 Log: Add native as external instead maintaining duplicate code. Modified: tomcat/tc6.0.x/trunk/native/ (props changed) Propchange: tomcat/tc6.0.x/trunk/na

svn commit: r524390 - in /tomcat/connectors/trunk/jni/native: buildconf srclib/ srclib/VERSIONS

2007-03-31 Thread mturk
Author: mturk Date: Sat Mar 31 01:21:33 2007 New Revision: 524390 URL: http://svn.apache.org/viewvc?view=rev&rev=524390 Log: Add srclib placehoder for extracting apr if building everything from sources. Added: tomcat/connectors/trunk/jni/native/srclib/ tomcat/connectors/trunk/jni/na

svn commit: r524551 - /tomcat/connectors/trunk/jni/native/build/tcnative.m4

2007-03-31 Thread mturk
Author: mturk Date: Sun Apr 1 00:48:26 2007 New Revision: 524551 URL: http://svn.apache.org/viewvc?view=rev&rev=524551 Log: Use correct field notation. Modified: tomcat/connectors/trunk/jni/native/build/tcnative.m4 Modified: tomcat/connectors/trunk/jni/native/build/tcnative.m4 URL:

svn commit: r524552 - /tomcat/connectors/trunk/jni/jnirelease.sh

2007-03-31 Thread mturk
Author: mturk Date: Sun Apr 1 00:51:53 2007 New Revision: 524552 URL: http://svn.apache.org/viewvc?view=rev&rev=524552 Log: Use correct location and version for jnirelease.sh Modified: tomcat/connectors/trunk/jni/jnirelease.sh Modified: tomcat/connectors/trunk/jni/jnirelease.sh URL:

svn commit: r524553 - /tomcat/connectors/trunk/jni/jnirelease.sh

2007-03-31 Thread mturk
Author: mturk Date: Sun Apr 1 00:59:16 2007 New Revision: 524553 URL: http://svn.apache.org/viewvc?view=rev&rev=524553 Log: Add valid SVN path for this release, so it can be tagged. Modified: tomcat/connectors/trunk/jni/jnirelease.sh Modified: tomcat/connectors/trunk/jni/jnirelease.sh

svn commit: r524649 - in /tomcat/connectors/trunk/jni/native: Makefile.in build/tcnative.m4

2007-04-01 Thread mturk
Author: mturk Date: Sun Apr 1 11:21:28 2007 New Revision: 524649 URL: http://svn.apache.org/viewvc?view=rev&rev=524649 Log: Fix detection of OpenSSL without using obsolete AC functions. Modified: tomcat/connectors/trunk/jni/native/Makefile.in tomcat/connectors/trunk/jni/native/b

svn commit: r524650 - /tomcat/connectors/trunk/jni/native/srclib/VERSIONS

2007-04-01 Thread mturk
Author: mturk Date: Sun Apr 1 11:23:24 2007 New Revision: 524650 URL: http://svn.apache.org/viewvc?view=rev&rev=524650 Log: Update to latest stable version for both dependent libraries. Modified: tomcat/connectors/trunk/jni/native/srclib/VERSIONS Modified: tomcat/connectors/trunk

svn commit: r524653 - /tomcat/connectors/tags/other/TOMCAT_NATIVE_1_1_9/

2007-04-01 Thread mturk
Author: mturk Date: Sun Apr 1 11:39:31 2007 New Revision: 524653 URL: http://svn.apache.org/viewvc?view=rev&rev=524653 Log: Tag native version 1.1.9 Added: tomcat/connectors/tags/other/TOMCAT_NATIVE_1_1_9/ - copied from r524652, tomcat/connectors/t

svn commit: r524660 - in /tomcat/tc6.0.x/trunk: build.properties.default java/org/apache/catalina/core/AprLifecycleListener.java res/tomcat.nsi

2007-04-01 Thread mturk
Author: mturk Date: Sun Apr 1 12:37:58 2007 New Revision: 524660 URL: http://svn.apache.org/viewvc?view=rev&rev=524660 Log: Use the tomcat-native-1.1.9 as recommended version. Modified: tomcat/tc6.0.x/trunk/build.properties.default tomcat/tc6.0.x/trunk/java/org/apache/catalina/

svn commit: r524723 - /tomcat/connectors/trunk/jni/native/build/tcnative.m4

2007-04-01 Thread mturk
Author: mturk Date: Sun Apr 1 21:51:52 2007 New Revision: 524723 URL: http://svn.apache.org/viewvc?view=rev&rev=524723 Log: Do not check if openssl works. The version check is enough. Modified: tomcat/connectors/trunk/jni/native/build/tcnative.m4 Modified: tomcat/connectors/trunk

svn commit: r524725 - /tomcat/connectors/trunk/jni/native/src/ssl.c

2007-04-01 Thread mturk
Author: mturk Date: Sun Apr 1 22:22:42 2007 New Revision: 524725 URL: http://svn.apache.org/viewvc?view=rev&rev=524725 Log: In case we don't specify the global randFile use like mod_ssl does with builtin. This fixes long init on some platforms. Modified: tomcat/connectors/trunk/j

svn commit: r524726 - in /tomcat/connectors/trunk/jni: jnirelease.sh native/include/tcn_version.h native/os/win32/libtcnative.rc

2007-04-01 Thread mturk
Author: mturk Date: Sun Apr 1 22:25:55 2007 New Revision: 524726 URL: http://svn.apache.org/viewvc?view=rev&rev=524726 Log: Increment version number and switch back to current and trunk for release. Modified: tomcat/connectors/trunk/jni/jnirelease.sh tomcat/connectors/trunk/jni/na

svn commit: r524728 - /tomcat/connectors/trunk/jni/jnirelease.sh

2007-04-01 Thread mturk
Author: mturk Date: Sun Apr 1 22:41:42 2007 New Revision: 524728 URL: http://svn.apache.org/viewvc?view=rev&rev=524728 Log: Prepare tag 1.1.10 Modified: tomcat/connectors/trunk/jni/jnirelease.sh Modified: tomcat/connectors/trunk/jni/jnirelease.sh URL: http://svn.apache.org/viewvc/to

svn commit: r524729 - /tomcat/connectors/tags/other/TOMCAT_NATIVE_1_1_10/

2007-04-01 Thread mturk
Author: mturk Date: Sun Apr 1 22:42:52 2007 New Revision: 524729 URL: http://svn.apache.org/viewvc?view=rev&rev=524729 Log: Tag 1.1.10 with OpenSSL detection and init fix Added: tomcat/connectors/tags/other/TOMCAT_NATIVE_1_1_10/ - copied from r524728, tomcat/connectors/t

svn commit: r524730 - in /tomcat/tc6.0.x/trunk: build.properties.default java/org/apache/catalina/core/AprLifecycleListener.java res/tomcat.nsi

2007-04-01 Thread mturk
Author: mturk Date: Sun Apr 1 23:24:33 2007 New Revision: 524730 URL: http://svn.apache.org/viewvc?view=rev&rev=524730 Log: Use the tomcat-native-1.1.10 as recommended version. Note: 1.1.9 was broken for OpenSSL builds on some platforms. 1.1.8 will continue to work, although on some platf

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

2007-04-01 Thread mturk
Author: mturk Date: Sun Apr 1 23:35:20 2007 New Revision: 524732 URL: http://svn.apache.org/viewvc?view=rev&rev=524732 Log: Document APR connector native changes. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r524737 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c common/jk_util.c

2007-04-02 Thread mturk
Author: mturk Date: Mon Apr 2 00:14:47 2007 New Revision: 524737 URL: http://svn.apache.org/viewvc?view=rev&rev=524737 Log: Fix LF/CRLF logging for POSIX/WIN32 platforms Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/native/apache-2.0/mod_

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

2007-04-02 Thread mturk
Author: mturk Date: Mon Apr 2 00:17:40 2007 New Revision: 524738 URL: http://svn.apache.org/viewvc?view=rev&rev=524738 Log: Oops. Standard copy/paste error ;) Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

svn commit: r524774 - /tomcat/connectors/trunk/jk/tools/jkrelease.sh

2007-04-02 Thread mturk
Author: mturk Date: Mon Apr 2 05:25:44 2007 New Revision: 524774 URL: http://svn.apache.org/viewvc?view=rev&rev=524774 Log: Remove explicit settings for ANT_HOME and JAVA_HOME. Modified: tomcat/connectors/trunk/jk/tools/jkrelease.sh Modified: tomcat/connectors/trunk/jk/tools/jkreleas

svn commit: r524777 - /tomcat/connectors/trunk/jk/tools/jkrelease.sh

2007-04-02 Thread mturk
Author: mturk Date: Mon Apr 2 05:57:24 2007 New Revision: 524777 URL: http://svn.apache.org/viewvc?view=rev&rev=524777 Log: Do not try to make the release on the hosts where tar doesn't support cfz. Modified: tomcat/connectors/trunk/jk/tools/jkrelease.sh Modified: tomcat/connect

svn commit: r525070 - /tomcat/connectors/trunk/jk/tools/jkrelease.sh

2007-04-03 Thread mturk
Author: mturk Date: Tue Apr 3 00:36:45 2007 New Revision: 525070 URL: http://svn.apache.org/viewvc?view=rev&rev=525070 Log: Use root/users for a user/group when creating tar. Modified: tomcat/connectors/trunk/jk/tools/jkrelease.sh Modified: tomcat/connectors/trunk/jk/tools/jkrelease.sh

<    1   2   3   4   5   6   7   8   9   10   >