Re: TC4.x vs TC5/6.x - JSESSIONID Set-Cookie differences

2007-04-01 Thread Arvind Srinivasan
Remy Maucherat wrote: This is not that easy to do. I realized this when trying to come up with a patch for moving the logic to the response :) Arvind - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Re: TC4.x vs TC5/6.x - JSESSIONID Set-Cookie differences

2007-04-01 Thread Arvind Srinivasan
Filip Hanik - Dev Lists wrote: what would seem appropriate would be to do this: 1. Prevent multiple cookies, ie, swap out the old cookie. Only one session id should be sent down There doesn't seem to be an easy way to get hold of the response object from inside of session.expire(). 2. throw

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: http:/

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 platforms th

Bug report for Tomcat 5 [2007/04/01]

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

Bug report for Watchdog [2007/04/01]

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

Bug report for Tomcat 4 [2007/04/01]

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

Bug report for Tomcat 3 [2007/04/01]

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

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/trunk/ ---

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/tomcat/co

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/native/in

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/jni/native/s

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/jni/native

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

2007-04-01 Thread Mladen Turk
Rainer Jung wrote: I used 2003 .net, but this includes a 7.0 version of msvcrt.dll. I build apache httpd 1.3 by myself and then mod_jk, and now everything works as expected. So you are right, the binary httpd download is not compatible with module compilation by vc++ 7.0. Any idea how one can m

[VOTE] Release Tomcat 4.1.36

2007-04-01 Thread Mark Thomas
All, Please vote on releasing Apache Tomcat 4.1.36. Download from: http://tomcat.apache.org/dev/dist/apache-tomcat-4.1.36-src.tar.gz The standard distributions are also available from the same location. The vote will run for approximately 72 hours. Tomcat 4.1.36 is: [ ] Stable [ ] Beta [ ] Alp

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

2007-04-01 Thread Rainer Jung
I used 2003 .net, but this includes a 7.0 version of msvcrt.dll. I build apache httpd 1.3 by myself and then mod_jk, and now everything works as expected. So you are right, the binary httpd download is not compatible with module compilation by vc++ 7.0. Any idea how one can make vc++ 7 use the 6.

svn commit: r524681 - /tomcat/servletapi/tags/servlet2.3-jsp1.2-tc4.x/TOMCAT_4_1_35/servlet2.3-jsp1.2-tc4.x/

2007-04-01 Thread markt
Author: markt Date: Sun Apr 1 13:52:26 2007 New Revision: 524681 URL: http://svn.apache.org/viewvc?view=rev&rev=524681 Log: Fixing bad tag Removed: tomcat/servletapi/tags/servlet2.3-jsp1.2-tc4.x/TOMCAT_4_1_35/servlet2.3-jsp1.2-tc4.x/ ---

svn commit: r524680 - /tomcat/jasper/tags/tc4.1.x/TOMCAT_4_1_35/tc4.1.x/

2007-04-01 Thread markt
Author: markt Date: Sun Apr 1 13:51:41 2007 New Revision: 524680 URL: http://svn.apache.org/viewvc?view=rev&rev=524680 Log: Fixing bad tag Removed: tomcat/jasper/tags/tc4.1.x/TOMCAT_4_1_35/tc4.1.x/ - To unsubscribe, e-mail

svn commit: r524679 - /tomcat/container/tags/tc4.1.x/TOMCAT_4_1_35/tc4.1.x/

2007-04-01 Thread markt
Author: markt Date: Sun Apr 1 13:50:49 2007 New Revision: 524679 URL: http://svn.apache.org/viewvc?view=rev&rev=524679 Log: Fixing bad tag Removed: tomcat/container/tags/tc4.1.x/TOMCAT_4_1_35/tc4.1.x/ - To unsubscribe, e-m

svn commit: r524678 - /tomcat/connectors/tags/tc4.1.x/TOMCAT_4_1_35/trunk/

2007-04-01 Thread markt
Author: markt Date: Sun Apr 1 13:50:01 2007 New Revision: 524678 URL: http://svn.apache.org/viewvc?view=rev&rev=524678 Log: Fixing bad tag Removed: tomcat/connectors/tags/tc4.1.x/TOMCAT_4_1_35/trunk/ - To unsubscribe, e-ma

Re: 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 Remy Maucherat
Mladen Turk wrote: Remy Maucherat wrote: [EMAIL PROTECTED] wrote: 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. I am against this change. Other than minor fixes,

Re: svn commit: r524667 - /tomcat/servletapi/tags/servlet2.3-jsp1.2-tc4.x/TOMCAT_4_1_35/servlet2.3-jsp1.2-tc4.x/

2007-04-01 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Author: markt > Date: Sun Apr 1 13:30:12 2007 > New Revision: 524667 > > URL: http://svn.apache.org/viewvc?view=rev&rev=524667 > Log: > Tagging 4.1.35 > > Added: > > tomcat/servletapi/tags/servlet2.3-jsp1.2-tc4.x/TOMCAT_4_1_35/servlet2.3-jsp1.2-tc4.x/ > - co

svn commit: r524673 - /tomcat/servletapi/tags/servlet2.3-jsp1.2-tc4.x/TOMCAT_4_1_36/

2007-04-01 Thread markt
Author: markt Date: Sun Apr 1 13:31:27 2007 New Revision: 524673 URL: http://svn.apache.org/viewvc?view=rev&rev=524673 Log: Tagging 4.1.36 Added: tomcat/servletapi/tags/servlet2.3-jsp1.2-tc4.x/TOMCAT_4_1_36/ - copied from r524672, tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x/ -

svn commit: r524672 - /tomcat/jasper/tags/tc4.1.x/TOMCAT_4_1_36/

2007-04-01 Thread markt
Author: markt Date: Sun Apr 1 13:31:23 2007 New Revision: 524672 URL: http://svn.apache.org/viewvc?view=rev&rev=524672 Log: Tagging 4.1.36 Added: tomcat/jasper/tags/tc4.1.x/TOMCAT_4_1_36/ - copied from r524671, tomcat/jasper/branches/tc4.1.x/ -

svn commit: r524671 - /tomcat/connectors/tags/tc4.1.x/TOMCAT_4_1_36/

2007-04-01 Thread markt
Author: markt Date: Sun Apr 1 13:31:19 2007 New Revision: 524671 URL: http://svn.apache.org/viewvc?view=rev&rev=524671 Log: Tagging 4.1.36 Added: tomcat/connectors/tags/tc4.1.x/TOMCAT_4_1_36/ - copied from r524670, tomcat/connectors/trunk/

svn commit: r524670 - /tomcat/container/tags/tc4.1.x/TOMCAT_4_1_36/

2007-04-01 Thread markt
Author: markt Date: Sun Apr 1 13:31:15 2007 New Revision: 524670 URL: http://svn.apache.org/viewvc?view=rev&rev=524670 Log: Tagging 4.1.36 Added: tomcat/container/tags/tc4.1.x/TOMCAT_4_1_36/ - copied from r524669, tomcat/container/branches/tc4.1.x/ ---

svn commit: r524667 - /tomcat/servletapi/tags/servlet2.3-jsp1.2-tc4.x/TOMCAT_4_1_35/servlet2.3-jsp1.2-tc4.x/

2007-04-01 Thread markt
Author: markt Date: Sun Apr 1 13:30:12 2007 New Revision: 524667 URL: http://svn.apache.org/viewvc?view=rev&rev=524667 Log: Tagging 4.1.35 Added: tomcat/servletapi/tags/servlet2.3-jsp1.2-tc4.x/TOMCAT_4_1_35/servlet2.3-jsp1.2-tc4.x/ - copied from r524666, tomcat/servletapi/branches/ser

svn commit: r524666 - /tomcat/jasper/tags/tc4.1.x/TOMCAT_4_1_35/tc4.1.x/

2007-04-01 Thread markt
Author: markt Date: Sun Apr 1 13:30:06 2007 New Revision: 524666 URL: http://svn.apache.org/viewvc?view=rev&rev=524666 Log: Tagging 4.1.35 Added: tomcat/jasper/tags/tc4.1.x/TOMCAT_4_1_35/tc4.1.x/ - copied from r524665, tomcat/jasper/branches/tc4.1.x/ -

svn commit: r524665 - /tomcat/connectors/tags/tc4.1.x/TOMCAT_4_1_35/trunk/

2007-04-01 Thread markt
Author: markt Date: Sun Apr 1 13:30:00 2007 New Revision: 524665 URL: http://svn.apache.org/viewvc?view=rev&rev=524665 Log: Tagging 4.1.35 Added: tomcat/connectors/tags/tc4.1.x/TOMCAT_4_1_35/trunk/ - copied from r524664, tomcat/connectors/trunk/ --

svn commit: r524664 - /tomcat/container/tags/tc4.1.x/TOMCAT_4_1_35/tc4.1.x/

2007-04-01 Thread markt
Author: markt Date: Sun Apr 1 13:29:54 2007 New Revision: 524664 URL: http://svn.apache.org/viewvc?view=rev&rev=524664 Log: Tagging 4.1.35 Added: tomcat/container/tags/tc4.1.x/TOMCAT_4_1_35/tc4.1.x/ - copied from r524663, tomcat/container/branches/tc4.1.x/ ---

Re: 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 Mladen Turk
Remy Maucherat wrote: [EMAIL PROTECTED] wrote: 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. I am against this change. Other than minor fixes, existing users shou

Re: 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 Remy Maucherat
[EMAIL PROTECTED] wrote: 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. I am against this change. Other than minor fixes, existing users should be allowed to conti

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/core/AprLi

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

2007-04-01 Thread Mladen Turk
Rainer Jung wrote: Hi Mladen, I built against an installed form of the official download apache_1.3.37-win32-x86-src.msi. ... and you are using VS 2005 I suppose? That won't work cause you have different MSVCRT's Regards, Mladen. -

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

2007-04-01 Thread Rainer Jung
Hi Mladen, Aaah, OK, so I was always talking about Apache and you about IIS. That explains our different observations. If we don't find a solution making line endings work for IIS/Sun/Apache und Cygwin, we could also add the platform information to the jk_logger_t or it's logger_private and use t

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/trunk/ --

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

2007-04-01 Thread Mladen Turk
Rainer Jung wrote: Hi Mladen, I think we don't use stdio. APR has apr_file_open() which uses CreateFile() and apr_file_write() which goes back to WriteFile() on Windows. We are using stdio for other web servers, so if you add CRLF then the IIS will be broken. Perhaps opening the files as bina

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/jni/native

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/build/tcna

svn commit: r524646 - in /tomcat/site/trunk: docs/security-3.html xdocs/security-3.xml

2007-04-01 Thread markt
Author: markt Date: Sun Apr 1 10:45:10 2007 New Revision: 524646 URL: http://svn.apache.org/viewvc?view=rev&rev=524646 Log: The last of the CVE entries. Modified: tomcat/site/trunk/docs/security-3.html tomcat/site/trunk/xdocs/security-3.xml Modified: tomcat/site/trunk/docs/security-3.ht

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

2007-04-01 Thread Rainer Jung
Hi Mladen, I checked out jk trunk today and built mod_jk on XP pro using Visual Studio .net against httpd 2.0.59, 2.2.4 and 1.3.37. The build worked without problems. I then made a little test using LogLevel debug without rotatelogs, so logging directly to file and the resulting log file containe

svn commit: r524636 - in /tomcat/site/trunk: docs/security-3.html xdocs/security-3.xml

2007-04-01 Thread markt
Author: markt Date: Sun Apr 1 10:18:07 2007 New Revision: 524636 URL: http://svn.apache.org/viewvc?view=rev&rev=524636 Log: Better info on snoop servlet issues and change 3.3 to 3.3a Modified: tomcat/site/trunk/docs/security-3.html tomcat/site/trunk/xdocs/security-3.xml Modified: tomcat

svn commit: r524626 - in /tomcat/site/trunk: docs/security-3.html xdocs/security-3.xml

2007-04-01 Thread markt
Author: markt Date: Sun Apr 1 09:32:52 2007 New Revision: 524626 URL: http://svn.apache.org/viewvc?view=rev&rev=524626 Log: More tomcat 3 issues. Modified: tomcat/site/trunk/docs/security-3.html tomcat/site/trunk/xdocs/security-3.xml Modified: tomcat/site/trunk/docs/security-3.html URL: