Re: Restructuring svn

2009-06-12 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 Wiki] Update of TomcatTrackUs09 PMC Sessions by MladenTurk

2009-06-12 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

[PROPOSAL] Remove case insensitivity option for Tomcat 7

2009-06-12 Thread Mark Thomas
After a long discussion on the users the list [1], the question was asked: Is this feature required? Diving back into the archives, it appears it was introduced in 3.1.1 as a backwards compatibility option for Windows users after Tomcat was made case sensitive on that platform. [2] I think we

Remote calls freeze until timeout

2009-06-12 Thread Benoit Perroud
Hi, I experienced problems in my production infrastructure with remote calls. Tomcat seams to do some http connections pooling, and some of the connections seams to not to receive the TCP FIN flag of the server. Below is a more detailed explanation of the detected problem. I don't know where

Re: [PROPOSAL] Remove case insensitivity option for Tomcat 7

2009-06-12 Thread jean-frederic clere
Mark Thomas wrote: After a long discussion on the users the list [1], the question was asked: Is this feature required? Diving back into the archives, it appears it was introduced in 3.1.1 as a backwards compatibility option for Windows users after Tomcat was made case sensitive on that

Re: [PROPOSAL] Remove case insensitivity option for Tomcat 7

2009-06-12 Thread Tim Funk
+1 -Tim Mark Thomas wrote: After a long discussion on the users the list [1], the question was asked: Is this feature required? - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

DO NOT REPLY [Bug 47360] New: Multiple hosts; database connection from one works, other stops after some time

2009-06-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47360 Summary: Multiple hosts; database connection from one works, other stops after some time Product: Tomcat 5 Version: 5.0.0 Platform: PC OS/Version: Windows Server 2003

DO NOT REPLY [Bug 47360] Multiple hosts; database connection from one works, other stops after some time

2009-06-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47360 --- Comment #1 from nb4obe...@gmail.com 2009-06-12 03:58:55 PST --- This parameter has been put later and trial going on. parameter namevalidationQuery/name

svn commit: r784068 - /tomcat/trunk/java/org/apache/catalina/core/NamingContextListener.java

2009-06-12 Thread markt
Author: markt Date: Fri Jun 12 11:10:02 2009 New Revision: 784068 URL: http://svn.apache.org/viewvc?rev=784068view=rev Log: Code clean-up. Fix a few warnings. Modified: tomcat/trunk/java/org/apache/catalina/core/NamingContextListener.java Modified:

svn commit: r784070 - /tomcat/trunk/java/org/apache/catalina/valves/CometConnectionManagerValve.java

2009-06-12 Thread markt
Author: markt Date: Fri Jun 12 11:11:57 2009 New Revision: 784070 URL: http://svn.apache.org/viewvc?rev=784070view=rev Log: Code clean-up. Modified: tomcat/trunk/java/org/apache/catalina/valves/CometConnectionManagerValve.java Modified:

svn commit: r784073 - /tomcat/trunk/java/org/apache/catalina/ha/context/ReplicatedContext.java

2009-06-12 Thread markt
Author: markt Date: Fri Jun 12 11:13:36 2009 New Revision: 784073 URL: http://svn.apache.org/viewvc?rev=784073view=rev Log: Code clean-up. Modified: tomcat/trunk/java/org/apache/catalina/ha/context/ReplicatedContext.java Modified:

DO NOT REPLY [Bug 47360] Multiple hosts; database connection from one works, other stops after some time

2009-06-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47360 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: [PROPOSAL] Remove case insensitivity option for Tomcat 7

2009-06-12 Thread Yoav Shapira
On Fri, Jun 12, 2009 at 4:09 AM, Mark Thomasma...@apache.org wrote: I think we have kept the backwards compatibility option for long enough. Given the security implications I'd like to deprecate it for Tomcat 6 and remove it for Tomcat 7. +1. Yoav

svn commit: r784083 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/naming/resources/ webapps/docs/config/

2009-06-12 Thread markt
Author: markt Date: Fri Jun 12 11:38:29 2009 New Revision: 784083 URL: http://svn.apache.org/viewvc?rev=784083view=rev Log: Implement alias resources. Key features: - configured at the context level in the same way as the other resource related attributes - maps paths to directories or WAR files

Re: svn commit: r784083 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/naming/resources/ webapps/docs/config/

2009-06-12 Thread sebb
On 12/06/2009, ma...@apache.org ma...@apache.org wrote: Author: markt Date: Fri Jun 12 11:38:29 2009 New Revision: 784083 URL: http://svn.apache.org/viewvc?rev=784083view=rev Log: Implement alias resources. Key features: - configured at the context level in the same way as the other

Re: svn commit: r784083 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/naming/resources/ webapps/docs/config/

2009-06-12 Thread Tim Funk
Typo: Modified: tomcat/trunk/webapps/docs/config/context.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/context.xml?rev=784083r1=784082r2=784083view=diff == ---

svn commit: r784187 - in /tomcat/trunk/webapps/docs: changelog.xml config/context.xml

2009-06-12 Thread markt
Author: markt Date: Fri Jun 12 16:45:10 2009 New Revision: 784187 URL: http://svn.apache.org/viewvc?rev=784187view=rev Log: Fix typo. Add aliases to changelog Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/config/context.xml Modified:

svn commit: r784188 - in /tomcat/trunk/java/org/apache/naming/resources: BaseDirContext.java LocalStrings.properties

2009-06-12 Thread markt
Author: markt Date: Fri Jun 12 16:45:34 2009 New Revision: 784188 URL: http://svn.apache.org/viewvc?rev=784188view=rev Log: More error checking Modified: tomcat/trunk/java/org/apache/naming/resources/BaseDirContext.java

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

2009-06-12 Thread Konstantin Kolinko
2009/6/12 Mark Thomas ma...@apache.org: 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

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

2009-06-12 Thread kkolinko
Author: kkolinko Date: Fri Jun 12 16:56:37 2009 New Revision: 784192 URL: http://svn.apache.org/viewvc?rev=784192view=rev Log: vote Modified: tomcat/current/tc4.1.x/STATUS.txt Modified: tomcat/current/tc4.1.x/STATUS.txt URL:

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

2009-06-12 Thread Mark Thomas
Konstantin Kolinko wrote: I do not like that your patch changes behavior where it was not broken previously. To be honest, I don't like it either. The fact that we have to provide workarounds for broken browsers that can't follow a spec that couldn't be clearer if it was written in 6 foot high

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

2009-06-12 Thread kkolinko
Author: kkolinko Date: Fri Jun 12 17:33:12 2009 New Revision: 784214 URL: http://svn.apache.org/viewvc?rev=784214view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: Updated procrun binaries

2009-06-12 Thread Mladen Turk
Konstantin Kolinko wrote: so -win32-x86-native, -win32-x64 and -win32-ia64 would make perfect sense. Fine with me. 32 in -win32-x64 looks odd. Right win64-x64 would make more sense. In the /bin folder there is now a /bin/procrun subfolder, that contains /bin/procrun/amd64/ and

Re: Updated procrun binaries

2009-06-12 Thread William A. Rowe, Jr.
Mladen Turk wrote: Konstantin Kolinko wrote: so -win32-x86-native, -win32-x64 and -win32-ia64 would make perfect sense. Fine with me. 32 in -win32-x64 looks odd. Right win64-x64 would make more sense. Irrelevant. There is no win64, but there could be. Linux and most Unicies use

Re: Updated procrun binaries

2009-06-12 Thread Mladen Turk
William A. Rowe, Jr. wrote: Right win64-x64 would make more sense. Irrelevant. win32-x64 means nothing to an ordinary user. There is no win64, but there could be. What are u talking about? http://technet.microsoft.com/en-us/library/bb496995.aspx MS clearly distinguishes Win32 and

DO NOT REPLY [Bug 47364] New: HttpServletRequest.getAttributeNames() does not return the names of all attributes

2009-06-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47364 Summary: HttpServletRequest.getAttributeNames() does not return the names of all attributes Product: Tomcat 6 Version: 6.0.20 Platform: PC OS/Version: Windows XP

DO NOT REPLY [Bug 47364] HttpServletRequest.getAttributeNames() does not return the names of all attributes

2009-06-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47364 --- Comment #1 from Chris Markle cmar...@comcast.net 2009-06-12 13:45:33 PST --- Created an attachment (id=23806) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=23806) Original email exchange on this issue -- Configure

DO NOT REPLY [Bug 37084] JspC from ant fails on JSPs that use custom taglib

2009-06-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37084 --- Comment #14 from Mark Thomas ma...@apache.org 2009-06-12 15:23:55 PST --- Created an attachment (id=23807) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=23807) Proposed patch - port of bug 46471 fix It appears that

DO NOT REPLY [Bug 47158] I think AccessLogValve has race condition problem

2009-06-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47158 --- Comment #2 from Mark Thomas ma...@apache.org 2009-06-12 15:38:41 PST --- The patch has been applied to 6.0.x and will be in 6.0.21 onwards. Filip noted in his review comments that there is also a thread safety issue around log

svn commit: r784301 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/jasper/compiler/Parser.java webapps/docs/changelog.xml

2009-06-12 Thread markt
Author: markt Date: Fri Jun 12 22:43:27 2009 New Revision: 784301 URL: http://svn.apache.org/viewvc?rev=784301view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47318 Process include preludes and codas for directivesOnly as well as full pages Modified: tomcat/tc6.0.x/trunk/

DO NOT REPLY [Bug 47318] Tomcat 6.0.20 does not include imports from included JSP

2009-06-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47318 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r784302 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt build.properties.default build.xml webapps/docs/changelog.xml

2009-06-12 Thread markt
Author: markt Date: Fri Jun 12 22:47:20 2009 New Revision: 784302 URL: http://svn.apache.org/viewvc?rev=784302view=rev Log: Remove commons-collections from the build. It is unused. Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt

DO NOT REPLY [Bug 37627] Slow and incomplete dynamic content generation after enabling native connector support

2009-06-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37627 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 37785] Changing startup type via Tomcat Monitor does not affect the service startup type

2009-06-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37785 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 46503] Garbage characters in cluster domain field

2009-06-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46503 --- Comment #1 from Emmit Morgan em...@bm.yi.org 2009-06-12 17:17:29 PST --- I see the same garbage characters on the jkstatus page in the domain and redirect columns with mod_jk 1.2.27 and 1.2.28. The issue did not occur with 1.2.26.