Re: svn commit: r1163807 - in /tomcat: tc7.0.x/trunk/ trunk/

2011-09-01 Thread Konstantin Kolinko
2011/9/1 Sylvain Laurent : > Le 31 août 2011 à 23:13, Mark Thomas a écrit : > >> On 31/08/2011 21:38, slaur...@apache.org wrote: >>> --- subclipse:tags (added) >>> +++ subclipse:tags Wed Aug 31 20:38:53 2011 >>> @@ -0,0 +1,2 @@ >>> +932358,branches,/tomcat/tc7.0.x/branches,branch >>> +1162976,TOMC

svn commit: r1163986 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

2011-09-01 Thread kfujino
Author: kfujino Date: Thu Sep 1 10:26:13 2011 New Revision: 1163986 URL: http://svn.apache.org/viewvc?rev=1163986&view=rev Log: Avoid IllegalArgumentException when setting maxActive less than or equal to 0. ArrayBlockingQueue doesn't allow capacity of 0 or less. Modified: tomcat/trunk/modul

svn commit: r1163992 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2011-09-01 Thread kfujino
Author: kfujino Date: Thu Sep 1 10:37:17 2011 New Revision: 1163992 URL: http://svn.apache.org/viewvc?rev=1163992&view=rev Log: Add changelog for r1163986. In jdbc-pool: Avoid IllegalArgumentException when setting maxActive less than or equal to 0. ArrayBlockingQueue doesn't allow capacity of 0

Re: svn commit: r1163802 - in /tomcat: tc7.0.x/trunk/java/org/apache/catalina/loader/WebappClassLoader.java trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2011-09-01 Thread Mark Thomas
On 31/08/2011 23:34, Konstantin Kolinko wrote: > We already did such updates to trunk+branch when working on 6.0.x and > I prefer to keep this practice. Committing to trunk and 7.0.x at the same time may also cause complications if we want to merge the patch back to 6.0.x. 5.5.x is less on an issu

DO NOT REPLY [Bug 51745] getLastModified of compilation context returns 0 on Android and it issues all time recompilation

2011-09-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51745 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1163998 - /tomcat/tc7.0.x/trunk/modules/

2011-09-01 Thread markt
Author: markt Date: Thu Sep 1 11:02:22 2011 New Revision: 1163998 URL: http://svn.apache.org/viewvc?rev=1163998&view=rev Log: Update external to pick up latest changes (already in changelog) Modified: tomcat/tc7.0.x/trunk/modules/ (props changed) Propchange: tomcat/tc7.0.x/trunk/modules/

svn commit: r1163999 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/Host.java

2011-09-01 Thread markt
Author: markt Date: Thu Sep 1 11:02:52 2011 New Revision: 1163999 URL: http://svn.apache.org/viewvc?rev=1163999&view=rev Log: Fix spacing (aligns with trunk) Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/Host.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/Host.java U

svn commit: r1164000 - in /tomcat/tc7.0.x/trunk: java/org/apache/coyote/http11/Http11Processor.java test/org/apache/coyote/ajp/TesterAjpMessage.java

2011-09-01 Thread markt
Author: markt Date: Thu Sep 1 11:03:37 2011 New Revision: 1164000 URL: http://svn.apache.org/viewvc?rev=1164000&view=rev Log: Fix comments (aligns with trunk) Modified: tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/Http11Processor.java tomcat/tc7.0.x/trunk/test/org/apache/coyote/ajp

Re: svn commit: r1163802 - in /tomcat: tc7.0.x/trunk/java/org/apache/catalina/loader/WebappClassLoader.java trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2011-09-01 Thread Mark Thomas
On 31/08/2011 23:34, Konstantin Kolinko wrote: > Here is a list of modified files: >> svn status > [[[ > C . > A +TOMCAT-NEXT.txt > ? dir_conflicts.prej > M build.xml > X modules\jdbc-pool > M build.properties.default > M test\org\apache\coyote\ajp\TesterAjp

DO NOT REPLY [Bug 51550] Empty response instead of error page for IllegalStateException

2011-09-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51550 --- Comment #9 from holger.su...@bodo-peters.de 2011-09-01 12:46:51 UTC --- Tomcat 7.0.20 now correctly responds "HTTP/1.1 500", but I still don't get my error page configured in web.xml like this: 500 /static/error/internal.html --

DO NOT REPLY [Bug 43478] Using client flush before commit loses headers

2011-09-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43478 --- Comment #4 from William Lovaton 2011-09-01 14:36:45 UTC --- (In reply to comment #2) > Note mod_proxy contains a fix for that see > http://svn.apache.org/viewvc?rev=579707&view=rev Hello, is there any plan to backport this patch to A

DO NOT REPLY [Bug 51753] New: When specifying multiple elements, only the applications in the first one with a host called "localhost" are deployed

2011-09-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51753 Bug #: 51753 Summary: When specifying multiple elements, only the applications in the first one with a host called "localhost" are deployed Product: Tomcat 7

DO NOT REPLY [Bug 51753] When specifying multiple elements, only the applications in the first one with a host called "localhost" are deployed

2011-09-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51753 --- Comment #1 from niki.dries...@gmail.com 2011-09-01 15:59:47 UTC --- By the way, as you will notice in the server.xml I supplied (which is a tomcat 6 one), I also tested this on tomcat 6, same result... The same setup on tomcat 7 produces

[RESULT] [VOTE] Release Apache Tomcat 7.0.21

2011-09-01 Thread Mark Thomas
Thanks to everyone who tested and/or voted. The result of the vote was stable. I'll get the files onto the mirrors, update the website and announce once a reasonable number of the mirrors have caught up. Cheers, Mark - To unsu

svn commit: r1164126 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2011-09-01 Thread markt
Author: markt Date: Thu Sep 1 16:05:31 2011 New Revision: 1164126 URL: http://svn.apache.org/viewvc?rev=1164126&view=rev Log: Add release date Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/view

Re: svn commit: r1157810 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContextValve.java java/org/apache/catalina/core/StandardHostValve.java test/org/apache/catalina/core/TestStandardCont

2011-09-01 Thread Mark Thomas
On 15/08/2011 13:29, ma...@apache.org wrote: > Author: markt > Date: Mon Aug 15 12:29:58 2011 > New Revision: 1157810 > > URL: http://svn.apache.org/viewvc?rev=1157810&view=rev > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51653 > Move custom error handling from Host to Context.

Re: svn commit: r1157810 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContextValve.java java/org/apache/catalina/core/StandardHostValve.java test/org/apache/catalina/core/TestStandardCont

2011-09-01 Thread Konstantin Kolinko
2011/9/1 Mark Thomas : > On 15/08/2011 13:29, ma...@apache.org wrote: >> Author: markt >> Date: Mon Aug 15 12:29:58 2011 >> New Revision: 1157810 >> >> URL: http://svn.apache.org/viewvc?rev=1157810&view=rev >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51653 >> Move custom error

Re: svn commit: r1157810 - in /tomcat/trunk: java/org/apache/catalina/core/StandardContextValve.java java/org/apache/catalina/core/StandardHostValve.java test/org/apache/catalina/core/TestStandardCont

2011-09-01 Thread Mark Thomas
On 01/09/2011 19:05, Konstantin Kolinko wrote: > 2011/9/1 Mark Thomas : >> On 15/08/2011 13:29, ma...@apache.org wrote: >>> Author: markt >>> Date: Mon Aug 15 12:29:58 2011 >>> New Revision: 1157810 >>> >>> URL: http://svn.apache.org/viewvc?rev=1157810&view=rev >>> Log: >>> Fix https://issues.apach

svn commit: r1164222 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2011-09-01 Thread slaurent
Author: slaurent Date: Thu Sep 1 19:27:54 2011 New Revision: 1164222 URL: http://svn.apache.org/viewvc?rev=1164222&view=rev Log: removed unused sections Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apach

Re: svn commit: r1163807 - in /tomcat: tc7.0.x/trunk/ trunk/

2011-09-01 Thread Sylvain Laurent
On 1 sept. 2011, at 12:11, Konstantin Kolinko wrote: > 1. What happens when someone creates a tag (aka svn copy) in another > svn client? Should one remove the value, or leave it as is? The value should be left as is. The next person that uses subclipse may update the value to include the referen

DO NOT REPLY [Bug 51717] Provide a way to disable EL cache

2011-09-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51717 --- Comment #1 from Mike Youngstrom 2011-09-01 19:41:19 UTC --- It appears as though the Spring Loaded team is willing to add support for clearing this cache in their project. So my use case for this issue is no longer valid. Feel free t

svn commit: r1164235 - /tomcat/tc7.0.x/trunk/

2011-09-01 Thread slaurent
Author: slaurent Date: Thu Sep 1 19:47:13 2011 New Revision: 1164235 URL: http://svn.apache.org/viewvc?rev=1164235&view=rev Log: adding subclipse:tags for tc7 tags up to 7.0.21 to allow subclipse to display tags in history view. Modified: tomcat/tc7.0.x/trunk/ (props changed) Propchange:

DO NOT REPLY [Bug 51754] New: Tomcat7 filters from conf/web.xml are applied after filters defined in WEB-INF/web.xml

2011-09-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51754 Bug #: 51754 Summary: Tomcat7 filters from conf/web.xml are applied after filters defined in WEB-INF/web.xml Product: Tomcat 7 Version: 7.0.19 Platform: PC O

DO NOT REPLY [Bug 51754] Tomcat7 filters from conf/web.xml are applied after filters defined in WEB-INF/web.xml

2011-09-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51754 areese changed: What|Removed |Added CC||are...@yahoo-inc.com -- Configure bugmai

svn commit: r1164269 - /tomcat/maven-plugin/trunk/.gitignore

2011-09-01 Thread olamy
Author: olamy Date: Thu Sep 1 21:04:26 2011 New Revision: 1164269 URL: http://svn.apache.org/viewvc?rev=1164269&view=rev Log: add a simple .gitignore Added: tomcat/maven-plugin/trunk/.gitignore Added: tomcat/maven-plugin/trunk/.gitignore URL: http://svn.apache.org/viewvc/tomcat/maven-plugi

svn commit: r1164270 - /tomcat/maven-plugin/trunk/pom.xml

2011-09-01 Thread olamy
Author: olamy Date: Thu Sep 1 21:04:37 2011 New Revision: 1164270 URL: http://svn.apache.org/viewvc?rev=1164270&view=rev Log: minor pom changes : upgrade surefire version, add ciMngt url Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn

svn commit: r1164271 - /tomcat/maven-plugin/trunk/pom.xml

2011-09-01 Thread olamy
Author: olamy Date: Thu Sep 1 21:04:47 2011 New Revision: 1164271 URL: http://svn.apache.org/viewvc?rev=1164271&view=rev Log: more maven pom setup : scm, distributionMngt for site tomcat.a.o/maven-plugin Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml

svn commit: r1164272 - in /tomcat/maven-plugin/trunk/src/site/apt: ./ index.apt

2011-09-01 Thread olamy
Author: olamy Date: Thu Sep 1 21:04:59 2011 New Revision: 1164272 URL: http://svn.apache.org/viewvc?rev=1164272&view=rev Log: add a very simple page for the web site Added: tomcat/maven-plugin/trunk/src/site/apt/ tomcat/maven-plugin/trunk/src/site/apt/index.apt Added: tomcat/maven-plugi

svn commit: r1164280 - /tomcat/maven-plugin/trunk/src/site/site.xml

2011-09-01 Thread olamy
Author: olamy Date: Thu Sep 1 21:23:31 2011 New Revision: 1164280 URL: http://svn.apache.org/viewvc?rev=1164280&view=rev Log: fix site.xml : banner skin Modified: tomcat/maven-plugin/trunk/src/site/site.xml Modified: tomcat/maven-plugin/trunk/src/site/site.xml URL: http://svn.apache.org/vi

svn commit: r1164281 - /tomcat/maven-plugin/trunk/src/site/site.xml

2011-09-01 Thread olamy
Author: olamy Date: Thu Sep 1 21:23:42 2011 New Revision: 1164281 URL: http://svn.apache.org/viewvc?rev=1164281&view=rev Log: add ASF links Modified: tomcat/maven-plugin/trunk/src/site/site.xml Modified: tomcat/maven-plugin/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/tomcat/m