Re: svn commit: r1358055 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/

2012-07-16 Thread sebb
On 6 July 2012 07:53, wrote: > Author: fhanik > Date: Fri Jul 6 06:53:52 2012 > New Revision: 1358055 > > URL: http://svn.apache.org/viewvc?rev=1358055&view=rev > Log: > implement rev 1 of async/non blocking writes > > @@ -146,8 +226,12 @@ public class InternalNioOutputBuffer ext > * @thro

[Bug 53553] New: [PATCH] Deploy uploaded WAR with context.xml from server

2012-07-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53553 Priority: P2 Bug ID: 53553 Assignee: dev@tomcat.apache.org Summary: [PATCH] Deploy uploaded WAR with context.xml from server Severity: enhancement Classification: U

[Bug 53047] JDBCRealm allRolesMode="authOnly" still needs role table

2012-07-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53047 --- Comment #11 from Manuel Fink --- I could not find the bug 53047 in the change log for 7.0.28 or 7.0.29. Is this still an issue? I need to implement the "authOnly" mode without checking any roles. Greetings from Germany Manuel -- You

Re: HTTP Status Code Messages (Backport additions and changes, Japanese redundancy)

2012-07-16 Thread Rainer Jung
On 13.07.2012 18:45, Konstantin Kolinko wrote: 2012/7/13 Rainer Jung : 1) Japanese HTTP Status Codes = The file java/org/apache/tomcat/util/http/res/LocalStrings_ja.properties is functionally identical to java/org/apache/tomcat/util/http/res/LocalStrings.propertie

[Bug 53071] ErrorReportValve ignores message from throwable

2012-07-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53071 --- Comment #11 from Rainer Jung --- (In reply to comment #8) > I personally do not like use of "{0}" in the messages for the "description" > field. Especially the ones for 404 and 403. It looks like some unrelated > text is inserted into t

svn commit: r1362000 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/

2012-07-16 Thread rjung
Author: rjung Date: Mon Jul 16 12:34:22 2012 New Revision: 1362000 URL: http://svn.apache.org/viewvc?rev=1362000&view=rev Log: Remove redundant output of error message from error report. See: https://issues.apache.org/bugzilla/show_bug.cgi?id=53071#c9 Backport of r1361991 from trunk. Modified:

svn commit: r1361998 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/ java/org/apache/tomcat/util/http/res/ webapps/docs/

2012-07-16 Thread rjung
Author: rjung Date: Mon Jul 16 12:32:24 2012 New Revision: 1361998 URL: http://svn.apache.org/viewvc?rev=1361998&view=rev Log: - Update list of HTTP status codes. Current list taken from http://www.iana.org/assignments/http-status-codes/http-status-codes.xml. Only change of existing entries is c

svn commit: r1361991 - in /tomcat/trunk/java/org/apache/catalina/valves: ErrorReportValve.java LocalStrings.properties LocalStrings_es.properties LocalStrings_fr.properties

2012-07-16 Thread rjung
Author: rjung Date: Mon Jul 16 12:26:41 2012 New Revision: 1361991 URL: http://svn.apache.org/viewvc?rev=1361991&view=rev Log: Remove redundant output of error message from error report. See: https://issues.apache.org/bugzilla/show_bug.cgi?id=53071#c9 Modified: tomcat/trunk/java/org/apache/c

Re: svn commit: r1361432 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2012-07-16 Thread Rainer Jung
On 16.07.2012 13:26, Mark Thomas wrote: Rainer Jung wrote: On 14.07.2012 00:42, ma...@apache.org wrote: Author: markt Date: Fri Jul 13 22:42:42 2012 New Revision: 1361432 URL: http://svn.apache.org/viewvc?rev=1361432&view=rev Log: Remove unused code Modified: tomcat/trunk/java/org/apache/

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

2012-07-16 Thread rjung
Author: rjung Date: Mon Jul 16 12:20:10 2012 New Revision: 1361987 URL: http://svn.apache.org/viewvc?rev=1361987&view=rev Log: Revert r1361434: method is not deprecated. Add javadoc to clarify method use. Backport of r1361982 and r1361985 from trunk. Modified: tomcat/tc7.0.x/trunk/ (props

svn commit: r1361985 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2012-07-16 Thread rjung
Author: rjung Date: Mon Jul 16 12:12:10 2012 New Revision: 1361985 URL: http://svn.apache.org/viewvc?rev=1361985&view=rev Log: Add javadoc to clarify method use. Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java Modified: tomcat/trunk/java/org/apache/catalina/load

svn commit: r1361982 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2012-07-16 Thread rjung
Author: rjung Date: Mon Jul 16 12:01:46 2012 New Revision: 1361982 URL: http://svn.apache.org/viewvc?rev=1361982&view=rev Log: Revert r1361430: the method can not be deprecated, because it is still used by WebappLoader via reflection. Modified: tomcat/trunk/java/org/apache/catalina/loader/Web

svn commit: r1361981 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoader.java modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ modules/jdbc-pool/src/test/java/org/apache/

2012-07-16 Thread rjung
Author: rjung Date: Mon Jul 16 12:00:25 2012 New Revision: 1361981 URL: http://svn.apache.org/viewvc?rev=1361981&view=rev Log: Revert r1361432: method is not unused. WebappLoader uses it via reflection. Note: the spurious remove of svn:mergeinfo from jdbc doesn't harm, it was empty. Modified:

Re: svn commit: r1361432 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2012-07-16 Thread Mark Thomas
Rainer Jung wrote: >On 14.07.2012 00:42, ma...@apache.org wrote: >> Author: markt >> Date: Fri Jul 13 22:42:42 2012 >> New Revision: 1361432 >> >> URL: http://svn.apache.org/viewvc?rev=1361432&view=rev >> Log: >> Remove unused code >> >> Modified: >> >tomcat/trunk/java/org/apache/catalina/lo

Re: svn commit: r1361432 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2012-07-16 Thread Rainer Jung
On 14.07.2012 00:42, ma...@apache.org wrote: Author: markt Date: Fri Jul 13 22:42:42 2012 New Revision: 1361432 URL: http://svn.apache.org/viewvc?rev=1361432&view=rev Log: Remove unused code Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java Modified: tomcat/tru

Re: svn commit: r1360729 - in /tomcat/trunk: ./ modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/driver/ res/dbcp/

2012-07-16 Thread sebb
On 15 July 2012 20:54, Mark Thomas wrote: > On 15/07/2012 20:49, Filip Hanik Mailing Lists wrote: >> not sure if they want to make Java 7 minimum requirement I'd forgotten that DBCP stands for the Don't Be Compatible Project ... > > That will need a discussion on the commons dev list. If no-one

[GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2012-07-16 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-validate has an issue affecting its community integration. Th

[GUMP@vmgump]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2012-07-16 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-validate has an issue affecting its community integration.

svn commit: r1361962 - /tomcat/trunk/java/org/apache/tomcat/util/http/res/LocalStrings_ja.properties

2012-07-16 Thread rjung
Author: rjung Date: Mon Jul 16 10:00:21 2012 New Revision: 1361962 URL: http://svn.apache.org/viewvc?rev=1361962&view=rev Log: Remove redundant Japanese message texts. Since they were all english they can be found in LocalString.properties. Keep Japanese file because of the information contained

[GUMP@vmgump]: Project tomcat-trunk-dbcp (in module tomcat-trunk) failed

2012-07-16 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-dbcp has an issue affecting its community integration. This i

[GUMP@vmgump]: Project tomcat-trunk-validate-eoln (in module tomcat-trunk) failed

2012-07-16 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-validate-eoln has an issue affecting its community integrati