[Tomcat Wiki] Update of "TomcatTrackUs09 PMC Sessions" by MladenTurk

2009-06-11 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 MladenTurk: http://wiki.apache.org/tomcat/TomcatTrackUs09_PMC_Sessions ---

Re: Restructuring svn

2009-06-11 Thread Mladen Turk
+1 Mark Thomas wrote: Once 4.1.x is archived, there will be no release branches sharing code. We could also pull out mod_jk and tcnative along the lines of /repos/asf/tomcat /mod_jk /tcnative Finally! :) Regards -- ^(TM)

Tomcat 6 distro on maven repository?

2009-06-11 Thread Tom Cunningham
Is there a public maven repository with a recent version of Tomcat 6 anywhere? We're developing a Tomcat bundle for Apache jUDDI and we're looking to upgrade our bundle from Tomcat 5.5->6.0. - To unsubscribe, e-mail: dev-

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

2009-06-11 Thread sebb
Apart from the problems with N&L files etc that have already been mentioned, I found the following: == The changelog.html file refers to Tomcat JDBC Connection Pool *v1.0.5-beta* which looks wrong. == The documentation for the Interceptors appears to be incorrect. For example: The code sample

AJP connector free port scanning

2009-06-11 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: r783949 - in /tomcat: container/branches/tc4.1.x/webapps/tomcat-docs/config/context.xml container/tc5.5.x/webapps/docs/config/context.xml tc6.0.x/trunk/webapps/docs/config/context.xml trun

2009-06-11 Thread markt
Author: markt Date: Thu Jun 11 22:41:53 2009 New Revision: 783949 URL: http://svn.apache.org/viewvc?rev=783949&view=rev Log: Fix typo in the docs. Modified: tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/context.xml tomcat/container/tc5.5.x/webapps/docs/config/context.xml

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

2009-06-11 Thread kkolinko
Author: kkolinko Date: Thu Jun 11 22:24:18 2009 New Revision: 783943 URL: http://svn.apache.org/viewvc?rev=783943&view=rev Log: proposal 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.tx

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

2009-06-11 Thread kkolinko
Author: kkolinko Date: Thu Jun 11 22:16:11 2009 New Revision: 783942 URL: http://svn.apache.org/viewvc?rev=783942&view=rev Log: proposal 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?rev=

svn commit: r783934 - in /tomcat/trunk: dist.xml res/tomcat.nsi

2009-06-11 Thread kkolinko
Author: kkolinko Date: Thu Jun 11 21:53:34 2009 New Revision: 783934 URL: http://svn.apache.org/viewvc?rev=783934&view=rev Log: There are no 64-bit GUI binaries. (see rev.779927,-28,-30) The 32-bit version can manage both 32 and 64 bit tomcat(X).exe Updating the build scripts accordingly. Modifie

Re: svn commit: r783570 - /tomcat/current/tc4.1.x/STATUS.txt

2009-06-11 Thread Mark Thomas
Konstantin Kolinko wrote: > Thank you for detailed explanation. > > My analysis is the following: > hres.setLocale(locale); > call -> o.a.c.Response.setLocale() -> > o.a.c.connector.ResponseBase.setLocale() > > In o.a.c.connector.ResponseBase.setLocale() it calls > CharsetMapper.getCharset(loca

Re: svn commit: r783570 - /tomcat/current/tc4.1.x/STATUS.txt

2009-06-11 Thread Konstantin Kolinko
Thank you for detailed explanation. My analysis is the following: hres.setLocale(locale); call -> o.a.c.Response.setLocale() -> o.a.c.connector.ResponseBase.setLocale() In o.a.c.connector.ResponseBase.setLocale() it calls CharsetMapper.getCharset(locale) and updates the contentType header. The

svn commit: r783894 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2009-06-11 Thread markt
Author: markt Date: Thu Jun 11 20:23:37 2009 New Revision: 783894 URL: http://svn.apache.org/viewvc?rev=783894&view=rev Log: Remove some experimental code Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java Modified: tomcat/trunk/java/org/apache/catalina/core/StandardCo

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

2009-06-11 Thread Konstantin Kolinko
>> 2. changelog.html, jdbc-pool.html need images: >> tomcat.gif >> asf-logo.gif >> add.gif >> fix.gif >> update.gif >> > > these will be automatically linked up on the site, when the jdbc-pool gets > uploaded to our website These apache-tomcat-jdbc-1.0.3.zip, *.tar.gz are distribution that will be

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

2009-06-11 Thread Filip Hanik - Dev Lists
Konstantin Kolinko wrote: 2009/6/11 Konstantin Kolinko : Sorry for somewhat slow reply, but just on formal grounds it is [x] BROKEN - I found some show stoppers See http://apache.org/legal/src-headers.html#notice http://www.apache.org/dev/release.html#distribute-other-artifacts will

Re: svn commit: r783570 - /tomcat/current/tc4.1.x/STATUS.txt

2009-06-11 Thread Mark Thomas
Konstantin Kolinko wrote: > 2009/6/11 Mark Thomas : >> fha...@apache.org wrote: >>> Modified: tomcat/current/tc4.1.x/STATUS.txt >>> URL: >>> http://svn.apache.org/viewvc/tomcat/current/tc4.1.x/STATUS.txt?rev=783570&r1=783569&r2=783570&view=diff >>> =

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

2009-06-11 Thread Konstantin Kolinko
2009/6/11 Konstantin Kolinko : > Sorry for somewhat slow reply, > but just on formal grounds it is > >  [x] BROKEN - I found some show stoppers > > See > http://apache.org/legal/src-headers.html#notice > http://www.apache.org/dev/release.html#distribute-other-artifacts > > So, a copy of a LICENSE a

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

2009-06-11 Thread Konstantin Kolinko
Sorry for somewhat slow reply, but just on formal grounds it is [x] BROKEN - I found some show stoppers See http://apache.org/legal/src-headers.html#notice http://www.apache.org/dev/release.html#distribute-other-artifacts So, a copy of a LICENSE and NOTICE files is required, at least along with

DO NOT REPLY [Bug 47354] mod_jk does not recognize extension reply_timeout

2009-06-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47354 Mladen Turk changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2009-06-11 Thread kkolinko
Author: kkolinko Date: Thu Jun 11 17:54:07 2009 New Revision: 783864 URL: http://svn.apache.org/viewvc?rev=783864&view=rev Log: proposal 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?rev=

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

2009-06-11 Thread kkolinko
Author: kkolinko Date: Thu Jun 11 17:51:08 2009 New Revision: 783863 URL: http://svn.apache.org/viewvc?rev=783863&view=rev Log: Provide documentation for deployer. We do not have "printer" versions of our documentation pages anymore, so I am using the common version. Also, I removed "failonerror=

Re: svn commit: r783570 - /tomcat/current/tc4.1.x/STATUS.txt

2009-06-11 Thread Konstantin Kolinko
2009/6/11 Mark Thomas : > fha...@apache.org wrote: >> Modified: tomcat/current/tc4.1.x/STATUS.txt >> URL: >> http://svn.apache.org/viewvc/tomcat/current/tc4.1.x/STATUS.txt?rev=783570&r1=783569&r2=783570&view=diff >> == >>

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

2009-06-11 Thread fhanik
Author: fhanik Date: Thu Jun 11 16:58:48 2009 New Revision: 783848 URL: http://svn.apache.org/viewvc?rev=783848&view=rev Log: votes 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?rev=78384

DO NOT REPLY [Bug 44382] Need to add support for HTTPOnly session cookie parameter

2009-06-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44382 --- Comment #21 from Mark Thomas 2009-06-11 09:44:45 PST --- Sorry about that. I just removed it from trunk and 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mai

svn commit: r783841 - /tomcat/tc6.0.x/trunk/webapps/docs/config/manager.xml

2009-06-11 Thread markt
Author: markt Date: Thu Jun 11 16:44:01 2009 New Revision: 783841 URL: http://svn.apache.org/viewvc?rev=783841&view=rev Log: This was moved to the context Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/manager.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/manager.xml URL: http:

svn commit: r783840 - /tomcat/trunk/webapps/docs/config/manager.xml

2009-06-11 Thread markt
Author: markt Date: Thu Jun 11 16:43:37 2009 New Revision: 783840 URL: http://svn.apache.org/viewvc?rev=783840&view=rev Log: This was moved to the context Modified: tomcat/trunk/webapps/docs/config/manager.xml Modified: tomcat/trunk/webapps/docs/config/manager.xml URL: http://svn.apache.org

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

2009-06-11 Thread fhanik
Author: fhanik Date: Thu Jun 11 16:40:55 2009 New Revision: 783839 URL: http://svn.apache.org/viewvc?rev=783839&view=rev Log: proposal 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?rev=78

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

2009-06-11 Thread Filip Hanik - Dev Lists
How about a little love here :) my vote [X] STABLE - I couldn't find any bugs Filip Filip Hanik - Dev Lists wrote: The release is located here: http://people.apache.org/~fhanik/jdbc-pool/v1.0.3/ [ ] BETA - I found some bugs but not critical [ ] BROKEN - I found some show stoppers Any co

svn commit: r783837 - /tomcat/trunk/webapps/docs/config/http.xml

2009-06-11 Thread fhanik
Author: fhanik Date: Thu Jun 11 16:37:20 2009 New Revision: 783837 URL: http://svn.apache.org/viewvc?rev=783837&view=rev Log: Document emptySessionPath behavior Modified: tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/config/http.xml URL: http://svn.apache.or

DO NOT REPLY [Bug 44382] Need to add support for HTTPOnly session cookie parameter

2009-06-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44382 --- Comment #20 from Dillon Sellars 2009-06-11 09:32:19 PST --- (In reply to comment #17) > This has been implemented in 6.0.x and will be included in 6.0.19 onwards. It > is disabled by default so you need to use: > > > > > >

DO NOT REPLY [Bug 47298] enabled emptysessionpath not checking if route replacement is needed

2009-06-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47298 Filip Hanik changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 47298] enabled emptysessionpath not checking if route replacement is needed

2009-06-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47298 --- Comment #4 from Filip Hanik 2009-06-11 09:29:56 PST --- Created an attachment (id=23796) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23796) Work around for undocumented behavior of emptySessionPath -- Configure bug

DO NOT REPLY [Bug 47298] enabled emptysessionpath not checking if route replacement is needed

2009-06-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47298 --- Comment #3 from Filip Hanik 2009-06-11 09:28:36 PST --- James, I see your issue. While the documentation http://tomcat.apache.org/tomcat-6.0-doc/config/http.html only has the behavior documented as "setting cookie Path=/" it over

Re: svn commit: r783779 - /tomcat/trunk/java/org/apache/tomcat/util/buf/HexUtils.java

2009-06-11 Thread Konstantin Kolinko
2009/6/11 Mark Thomas : > ma...@apache.org wrote: >> Author: markt >> Date: Thu Jun 11 14:16:49 2009 >> New Revision: 783779 >> >> URL: http://svn.apache.org/viewvc?rev=783779&view=rev >> Log: >> Experiment with the UCDetector (Unused Code Detector) plug-in for Eclipse. >> Remove all the code from

DO NOT REPLY [Bug 47354] New: mod_jk does not recognize extension reply_timeout

2009-06-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47354 Summary: mod_jk does not recognize extension reply_timeout Product: Tomcat Connectors Version: 1.2.26 Platform: Sun OS/Version: Solaris Status: NEW Severity: normal

Re: svn commit: r783570 - /tomcat/current/tc4.1.x/STATUS.txt

2009-06-11 Thread Mark Thomas
fha...@apache.org wrote: > Modified: tomcat/current/tc4.1.x/STATUS.txt > URL: > http://svn.apache.org/viewvc/tomcat/current/tc4.1.x/STATUS.txt?rev=783570&r1=783569&r2=783570&view=diff > == > --- tomcat/current/tc4.1.x/STAT

DO NOT REPLY [Bug 47349] WAR file deployment doesn't work in WAN

2009-06-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47349 --- Comment #4 from Ingolf Knopf 2009-06-11 08:04:52 PST --- I didn't measure the exact upload time. I think if the upload time is less than a second the deployment is okay, if it takes more than 2 seconds (perhaps more than 5) the de

DO NOT REPLY [Bug 47284] StandardContext instances are not removed from Mapper on undeploy

2009-06-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47284 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: svn commit: r783779 - /tomcat/trunk/java/org/apache/tomcat/util/buf/HexUtils.java

2009-06-11 Thread Mark Thomas
ma...@apache.org wrote: > Author: markt > Date: Thu Jun 11 14:16:49 2009 > New Revision: 783779 > > URL: http://svn.apache.org/viewvc?rev=783779&view=rev > Log: > Experiment with the UCDetector (Unused Code Detector) plug-in for Eclipse. > Remove all the code from the class that isn't used anywher

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

2009-06-11 Thread markt
Author: markt Date: Thu Jun 11 14:23:48 2009 New Revision: 783788 URL: http://svn.apache.org/viewvc?rev=783788&view=rev Log: Proposal 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?rev=783

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

2009-06-11 Thread kkolinko
Author: kkolinko Date: Thu Jun 11 14:20:33 2009 New Revision: 783784 URL: http://svn.apache.org/viewvc?rev=783784&view=rev Log: proposal 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?rev=

svn commit: r783779 - /tomcat/trunk/java/org/apache/tomcat/util/buf/HexUtils.java

2009-06-11 Thread markt
Author: markt Date: Thu Jun 11 14:16:49 2009 New Revision: 783779 URL: http://svn.apache.org/viewvc?rev=783779&view=rev Log: Experiment with the UCDetector (Unused Code Detector) plug-in for Eclipse. Remove all the code from the class that isn't used anywhere in Tomcat. Modified: tomcat/trunk

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

2009-06-11 Thread Mark Thomas
kkoli...@apache.org wrote: > Author: kkolinko > Date: Thu Jun 11 13:50:26 2009 > New Revision: 783768 > > URL: http://svn.apache.org/viewvc?rev=783768&view=rev > Log: > comments and proposal > > Modified: > tomcat/tc6.0.x/trunk/STATUS.txt > > Modified: tomcat/tc6.0.x/trunk/STATUS.txt > URL:

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

2009-06-11 Thread kkolinko
Author: kkolinko Date: Thu Jun 11 13:50:26 2009 New Revision: 783768 URL: http://svn.apache.org/viewvc?rev=783768&view=rev Log: comments and proposal 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/ST

DO NOT REPLY [Bug 47343] Fails re-deploying, when we update context.xml.

2009-06-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47343 --- Comment #1 from Mark Thomas 2009-06-11 06:49:56 PST --- This has been fixed in trunk and proposed for 6.0.21 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail bec

svn commit: r783766 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2009-06-11 Thread markt
Author: markt Date: Thu Jun 11 13:48:42 2009 New Revision: 783766 URL: http://svn.apache.org/viewvc?rev=783766&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47343 Regression in https://issues.apache.org/bugzilla/show_bug.cgi?id=42747 context.xml can now be edited without res

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

2009-06-11 Thread kkolinko
Author: kkolinko Date: Thu Jun 11 13:35:20 2009 New Revision: 783762 URL: http://svn.apache.org/viewvc?rev=783762&view=rev Log: Fix download task dependency for commons-pool and commons-dbcp. Without this patch the 'ant download' call does not download the updated commons-pool or commons-dbcp ver

[Tomcat Wiki] Update of "TomcatTrackUs09 Sessions" by JeanFredericClere

2009-06-11 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 JeanFredericClere: http://wiki.apache.org/tomcat/TomcatTrackUs09_Sessions The comment on the change is: noirin says httpd will not use it. So we c

DO NOT REPLY [Bug 47349] WAR file deployment doesn't work in WAN

2009-06-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47349 --- Comment #3 from Mark Thomas 2009-06-11 06:22:11 PST --- Hmm. The manager app should stop the deployer from doing anything until the upload is complete to prevent this. Either that isn't working or the upload itself is failing. How

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

2009-06-11 Thread markt
Author: markt Date: Thu Jun 11 13:16:31 2009 New Revision: 783760 URL: http://svn.apache.org/viewvc?rev=783760&view=rev Log: Proposal 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?rev=783

svn commit: r783756 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2009-06-11 Thread markt
Author: markt Date: Thu Jun 11 13:13:09 2009 New Revision: 783756 URL: http://svn.apache.org/viewvc?rev=783756&view=rev Log: Log context deployment consistently at info level, regardless of war/dir/xml Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java Modified: tomcat/t

DO NOT REPLY [Bug 47298] enabled emptysessionpath not checking if route replacement is needed

2009-06-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47298 --- Comment #2 from James Hoare 2009-06-11 06:07:19 PST --- When we take a node down for maintenaince we experience problems with the exisitng sessions that were created on that node. These sessions are bouncing between the other nod

[Tomcat Wiki] Trivial Update of "TomcatTrackUs09 PMC Sessions" by JeanFredericClere

2009-06-11 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 JeanFredericClere: http://wiki.apache.org/tomcat/TomcatTrackUs09_PMC_Sessions

[Tomcat Wiki] Update of "TomcatTrackUs09 PMC Sessions" by JeanFredericClere

2009-06-11 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 JeanFredericClere: http://wiki.apache.org/tomcat/TomcatTrackUs09_PMC_Sessions

DO NOT REPLY [Bug 47351] Apache with Tomcat invalid response from upstream with mod

2009-06-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47351 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 44943] Inconsistent engine name Catalina vs Standalone in server.xml

2009-06-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44943 --- Comment #3 from Konstantin Kolinko 2009-06-11 05:33:42 PST --- Applied the same fix to the exe distribution of Tomcat. (It uses a separate copy of server.xml, that missed this fix). This will be in 6.0.21 onwards. Proposed for 5.5

svn commit: r783737 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt res/confinstall/server_2.xml webapps/docs/changelog.xml

2009-06-11 Thread kkolinko
Author: kkolinko Date: Thu Jun 11 12:29:46 2009 New Revision: 783737 URL: http://svn.apache.org/viewvc?rev=783737&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44943 Reduce copy/paste issues caused by different engine names. Applying the same fix to exe installations of Tomc

DO NOT REPLY [Bug 47351] Apache with Tomcat invalid response from upstream with mod

2009-06-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47351 Ruediger Pluem changed: What|Removed |Added Component|mod_proxy |mod_jk Version|2.2.4

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

2009-06-11 Thread markt
Author: markt Date: Thu Jun 11 11:48:29 2009 New Revision: 783727 URL: http://svn.apache.org/viewvc?rev=783727&view=rev Log: Diagnostics proposal 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

svn commit: r783724 - /tomcat/trunk/java/org/apache/tomcat/util/http/Parameters.java

2009-06-11 Thread markt
Author: markt Date: Thu Jun 11 11:37:17 2009 New Revision: 783724 URL: http://svn.apache.org/viewvc?rev=783724&view=rev Log: Provide a little more information in the logs when parameters are invalid. Speeds up the process of tracking down the broken request in the access log. Don't show the stac

[Tomcat Wiki] Trivial Update of "TomcatTrackUs09 Sessions" by JeanFredericClere

2009-06-11 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 JeanFredericClere: http://wiki.apache.org/tomcat/TomcatTrackUs09_Sessions

[Tomcat Wiki] Trivial Update of "TomcatTrackUs09 PMC Sessions" by JeanFredericClere

2009-06-11 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 JeanFredericClere: http://wiki.apache.org/tomcat/TomcatTrackUs09_PMC_Sessions

[Tomcat Wiki] Trivial Update of "TomcatTrackUs09 PMC Sessions" by JeanFredericClere

2009-06-11 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 JeanFredericClere: http://wiki.apache.org/tomcat/TomcatTrackUs09_PMC_Sessions

[Tomcat Wiki] Update of "TomcatTrackUs09 PMC Sessions" by JeanFredericClere

2009-06-11 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 JeanFredericClere: http://wiki.apache.org/tomcat/TomcatTrackUs09_PMC_Sessions

[Tomcat Wiki] Update of "TomcatTrackUs09 PMC Sessions" by JeanFredericClere

2009-06-11 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 JeanFredericClere: http://wiki.apache.org/tomcat/TomcatTrackUs09_PMC_Sessions New page: TomcatTrackUs09 Sessions Here are the proposals for the PM

[Tomcat Wiki] Update of "TomcatTrackUs09 Sessions" by JeanFredericClere

2009-06-11 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 JeanFredericClere: http://wiki.apache.org/tomcat/TomcatTrackUs09_Sessions

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

2009-06-11 Thread markt
Author: markt Date: Thu Jun 11 08:53:13 2009 New Revision: 783700 URL: http://svn.apache.org/viewvc?rev=783700&view=rev Log: Proposals 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?rev=78

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

2009-06-11 Thread markt
Author: markt Date: Thu Jun 11 08:50:00 2009 New Revision: 783697 URL: http://svn.apache.org/viewvc?rev=783697&view=rev Log: Update commons pool to 1.5. Pool 1.5 fixes a number of concurrency bugs and introduces fair allocation so the first thread to ask for an object from the pool is the first

svn commit: r783696 - in /tomcat/trunk: build.properties.default build.xml

2009-06-11 Thread markt
Author: markt Date: Thu Jun 11 08:48:17 2009 New Revision: 783696 URL: http://svn.apache.org/viewvc?rev=783696&view=rev Log: DBCP no longer requires commons-collections. Removed used lib from build. Modified: tomcat/trunk/build.properties.default tomcat/trunk/build.xml Modified: tomcat/t

[Tomcat Wiki] Trivial Update of "TomcatTrackUs09 Sessions" by JeanFredericClere

2009-06-11 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 JeanFredericClere: http://wiki.apache.org/tomcat/TomcatTrackUs09_Sessions

[Tomcat Wiki] Update of "TomcatTrackUs09 Sessions" by JeanFredericClere

2009-06-11 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 JeanFredericClere: http://wiki.apache.org/tomcat/TomcatTrackUs09_Sessions

[Tomcat Wiki] Update of "TomcatTrackUs09 Sessions" by JeanFredericClere

2009-06-11 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 JeanFredericClere: http://wiki.apache.org/tomcat/TomcatTrackUs09_Sessions

[Tomcat Wiki] Update of "TomcatTrackUs09 Sessions" by JeanFredericClere

2009-06-11 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 JeanFredericClere: http://wiki.apache.org/tomcat/TomcatTrackUs09_Sessions

[Tomcat Wiki] Update of "TomcatTrackUs09 Sessions" by JeanFredericClere

2009-06-11 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 JeanFredericClere: http://wiki.apache.org/tomcat/TomcatTrackUs09_Sessions The comment on the change is: 517 New page: Here are the pre-selected (