Modified dist.xml to produce platform native packages

2009-06-16 Thread Mladen Turk
As you might see from the SVN log I added few more dist files. The newly created files are: apache-tomcat-7.0.0-dev-win32-x86-native.zip apache-tomcat-7.0.0-dev-win64-ia64-native.zip apache-tomcat-7.0.0-dev-win64-x86_64-native.zip I have also removed the .exe, .dll and service.bat from the apach

svn commit: r785477 - /tomcat/trunk/res/tomcat.nsi

2009-06-16 Thread mturk
Author: mturk Date: Wed Jun 17 05:33:52 2009 New Revision: 785477 URL: http://svn.apache.org/viewvc?rev=785477&view=rev Log: Add common FindCpuType function. The problem is that environment variable doesn't always set AMD64. This is true only for amd processors. If present and not IA64 the %PROCE

DO NOT REPLY [Bug 36574] Broken PDF document in online docware

2009-06-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=36574 --- Comment #5 from vy0...@gmail.com 2009-06-16 20:08:46 PST --- apache-tomcat-5.5.27-fulldocs.tar.gz ## has tomcat-5.5-doc/architecture/requestProcess/requestProcess.pdf ## has error message on file open # Cannot extract the embedded

DO NOT REPLY [Bug 43285] Missing EL Coercion causes argument type mismatch

2009-06-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43285 --- Comment #18 from Richard Kennard 2009-06-16 19:39:30 PST --- Please note this feature/bug is being tracked (and hopefully fixed!) at: https://jsp-spec-public.dev.java.net/issues/show_bug.cgi?id=183 -- Configure bugmail: https:/

DO NOT REPLY [Bug 36574] Broken PDF document in online docware

2009-06-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=36574 vy0...@gmail.com changed: What|Removed |Added Priority|P2 |P3 Status|RESOLVED

Re: [VOTE] Release JDBC Pool module v1.0.4

2009-06-16 Thread sebb
On 16/06/2009, Filip Hanik - Dev Lists wrote: > Sebb, I can't find anything that is broken. All your concerns seem invalid > to me. Please revisit, especially the NOTICE files. > Filip > > sebb wrote: > > > On 15/06/2009, Filip Hanik - Dev Lists wrote: > > > > > > > Cleaned up and fixed. > >

Re: [VOTE] [CANCELLED] Release build 4.1.40

2009-06-16 Thread sebb
On 16/06/2009, Mark Thomas wrote: > sebb wrote: > > On 16/06/2009, Mark Thomas wrote: > >> Mark Thomas wrote: > >> > The candidates source tarball and derived binaries are available here: > >> > http://tomcat.apache.org/dev/dist/apache-tomcat-4.1.40/ > >> > > >> > According to the relea

Re: [VOTE] [CANCELLED] Release build 4.1.40

2009-06-16 Thread Mark Thomas
sebb wrote: > On 16/06/2009, Mark Thomas wrote: >> Mark Thomas wrote: >> > The candidates source tarball and derived binaries are available here: >> > http://tomcat.apache.org/dev/dist/apache-tomcat-4.1.40/ >> > >> > According to the release process, the 4.0.40 tag is: >> > [ ] Broken >> > [

Re: [VOTE] [CANCELLED] Release build 4.1.40

2009-06-16 Thread sebb
On 16/06/2009, Mark Thomas wrote: > Mark Thomas wrote: > > The candidates source tarball and derived binaries are available here: > > http://tomcat.apache.org/dev/dist/apache-tomcat-4.1.40/ > > > > According to the release process, the 4.0.40 tag is: > > [ ] Broken > > [ ] Alpha > > [ ] Bet

AJP connector free port scanning

2009-06-16 Thread Tim Whittington
Hi all I¹ve noticed an unexpected and undocumented behaviour in the AJP connector in Tomcat 5.5.27. I¹ve configured the AJP connector to run on port 8009, which is occupied by another process, but instead of failing the connector continues to scan until it hits a free port and uses that. Inspectio

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

2009-06-16 Thread markt
Author: markt Date: Tue Jun 16 21:21:16 2009 New Revision: 785409 URL: http://svn.apache.org/viewvc?rev=785409&view=rev Log: Propose patch Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?re

svn commit: r785407 - /tomcat/current/tc5.5.x/STATUS.txt

2009-06-16 Thread markt
Author: markt Date: Tue Jun 16 21:20:57 2009 New Revision: 785407 URL: http://svn.apache.org/viewvc?rev=785407&view=rev Log: Propose patch Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.

DO NOT REPLY [Bug 37794] getParameter() fails on POST with transfer-encoding: chunked

2009-06-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37794 --- Comment #6 from Mark Thomas 2009-06-16 13:31:19 PST --- This has been fixed in trunk (with a test case) and will be proposed for 6.0.x and 5.5.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ---

svn commit: r785381 - in /tomcat/trunk/java/org/apache/catalina/connector: LocalStrings.properties Request.java

2009-06-16 Thread markt
Author: markt Date: Tue Jun 16 20:30:43 2009 New Revision: 785381 URL: http://svn.apache.org/viewvc?rev=785381&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=37794 Handle chunked POSTs. If maxPostSize is exceeded, a 500 results. Modified: tomcat/trunk/java/org/apache/cat

svn commit: r785379 - /tomcat/trunk/test/org/apache/catalina/connector/TestRequest.java

2009-06-16 Thread markt
Author: markt Date: Tue Jun 16 20:28:08 2009 New Revision: 785379 URL: http://svn.apache.org/viewvc?rev=785379&view=rev Log: Better comment Modified: tomcat/trunk/test/org/apache/catalina/connector/TestRequest.java Modified: tomcat/trunk/test/org/apache/catalina/connector/TestRequest.java UR

svn commit: r785369 - in /tomcat/trunk/test/org/apache/catalina/connector: ./ TestRequest.java

2009-06-16 Thread markt
Author: markt Date: Tue Jun 16 20:18:14 2009 New Revision: 785369 URL: http://svn.apache.org/viewvc?rev=785369&view=rev Log: Test case for bug 37794. The generic code will move out of this class if it turns out to be useful for other test cases Added: tomcat/trunk/test/org/apache/catalina/co

DO NOT REPLY [Bug 47378] New: welcome-file ignores servlet mapping

2009-06-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378 Summary: welcome-file ignores servlet mapping Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: major Priority:

[VOTE] Release build 4.1.40 - Take 2

2009-06-16 Thread Mark Thomas
The (updated) candidates source tarball and derived binaries are available here: http://tomcat.apache.org/dev/dist/apache-tomcat-4.1.40/ According to the release process, the release based on the 4.0.40 tag is: [ ] Broken [ ] Alpha [ ] Beta [ ] Stable Mark --

[Tomcat Wiki] Update of "SummerOfCode2009" by xxd82329

2009-06-16 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by xxd82329: http://wiki.apache.org/tomcat/SummerOfCode2009 -- By th

[Tomcat Wiki] Update of "SummerOfCode2009" by xxd82329

2009-06-16 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by xxd82329: http://wiki.apache.org/tomcat/SummerOfCode2009 -- * If ye

Re: [VOTE] Release JDBC Pool module v1.0.4

2009-06-16 Thread Filip Hanik - Dev Lists
Sebb, I can't find anything that is broken. All your concerns seem invalid to me. Filip sebb wrote: On 15/06/2009, Filip Hanik - Dev Lists wrote: Cleaned up and fixed. The release is located here: http://people.apache.org/~fhanik/jdbc-pool/v1.0.4/ NOTICE file is incorrect, it sh

Re: Bug 37794 - Parameters, chunked requests and maxPostSize

2009-06-16 Thread Josh Gooding
Good point Tim, and I've been searching the docs for maxPostSize, but I haven't dug really deep into it. I wasn't looking in the right area. Looks like I need to back pedal a bit here. Sorry for not checking into the docs more thoroughly. - Josh On Tue, Jun 16, 2009 at 7:44 AM, Tim Funk wrote

svn commit: r785257 - /tomcat/container/tags/tc4.1.x/TOMCAT_4_1_40/

2009-06-16 Thread markt
Author: markt Date: Tue Jun 16 15:32:50 2009 New Revision: 785257 URL: http://svn.apache.org/viewvc?rev=785257&view=rev Log: Tagging 4.1.40 Added: tomcat/container/tags/tc4.1.x/TOMCAT_4_1_40/ - copied from r785256, tomcat/container/branches/tc4.1.x/ ---

svn commit: r785255 - /tomcat/container/tags/tc4.1.x/TOMCAT_4_1_40/

2009-06-16 Thread markt
Author: markt Date: Tue Jun 16 15:31:58 2009 New Revision: 785255 URL: http://svn.apache.org/viewvc?rev=785255&view=rev Log: Re tagging... Removed: tomcat/container/tags/tc4.1.x/TOMCAT_4_1_40/ - To unsubscribe, e-mail: dev-

svn commit: r785254 - in /tomcat/container/branches/tc4.1.x: RELEASE-NOTES-4.1.txt build.properties.default

2009-06-16 Thread markt
Author: markt Date: Tue Jun 16 15:30:30 2009 New Revision: 785254 URL: http://svn.apache.org/viewvc?rev=785254&view=rev Log: Stick with 4.1.40 and re-tag Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt tomcat/container/branches/tc4.1.x/build.properties.default Modified:

Re: [VOTE] [CANCELLED] Release build 4.1.40

2009-06-16 Thread Mark Thomas
Mark Thomas wrote: > The candidates source tarball and derived binaries are available here: > http://tomcat.apache.org/dev/dist/apache-tomcat-4.1.40/ > > According to the release process, the 4.0.40 tag is: > [ ] Broken > [ ] Alpha > [ ] Beta > [ ] Stable There were enough issues to re-roll the r

Re: [VOTE] Release build 4.1.40

2009-06-16 Thread Mark Thomas
Mladen Turk wrote: > Mark Thomas wrote: >> >>> IMO the release is broken. >> >> If the windows installer issue is an isolated one it, the release is no >> worse than any that have gone out of the door previously. That said, the >> issues are all fixed so I'll roll a 4.1.41 release. >> > > Why not

svn commit: r785249 - /tomcat/trunk/dist.xml

2009-06-16 Thread mturk
Author: mturk Date: Tue Jun 16 15:09:50 2009 New Revision: 785249 URL: http://svn.apache.org/viewvc?rev=785249&view=rev Log: Exclude windows binaries from the .zip and .tar.gz packages Modified: tomcat/trunk/dist.xml Modified: tomcat/trunk/dist.xml URL: http://svn.apache.org/viewvc/tomcat/t

svn commit: r785239 - /tomcat/trunk/res/tomcat.nsi

2009-06-16 Thread mturk
Author: mturk Date: Tue Jun 16 14:51:50 2009 New Revision: 785239 URL: http://svn.apache.org/viewvc?rev=785239&view=rev Log: Fix tomcat installer script by using the correct files and new locations. Also decide which version of tcnative-1.dll to install according to the CPU architecture Modified

svn commit: r785223 - /tomcat/trunk/dist.xml

2009-06-16 Thread mturk
Author: mturk Date: Tue Jun 16 14:18:26 2009 New Revision: 785223 URL: http://svn.apache.org/viewvc?rev=785223&view=rev Log: Exclude service.bat from package-zip and package-tgz. It is now part of package-native, since it is only usable together with service wrapper Modified: tomcat/trunk/di

Re: [VOTE] Release build 4.1.40

2009-06-16 Thread Mladen Turk
Mark Thomas wrote: IMO the release is broken. If the windows installer issue is an isolated one it, the release is no worse than any that have gone out of the door previously. That said, the issues are all fixed so I'll roll a 4.1.41 release. Why not just re-tagging? It's no like it was re

svn commit: r785182 - /tomcat/container/branches/tc4.1.x/build.xml

2009-06-16 Thread markt
Author: markt Date: Tue Jun 16 12:46:45 2009 New Revision: 785182 URL: http://svn.apache.org/viewvc?rev=785182&view=rev Log: Add N&L to root of installation dir Fix mangled pcre test files Modified: tomcat/container/branches/tc4.1.x/build.xml Modified: tomcat/container/branches/tc4.1.x/build

svn commit: r785180 - /tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt

2009-06-16 Thread markt
Author: markt Date: Tue Jun 16 12:41:47 2009 New Revision: 785180 URL: http://svn.apache.org/viewvc?rev=785180&view=rev Log: Add changes for 4.1.41 Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt URL: http:/

Re: [VOTE] Release build 4.1.40

2009-06-16 Thread Mark Thomas
sebb wrote: > The copyright year in the NOTICE files in the binary archive is still > 2008; surely it should be 2009? Yep, it should be 2009. This has been fixed. > The connectors/NOTICE file in the source archive is wrong. > > There are no NOTICE files for the jasper and servletapi directory su

svn commit: r785175 - /tomcat/container/branches/tc4.1.x/build.properties.default

2009-06-16 Thread markt
Author: markt Date: Tue Jun 16 12:23:48 2009 New Revision: 785175 URL: http://svn.apache.org/viewvc?rev=785175&view=rev Log: Looks like we might need a 4.1.41 Modified: tomcat/container/branches/tc4.1.x/build.properties.default Modified: tomcat/container/branches/tc4.1.x/build.properties.def

svn commit: r785174 - /tomcat/container/branches/tc4.1.x/build.xml

2009-06-16 Thread markt
Author: markt Date: Tue Jun 16 12:17:08 2009 New Revision: 785174 URL: http://svn.apache.org/viewvc?rev=785174&view=rev Log: Don't add blank lines to the end of files when fixing the line endings for the tar.gz distro Modified: tomcat/container/branches/tc4.1.x/build.xml Modified: tomcat/co

Re: Bug 37794 - Parameters, chunked requests and maxPostSize

2009-06-16 Thread Tim Funk
"infinite" size for POST is bad as a default. It would make it trivial to DOS the site. -Tim Josh Gooding wrote: Gentlemen, Let me ask this. What is the maxPostSize in Tomcat?I'm ok with "a" but I'm trying to think ahead in how to make an extremely large POST acceptable maybe for 7. I h

Re: svn commit: r785164 - /tomcat/container/branches/tc4.1.x/build.xml

2009-06-16 Thread sebb
On 16/06/2009, Mark Thomas wrote: > sebb wrote: > > On 16/06/2009, ma...@apache.org wrote: > >> Author: markt > >> Date: Tue Jun 16 11:17:26 2009 > >> New Revision: 785164 > >> > >> URL: http://svn.apache.org/viewvc?rev=785164&view=rev > >> Log: > >> Update exclusion list for EOL fil

Re: svn commit: r785164 - /tomcat/container/branches/tc4.1.x/build.xml

2009-06-16 Thread Mark Thomas
sebb wrote: > On 16/06/2009, ma...@apache.org wrote: >> Author: markt >> Date: Tue Jun 16 11:17:26 2009 >> New Revision: 785164 >> >> URL: http://svn.apache.org/viewvc?rev=785164&view=rev >> Log: >> Update exclusion list for EOL filtering >> >> Modified: >> tomcat/container/branches/tc4.

Re: svn commit: r785164 - /tomcat/container/branches/tc4.1.x/build.xml

2009-06-16 Thread sebb
On 16/06/2009, ma...@apache.org wrote: > Author: markt > Date: Tue Jun 16 11:17:26 2009 > New Revision: 785164 > > URL: http://svn.apache.org/viewvc?rev=785164&view=rev > Log: > Update exclusion list for EOL filtering > > Modified: > tomcat/container/branches/tc4.1.x/build.xml > > Modif

svn commit: r785164 - /tomcat/container/branches/tc4.1.x/build.xml

2009-06-16 Thread markt
Author: markt Date: Tue Jun 16 11:17:26 2009 New Revision: 785164 URL: http://svn.apache.org/viewvc?rev=785164&view=rev Log: Update exclusion list for EOL filtering Modified: tomcat/container/branches/tc4.1.x/build.xml Modified: tomcat/container/branches/tc4.1.x/build.xml URL: http://svn.ap

svn commit: r785162 - /tomcat/container/branches/tc4.1.x/NOTICE

2009-06-16 Thread markt
Author: markt Date: Tue Jun 16 11:12:58 2009 New Revision: 785162 URL: http://svn.apache.org/viewvc?rev=785162&view=rev Log: Fix year Modified: tomcat/container/branches/tc4.1.x/NOTICE Modified: tomcat/container/branches/tc4.1.x/NOTICE URL: http://svn.apache.org/viewvc/tomcat/container/bran

Re: Bug 37794 - Parameters, chunked requests and maxPostSize

2009-06-16 Thread Mark Thomas
Josh Gooding wrote: > Gentlemen, > > Let me ask this. What is the maxPostSize in Tomcat? Did you look at the docs? http://tomcat.apache.org/tomcat-6.0-doc/config/http.html >I'm ok with "a" but > I'm trying to think ahead in how to make an extremely large POST acceptable > maybe for 7. I ha

Re: [VOTE] Release build 4.1.40

2009-06-16 Thread sebb
The copyright year in the NOTICE files in the binary archive is still 2008; surely it should be 2009? The connectors/NOTICE file in the source archive is wrong. There are no NOTICE files for the jasper and servletapi directory sub-trees. It would be better to have a single N&L file at the top of

Re: Bug 37794 - Parameters, chunked requests and maxPostSize

2009-06-16 Thread Josh Gooding
Gentlemen, Let me ask this. What is the maxPostSize in Tomcat?I'm ok with "a" but I'm trying to think ahead in how to make an extremely large POST acceptable maybe for 7. I have not hit the maxPostSize at all, and I have uploaded some large (+20MB) files with tomcat. Let me see if I can suc

svn commit: r785150 - /tomcat/trunk/dist.xml

2009-06-16 Thread mturk
Author: mturk Date: Tue Jun 16 10:37:05 2009 New Revision: 785150 URL: http://svn.apache.org/viewvc?rev=785150&view=rev Log: Add package-natives target Modified: tomcat/trunk/dist.xml Modified: tomcat/trunk/dist.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/dist.xml?rev=785150&r1=78514

svn commit: r785141 - /tomcat/trunk/build.xml

2009-06-16 Thread mturk
Author: mturk Date: Tue Jun 16 10:09:41 2009 New Revision: 785141 URL: http://svn.apache.org/viewvc?rev=785141&view=rev Log: Fix nested tasks for download Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=785141&r1

DO NOT REPLY [Bug 47371] New: EL expression parser error when getter methed return an empty string

2009-06-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47371 Summary: EL expression parser error when getter methed return an empty string Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Windows XP Statu

[VOTE] Release build 4.1.40

2009-06-16 Thread Mark Thomas
The candidates source tarball and derived binaries are available here: http://tomcat.apache.org/dev/dist/apache-tomcat-4.1.40/ According to the release process, the 4.0.40 tag is: [ ] Broken [ ] Alpha [ ] Beta [ ] Stable Mark -

svn commit: r785092 - /tomcat/trunk/build.xml

2009-06-16 Thread mturk
Author: mturk Date: Tue Jun 16 07:06:11 2009 New Revision: 785092 URL: http://svn.apache.org/viewvc?rev=785092&view=rev Log: Download IA64 tcnative-1.dll as well Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=78