Re: Removal of libtcnative-1.dll files from /dist

2010-01-04 Thread jean-frederic clere
On 01/04/2010 01:25 AM, Konstantin Kolinko wrote: Hi, all! I removed the libtcnative-1.dll files of Tomcat Native 1.1.18 from www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.18/binaries Those were the wrong ones, dynamically linked with apr and ssl, as already discussed in the

Re: DO NOT REPLY [Bug 43819] Support latest JSR245 proposal to make EL self-contained

2010-01-04 Thread Mark Thomas
On 31/12/2009 17:55, bugzi...@apache.org wrote: https://issues.apache.org/bugzilla/show_bug.cgi?id=43819 --- Comment #17 from Mark Thomas ma...@apache.org 2009-12-31 09:55:14 GMT --- (In reply to comment #16) I think package org.apache.jasper.compiler needs some changes too, though this

Re: Problem loading classes with Class.forName() in StandardContext.createWrapper()

2010-01-04 Thread Mark Thomas
On 04/01/2010 02:46, Tim Whittington wrote: No need to re-post. A ping would have sufficed. We've experienced similar issues integrating lots of third party libraries (Tomcat being one of them) into our OSGi runtime. Thanks for your input. I can't speak for the other Tomcat committers but I

svn commit: r895595 - in /tomcat/tc6.0.x/trunk: STATUS.txt dist.xml

2010-01-04 Thread markt
Author: markt Date: Mon Jan 4 11:06:46 2010 New Revision: 895595 URL: http://svn.apache.org/viewvc?rev=895595view=rev Log: (empty) Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/dist.xml Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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

2010-01-04 Thread markt
Author: markt Date: Mon Jan 4 11:09:38 2010 New Revision: 895596 URL: http://svn.apache.org/viewvc?rev=895596view=rev Log: Update the changelog assuming 6.0.23 Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r895600 - /tomcat/trunk/bin/catalina.bat

2010-01-04 Thread markt
Author: markt Date: Mon Jan 4 11:29:45 2010 New Revision: 895600 URL: http://svn.apache.org/viewvc?rev=895600view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48464 Provide an option to specify the command window title Patch provided by LiuYan Modified:

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

2010-01-04 Thread markt
Author: markt Date: Mon Jan 4 11:30:48 2010 New Revision: 895601 URL: http://svn.apache.org/viewvc?rev=895601view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 48464] Feature request: startup.bat: -title option needed

2010-01-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48464 --- Comment #10 from Mark Thomas ma...@apache.org 2010-01-04 03:33:43 GMT --- Patch looks good to me. I have applied it to trunk and proposed it for 6.0.x. I have credited the patch to LiuYan. If this is wrong, let me know the correct name

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

2010-01-04 Thread kkolinko
Author: kkolinko Date: Mon Jan 4 12:35:07 2010 New Revision: 895616 URL: http://svn.apache.org/viewvc?rev=895616view=rev Log: add patch URL and vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn propchange: r895595 - svn:log

2010-01-04 Thread kkolinko
Author: kkolinko Revision: 895595 Modified property: svn:log Modified: svn:log at Mon Jan 4 12:38:59 2010 -- --- svn:log (original) +++ svn:log Mon Jan 4 12:38:59 2010 @@ -0,0 +1,6 @@ +Correct regression in previous fix

TR Tomcat Native 1.1.19

2010-01-04 Thread Mladen Turk
Hi, Version 1.1.18 wasn't properly tagged, so it carries the 1.1.16 version in the windows binary builds (only when you check the .dll version itself) It's a minor issue already fixed in the SVN, so before releasing new Tomcat I'd like we have the native release clean. I'll make a tag and

Re: TR Tomcat Native 1.1.19

2010-01-04 Thread Henri Gomez
It's not the case in the OS/X version 2010/1/4 Mladen Turk mt...@apache.org: Hi, Version 1.1.18 wasn't properly tagged, so it carries the 1.1.16 version in the windows binary builds (only when you check the .dll version itself) It's a minor issue already fixed in the SVN, so before

Re: TR Tomcat Native 1.1.19

2010-01-04 Thread Mark Thomas
On 04/01/2010 12:59, Mladen Turk wrote: Hi, Version 1.1.18 wasn't properly tagged, so it carries the 1.1.16 version in the windows binary builds (only when you check the .dll version itself) It's a minor issue already fixed in the SVN, so before releasing new Tomcat I'd like we have the

Re: TR Tomcat Native 1.1.19

2010-01-04 Thread Mladen Turk
On 01/04/2010 02:10 PM, Henri Gomez wrote: It's not the case in the OS/X version Nope. the windows .rc file wasn't updated before 1.1.18 tag, so when you compile a .dll and check it's resource version, it reports 1.1.16 This can be a problem with some third party install tools that depend on

Re: TR Tomcat Native 1.1.19

2010-01-04 Thread Rainer Jung
On 04.01.2010 14:10, Henri Gomez wrote: It's not the case in the OS/X version Henri: are you able to build a dylib for MacOS wit statically linked in APR and OpenSSL libs? 2010/1/4 Mladen Turkmt...@apache.org: Hi, Version 1.1.18 wasn't properly tagged, so it carries the 1.1.16 version in

EL processing enhancements for TC 7 (re: [Bug 43819] thread)

2010-01-04 Thread Konstantin Kolinko
Replying to DO NOT REPLY [Bug 43819] Support latest JSR245 proposal to make EL self-contained http://markmail.org/message/gx3zg5h47x32xdgt 2010/1/4 Mark Thomas ma...@apache.org: My first attempt to add method invocation support hit an issue in that the Jasper parser thought it was a function.

Re: TR Tomcat Native 1.1.19

2010-01-04 Thread Rainer Jung
On 04.01.2010 15:53, Mladen Turk wrote: On 01/04/2010 02:10 PM, Henri Gomez wrote: It's not the case in the OS/X version Nope. the windows .rc file wasn't updated before 1.1.18 tag, so when you compile a .dll and check it's resource version, it reports 1.1.16 This can be a problem with some

Re: EL processing enhancements for TC 7 (re: [Bug 43819] thread)

2010-01-04 Thread Mark Thomas
On 04/01/2010 15:01, Konstantin Kolinko wrote: Will you change the parsing, or it will affect validation only? I was not looking in the sources, so I have some difficulty to grasp what you are mentioning above. The current parsing is going to have to change to handle the addition of method

Re: TR Tomcat Native 1.1.19

2010-01-04 Thread Konstantin Kolinko
2010/1/4 Rainer Jung rainer.j...@kippdata.de: On 04.01.2010 15:53, Mladen Turk wrote: On 01/04/2010 02:10 PM, Henri Gomez wrote: It's not the case in the OS/X version Nope. the windows .rc file wasn't updated before 1.1.18 tag, so when you compile a .dll and check it's resource version,

Re: TR Tomcat Native 1.1.19

2010-01-04 Thread Mladen Turk
On 01/04/2010 04:21 PM, Konstantin Kolinko wrote: The compiled tcnative-.dll DLLs on http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.18/binaries/win(32|64) all show 1.1.18.0 on the Version tab in the File Properties dialog in Windows Explorer. The same with the ones in 6.0.22

Re: TR Tomcat Native 1.1.19

2010-01-04 Thread Mladen Turk
On 01/04/2010 03:59 PM, Rainer Jung wrote: Should we update the recommended version in AprLifecycleListener to 19? At the moment we have recommended=17 and required=17. This should be recommended=18 and required=17 since the .18 contains the SSL MITM fixes. Required should stay at 17 cause

svn commit: r895670 - in /tomcat/native/trunk/xdocs: index.xml miscellaneous/changelog.xml miscellaneous/project.xml news/2008.xml news/2009.xml news/2010.xml news/project.xml project.xml

2010-01-04 Thread rjung
Author: rjung Date: Mon Jan 4 15:57:23 2010 New Revision: 895670 URL: http://svn.apache.org/viewvc?rev=895670view=rev Log: Clean up docs for tcnative 2.0 a bit. Added: tomcat/native/trunk/xdocs/news/2010.xml (with props) Removed: tomcat/native/trunk/xdocs/news/2008.xml

svn commit: r895679 - in /tomcat/native/trunk/native: BUILDING build/rpm/tcnative.spec.in build/tcnative.m4 buildconf include/tcn_version.h libtcnative.dsp os/win32/libtcnative.rc srclib/VERSIONS tcna

2010-01-04 Thread rjung
Author: rjung Date: Mon Jan 4 16:18:23 2010 New Revision: 895679 URL: http://svn.apache.org/viewvc?rev=895679view=rev Log: Update/fix some version numbers for tc native 2.0 (trunk). Modified: tomcat/native/trunk/native/BUILDING tomcat/native/trunk/native/build/rpm/tcnative.spec.in

svn commit: r895684 - /tomcat/native/branches/1.1.x/xdocs/index.xml

2010-01-04 Thread rjung
Author: rjung Date: Mon Jan 4 16:35:00 2010 New Revision: 895684 URL: http://svn.apache.org/viewvc?rev=895684view=rev Log: BZ46291: Backport r728030 form tcnative trunk. Clarification in tcnative docs. Modified: tomcat/native/branches/1.1.x/xdocs/index.xml Modified:

svn commit: r895685 - in /tomcat/native/branches/1.1.x/xdocs: news/project.xml project.xml

2010-01-04 Thread rjung
Author: rjung Date: Mon Jan 4 16:36:02 2010 New Revision: 895685 URL: http://svn.apache.org/viewvc?rev=895685view=rev Log: Fix whitespace, no functional change. Modified: tomcat/native/branches/1.1.x/xdocs/news/project.xml tomcat/native/branches/1.1.x/xdocs/project.xml Modified:

Re: TR Tomcat Native 1.1.19

2010-01-04 Thread Filip Hanik - Dev Lists
On 01/04/2010 08:47 AM, Mladen Turk wrote: On 01/04/2010 03:59 PM, Rainer Jung wrote: Should we update the recommended version in AprLifecycleListener to 19? At the moment we have recommended=17 and required=17. This should be recommended=18 and required=17 but if the .18 tag is invalid,

svn commit: r895689 - /tomcat/native/branches/1.1.x/native/build/rpm/tcnative.spec.in

2010-01-04 Thread rjung
Author: rjung Date: Mon Jan 4 16:43:47 2010 New Revision: 895689 URL: http://svn.apache.org/viewvc?rev=895689view=rev Log: Decouple apr major lib version form tcnative lib version in tcnative rpm spec. Modified: tomcat/native/branches/1.1.x/native/build/rpm/tcnative.spec.in Modified:

svn commit: r895697 - /tomcat/native/branches/1.1.x/native/build/tcnative.m4

2010-01-04 Thread rjung
Author: rjung Date: Mon Jan 4 16:50:42 2010 New Revision: 895697 URL: http://svn.apache.org/viewvc?rev=895697view=rev Log: Add detection of the macosx jvm. Backport of r803803 applied by jfclere. Was anyone able to test that actually? Modified:

svn commit: r895700 - /tomcat/native/trunk/native/build/tcnative.m4

2010-01-04 Thread rjung
Author: rjung Date: Mon Jan 4 16:58:04 2010 New Revision: 895700 URL: http://svn.apache.org/viewvc?rev=895700view=rev Log: Fix apr version test i tcnative trunk. Modified: tomcat/native/trunk/native/build/tcnative.m4 Modified: tomcat/native/trunk/native/build/tcnative.m4 URL:

[tcnative] slight apr and openssl version confusion

2010-01-04 Thread Rainer Jung
What is the use of the file native/srclib/VERSIONS in tcnative? Ib the 1.1.x branch it contains the info: = Use the following version of the libraries - APR 1.2.8, http://apr.apache.org - OpenSSL 0.9.8e, http://www.openssl.org

svn commit: r895703 - /tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java

2010-01-04 Thread rjung
Author: rjung Date: Mon Jan 4 17:05:01 2010 New Revision: 895703 URL: http://svn.apache.org/viewvc?rev=895703view=rev Log: Guess that's safe. Modified: tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java Modified:

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

2010-01-04 Thread rjung
Author: rjung Date: Mon Jan 4 17:49:22 2010 New Revision: 895725 URL: http://svn.apache.org/viewvc?rev=895725view=rev Log: Vote, comment and add one proposal. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r895731 - /tomcat/native/trunk/native/src/sslutils.c

2010-01-04 Thread rjung
Author: rjung Date: Mon Jan 4 18:09:04 2010 New Revision: 895731 URL: http://svn.apache.org/viewvc?rev=895731view=rev Log: Addition to r890720: Axe using STACK directly. The API uses STACK_OF. r890720 plus this addition is identical to the fix for BZ48129: Fix build with OpenSSL 1.0.0-beta3,

svn commit: r895733 - /tomcat/native/branches/1.1.x/native/src/sslutils.c

2010-01-04 Thread rjung
Author: rjung Date: Mon Jan 4 18:10:44 2010 New Revision: 895733 URL: http://svn.apache.org/viewvc?rev=895733view=rev Log: Addition to r890719: Axe using STACK directly. The API uses STACK_OF. r890720 plus this addition is identical to the fix for BZ48129: Fix build with OpenSSL 1.0.0-beta3,

DO NOT REPLY [Bug 48482] New: Error running two tomcats in same cluster on same Windows box

2010-01-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48482 Summary: Error running two tomcats in same cluster on same Windows box Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Windows Server 2008 (Longhorn)

svn commit: r895737 - /tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml

2010-01-04 Thread rjung
Author: rjung Date: Mon Jan 4 18:16:02 2010 New Revision: 895737 URL: http://svn.apache.org/viewvc?rev=895737view=rev Log: Update changelog. Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml

DO NOT REPLY [Bug 48129] [PATCH] Fix build with OpenSSL 1.0.0-beta3

2010-01-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48129 Ville Skyttä ville.sky...@iki.fi changed: What|Removed |Added Status|RESOLVED|REOPENED

DO NOT REPLY [Bug 47679] Not all headers get passed to Tomcat server from isapi_redirect.dll

2010-01-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47679 --- Comment #1 from Tim Whittington tim.whitting...@orionhealth.com 2010-01-04 11:46:04 UTC --- This is interesting - I seem to remember testing on Windows 2000 Server when making changes to this area, and the AUTH_COMPLETE was firing.

Re: svn commit: r895700 - /tomcat/native/trunk/native/build/tcnative.m4

2010-01-04 Thread Konstantin Kolinko
2010/1/4 rj...@apache.org: Author: rjung Date: Mon Jan  4 16:58:04 2010 New Revision: 895700 URL: http://svn.apache.org/viewvc?rev=895700view=rev Log: Fix apr version test i tcnative trunk. Modified:    tomcat/native/trunk/native/build/tcnative.m4 ---

DO NOT REPLY [Bug 48069] Log Files not getting updated while using isapi_redirect.properties

2010-01-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48069 --- Comment #4 from Tim Whittington tim.whitting...@orionhealth.com 2010-01-04 11:57:35 UTC --- Process Monitor should also tell your if the log file is being created and/or written to. The code paths for the properties file and registry

DO NOT REPLY [Bug 48069] Log Files not getting updated while using isapi_redirect.properties

2010-01-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48069 --- Comment #5 from David Esposito d...@9summer.com 2010-01-04 12:39:31 UTC --- No, the redirector wasn't working. Unfortunately, it's been a little while since I tried to get this working so the details are a bit foggy but I was getting

DO NOT REPLY [Bug 48069] Log Files not getting updated while using isapi_redirect.properties

2010-01-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48069 --- Comment #6 from David Esposito d...@9summer.com 2010-01-04 12:40:40 UTC --- Created an attachment (id=24794) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=24794) properties file I was using when using the non-chunking build

svn commit: r895815 - /tomcat/trunk/build.properties.default

2010-01-04 Thread kkolinko
Author: kkolinko Date: Mon Jan 4 22:48:58 2010 New Revision: 895815 URL: http://svn.apache.org/viewvc?rev=895815view=rev Log: Update version of tomcat-native included in TC binary bundles and Windows installer to 1.1.18. Modified: tomcat/trunk/build.properties.default Modified:

Re: svn commit: r894577 - /tomcat/trunk/conf/web.xml

2010-01-04 Thread Konstantin Kolinko
2009/12/30 ma...@apache.org: Author: markt Date: Wed Dec 30 10:13:05 2009 New Revision: 894577 URL: http://svn.apache.org/viewvc?rev=894577view=rev Log: Update to 3.0 schema Modified:    tomcat/trunk/conf/web.xml Modified: tomcat/trunk/conf/web.xml URL:

svn commit: r895840 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-01-04 Thread kkolinko
Author: kkolinko Date: Tue Jan 5 00:47:02 2010 New Revision: 895840 URL: http://svn.apache.org/viewvc?rev=895840view=rev Log: proposals Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: