Re: svn commit: r944918 - /tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

2010-05-17 Thread Mark Thomas
On 17/05/2010 00:03, Konstantin Kolinko wrote: 2010/5/17 ma...@apache.org: Author: markt Date: Sun May 16 21:31:57 2010 New Revision: 944918 URL: http://svn.apache.org/viewvc?rev=944918view=rev Log: Code clean-up Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

svn commit: r945007 - /tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

2010-05-17 Thread markt
Author: markt Date: Mon May 17 07:51:31 2010 New Revision: 945007 URL: http://svn.apache.org/viewvc?rev=945007view=rev Log: Revert r944918 Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java URL:

svn commit: r945014 - /tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

2010-05-17 Thread markt
Author: markt Date: Mon May 17 08:20:00 2010 New Revision: 945014 URL: http://svn.apache.org/viewvc?rev=945014view=rev Log: Improve comments, make param names consistent, clean up formatting. No functional change. Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

svn commit: r945016 - /tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

2010-05-17 Thread markt
Author: markt Date: Mon May 17 08:26:43 2010 New Revision: 945016 URL: http://svn.apache.org/viewvc?rev=945016view=rev Log: findChar is inconsistent in that it only supports characters in the range 0-127 while all the other methods support all single byte characters. It isn't used within the

Re: svn commit: r944918 - /tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

2010-05-17 Thread Konstantin Kolinko
2010/5/17 Mark Thomas ma...@apache.org: On 17/05/2010 00:03, Konstantin Kolinko wrote: 2010/5/17  ma...@apache.org: Author: markt Date: Sun May 16 21:31:57 2010 New Revision: 944918 URL: http://svn.apache.org/viewvc?rev=944918view=rev Log: Code clean-up Modified:    

Re: svn commit: r944918 - /tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

2010-05-17 Thread Mark Thomas
On 17/05/2010 09:49, Konstantin Kolinko wrote: findChar() was the correct implementation. It is indexOf() that is 0-127. Putting one side the error in my comments, I prefer the widening conversion to the narrowing one for two reasons: 1. No chance of false positive on the match 2. It is what 3

Re: svn commit: r944918 - /tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

2010-05-17 Thread Konstantin Kolinko
2010/5/17 Mark Thomas ma...@apache.org: On 17/05/2010 09:49, Konstantin Kolinko wrote: findChar() was the correct implementation. It is indexOf() that is 0-127. We could fix that but given the current usage, I am happy with just supporting 0-127. I am happy with the old code: - indexOf()

Re: svn commit: r944918 - /tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

2010-05-17 Thread Mark Thomas
On 17/05/2010 10:47, Konstantin Kolinko wrote: 2010/5/17 Mark Thomas ma...@apache.org: On 17/05/2010 09:49, Konstantin Kolinko wrote: findChar() was the correct implementation. It is indexOf() that is 0-127. We could fix that but given the current usage, I am happy with just supporting

svn commit: r945067 - /tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

2010-05-17 Thread markt
Author: markt Date: Mon May 17 10:29:04 2010 New Revision: 945067 URL: http://svn.apache.org/viewvc?rev=945067view=rev Log: Fix comments Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java URL:

svn commit: r945070 - /tomcat/trunk/conf/logging.properties

2010-05-17 Thread markt
Author: markt Date: Mon May 17 10:35:04 2010 New Revision: 945070 URL: http://svn.apache.org/viewvc?rev=945070view=rev Log: Align comment and example Modified: tomcat/trunk/conf/logging.properties Modified: tomcat/trunk/conf/logging.properties URL:

Re: svn commit: r944918 - /tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

2010-05-17 Thread Konstantin Kolinko
2010/5/17 Mark Thomas ma...@apache.org: On 17/05/2010 10:47, Konstantin Kolinko wrote: 2010/5/17 Mark Thomas ma...@apache.org: On 17/05/2010 09:49, Konstantin Kolinko wrote: findChar() was the correct implementation. It is indexOf() that is 0-127. We could fix that but given the current

svn commit: r945071 - /tomcat/trunk/conf/logging.properties

2010-05-17 Thread markt
Author: markt Date: Mon May 17 10:36:25 2010 New Revision: 945071 URL: http://svn.apache.org/viewvc?rev=945071view=rev Log: Correct example Modified: tomcat/trunk/conf/logging.properties Modified: tomcat/trunk/conf/logging.properties URL:

svn commit: r945073 - in /tomcat/trunk/java/org/apache/catalina/util: LifecycleBase.java LocalStrings.properties

2010-05-17 Thread markt
Author: markt Date: Mon May 17 10:47:03 2010 New Revision: 945073 URL: http://svn.apache.org/viewvc?rev=945073view=rev Log: Add some debug logging for state changes Modified: tomcat/trunk/java/org/apache/catalina/util/LifecycleBase.java

svn commit: r945074 - /tomcat/trunk/java/org/apache/catalina/util/LifecycleBase.java

2010-05-17 Thread markt
Author: markt Date: Mon May 17 10:47:50 2010 New Revision: 945074 URL: http://svn.apache.org/viewvc?rev=945074view=rev Log: Wrap debug message is usual tyest Modified: tomcat/trunk/java/org/apache/catalina/util/LifecycleBase.java Modified:

Re: svn commit: r944918 - /tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

2010-05-17 Thread Mark Thomas
On 17/05/2010 11:35, Konstantin Kolinko wrote: I cannot say for sure what the intended usage of findChar() is. Given that the method was not used, we can remove those find* methods (though I do not see much benefit from removing), but I do not like changing its behaviour. Got it. I saw c[]

Re: svn commit: r944918 - /tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

2010-05-17 Thread Konstantin Kolinko
2010/5/17 Mark Thomas ma...@apache.org: Given this is a major version change and that we haven't used the code internally, I'd be quite happy to change the name of the methods from findCharXXX to findByteXXX and code them all to use bytes. The code needs to be cleaned up and now is as good a

svn commit: r945095 - in /tomcat/trunk/java/org/apache: catalina/connector/CoyoteAdapter.java tomcat/util/buf/ByteChunk.java

2010-05-17 Thread markt
Author: markt Date: Mon May 17 11:33:01 2010 New Revision: 945095 URL: http://svn.apache.org/viewvc?rev=945095view=rev Log: More clean-up: - findCharXXX to findByteXXX - whitespace - make code consistent where possible Modified:

DO NOT REPLY [Bug 49303] New: Problem using response.sendRedirect to redirect to URL that includes ñ or tilde

2010-05-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49303 Summary: Problem using response.sendRedirect to redirect to URL that includes ñ or tilde Product: Tomcat 5 Version: 5.5.28 Platform: PC OS/Version: Windows XP

DO NOT REPLY [Bug 49303] Problem using response.sendRedirect to redirect to URL that includes ñ or tilde

2010-05-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49303 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r945143 - /tomcat/trunk/java/org/apache/catalina/util/LifecycleBase.java

2010-05-17 Thread kkolinko
Author: kkolinko Date: Mon May 17 13:32:08 2010 New Revision: 945143 URL: http://svn.apache.org/viewvc?rev=945143view=rev Log: cleanup code added in r945074 Modified: tomcat/trunk/java/org/apache/catalina/util/LifecycleBase.java Modified:

svn commit: r945159 - in /tomcat/trunk: java/org/apache/catalina/connector/MapperListener.java java/org/apache/tomcat/util/http/mapper/Mapper.java test/org/apache/catalina/core/TestStandardContextReso

2010-05-17 Thread markt
Author: markt Date: Mon May 17 13:55:29 2010 New Revision: 945159 URL: http://svn.apache.org/viewvc?rev=945159view=rev Log: Remove the dependency on MBean notifications for the mapper Unit tests pass. Fixes an issue with the TCK and welcome files. Modified:

svn commit: r945161 - /tomcat/trunk/test/org/apache/catalina/core/TestStandardContextResources.java

2010-05-17 Thread markt
Author: markt Date: Mon May 17 13:56:16 2010 New Revision: 945161 URL: http://svn.apache.org/viewvc?rev=945161view=rev Log: Fix some Eclipse warnings Modified: tomcat/trunk/test/org/apache/catalina/core/TestStandardContextResources.java Modified:

Draft of first blog post announcing TC7

2010-05-17 Thread Mark Thomas
I have drafted an announcement of the upcoming TC7 release for our first blog post. It can be previewed here: http://blogs.apache.org/preview/tomcat/?previewEntry=apache_tomcat_7_released Suggestions for improvements welcome. Note the links won't work until we actually do the release. Mark

Re: Draft of first blog post announcing TC7

2010-05-17 Thread Rainer Jung
Looks good to me! On 17.05.2010 16:41, Mark Thomas wrote: I have drafted an announcement of the upcoming TC7 release for our first blog post. It can be previewed here: http://blogs.apache.org/preview/tomcat/?previewEntry=apache_tomcat_7_released Suggestions for improvements welcome. Note the

Re: Draft of first blog post announcing TC7

2010-05-17 Thread jean-frederic clere
On 05/17/2010 04:41 PM, Mark Thomas wrote: I have drafted an announcement of the upcoming TC7 release for our first blog post. It can be previewed here: http://blogs.apache.org/preview/tomcat/?previewEntry=apache_tomcat_7_released Suggestions for improvements welcome. Note the links

SprignSource plans for outreach

2010-05-17 Thread Mark Thomas
I wanted to give everyone here a heads up that SpringSource is looking at some form of outreach to get some university students involved in the Apache Tomcat project. The exact details are TBD but is likely to be some form of pay per bug fix scheme starting in this autumn combined with a summer

Re: Draft of first blog post announcing TC7

2010-05-17 Thread Peter Roßbach
+1 my improvements for the list. rewrite the internal component lifecycle management easier tomcat embedding used only java executor API at all connectors Peter Am 17.05.2010 um 16:41 schrieb Mark Thomas: I have drafted an announcement of the upcoming TC7 release for our first blog post.

svn commit: r945230 - in /tomcat/trunk/test/org/apache/tomcat/util/buf: ./ TestByteChunk.java

2010-05-17 Thread kkolinko
Author: kkolinko Date: Mon May 17 16:24:43 2010 New Revision: 945230 URL: http://svn.apache.org/viewvc?rev=945230view=rev Log: Tests for ByteChunk indexOf/find* methods. It caught a bug in implementation of ByteChunk.indexOf(String, ...) when searching for a single-character string. I will

svn commit: r945231 - /tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

2010-05-17 Thread kkolinko
Author: kkolinko Date: Mon May 17 16:28:44 2010 New Revision: 945231 URL: http://svn.apache.org/viewvc?rev=945231view=rev Log: Fix a bug in ByteChunk.indexOf(String, ...) The problem is that the method could not find a string which length is 1, as the only successful exit from the method was

Re: svn commit: r945231 - /tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

2010-05-17 Thread Mark Thomas
On 17/05/2010 17:28, kkoli...@apache.org wrote: Author: kkolinko Date: Mon May 17 16:28:44 2010 New Revision: 945231 URL: http://svn.apache.org/viewvc?rev=945231view=rev Log: Fix a bug in ByteChunk.indexOf(String, ...) The problem is that the method could not find a string which length

Re: svn commit: r945231 - /tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

2010-05-17 Thread Konstantin Kolinko
2010/5/17 Mark Thomas ma...@apache.org: That's pretty ugly. Is there really no other way? You mean, the named loop is ugly? Or the old code? I am a bit shivering looking at ([a++] != [b++]), but I did minimal changes to fix the issue. The code runs frequently, so I think/hope that

Re: Draft of first blog post announcing TC7

2010-05-17 Thread Konstantin Kolinko
2010/5/17 Mark Thomas ma...@apache.org: I have drafted an announcement of the upcoming TC7 release for our first blog post. It can be previewed here: http://blogs.apache.org/preview/tomcat/?previewEntry=apache_tomcat_7_released Good, though some of the mentioned features are already

Re: svn commit: r945231 - /tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

2010-05-17 Thread Mark Thomas
On 17/05/2010 17:50, Konstantin Kolinko wrote: 2010/5/17 Mark Thomas ma...@apache.org: That's pretty ugly. Is there really no other way? You mean, the named loop is ugly? Or the old code? It was the named loop. I am a bit shivering looking at ([a++] != [b++]), but I did minimal

Re: Draft of first blog post announcing TC7

2010-05-17 Thread sebb
On 17/05/2010, Konstantin Kolinko knst.koli...@gmail.com wrote: 2010/5/17 Mark Thomas ma...@apache.org: I have drafted an announcement of the upcoming TC7 release for our first blog post. It can be previewed here:

Re: svn commit: r945231 - /tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

2010-05-17 Thread Mark Thomas
On 17/05/2010 18:08, Mark Thomas wrote: On 17/05/2010 17:50, Konstantin Kolinko wrote: I am a bit shivering looking at ([a++] != [b++]), but I did minimal changes to fix the issue. Understood. If I get a chance, I'll look to see if I can find an equally good alternative. How about (diff to

[g...@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2010-05-17 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-test has an issue affecting its community integration. This

svn commit: r945253 - /tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java

2010-05-17 Thread markt
Author: markt Date: Mon May 17 17:24:18 2010 New Revision: 945253 URL: http://svn.apache.org/viewvc?rev=945253view=rev Log: Don't recommend a version that hasn't been released Modified: tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java Modified:

About to tag Tomcat 7.0.0-RC2

2010-05-17 Thread Mark Thomas
I've just completed testing of trunk. Unit tests - pass Servlet 3.0 TCK - BIO with security manager - pass - NIO with security manager - pass (expected failures due to bug 49284) - APR/native with security manager - pass JSP 2.2 TCK - APR/native with security manager - pass EL 2.2 TCK -

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

2010-05-17 Thread markt
Author: markt Date: Mon May 17 17:25:35 2010 New Revision: 945256 URL: http://svn.apache.org/viewvc?rev=945256view=rev Log: Prepare for 7.0.0-RC2 Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL:

svn commit: r945257 - /tomcat/tc7.0.x/tags/TOMCAT_7_0_0_RC2/

2010-05-17 Thread markt
Author: markt Date: Mon May 17 17:27:08 2010 New Revision: 945257 URL: http://svn.apache.org/viewvc?rev=945257view=rev Log: Tagging 7.0.0-RC2 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_0_RC2/ (props changed) - copied from r945256, tomcat/trunk/ Propchange:

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

2010-05-17 Thread markt
Author: markt Date: Mon May 17 17:27:38 2010 New Revision: 945258 URL: http://svn.apache.org/viewvc?rev=945258view=rev Log: Return version to 7.0.0-dev Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL:

Re: svn commit: r945231 - /tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java

2010-05-17 Thread Konstantin Kolinko
2010/5/17 Mark Thomas ma...@apache.org: On 17/05/2010 18:08, Mark Thomas wrote: On 17/05/2010 17:50, Konstantin Kolinko wrote: I am a bit shivering looking at ([a++] != [b++]), but I did minimal changes to fix the issue. Understood. If I get a chance, I'll look to see if I can find an

svn commit: r945265 - /tomcat/trunk/webapps/examples/WEB-INF/classes/async/Stockticker.java

2010-05-17 Thread markt
Author: markt Date: Mon May 17 17:38:35 2010 New Revision: 945265 URL: http://svn.apache.org/viewvc?rev=945265view=rev Log: Fix Eclipse warning in webapps Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/async/Stockticker.java Modified:

svn commit: r945267 - /tomcat/trunk/test/org/apache/tomcat/util/http/TestBug49158.java

2010-05-17 Thread markt
Author: markt Date: Mon May 17 17:41:30 2010 New Revision: 945267 URL: http://svn.apache.org/viewvc?rev=945267view=rev Log: Simplify test Modified: tomcat/trunk/test/org/apache/tomcat/util/http/TestBug49158.java Modified: tomcat/trunk/test/org/apache/tomcat/util/http/TestBug49158.java URL:

svn commit: r945271 - in /tomcat/trunk/test/org/apache/catalina/startup: DuplicateMappingParamFilter.java DuplicateMappingParamServlet.java NoMappingParamServlet.java ParamServlet.java TestContextConf

2010-05-17 Thread markt
Author: markt Date: Mon May 17 17:45:53 2010 New Revision: 945271 URL: http://svn.apache.org/viewvc?rev=945271view=rev Log: Fix Eclipse warnings. Reduce line length. Modified: tomcat/trunk/test/org/apache/catalina/startup/DuplicateMappingParamFilter.java

Re: svn commit: r945271 - in /tomcat/trunk/test/org/apache/catalina/startup: DuplicateMappingParamFilter.java DuplicateMappingParamServlet.java NoMappingParamServlet.java ParamServlet.java TestConte

2010-05-17 Thread Konstantin Kolinko
2010/5/17 ma...@apache.org: Author: markt Date: Mon May 17 17:45:53 2010 New Revision: 945271 URL: http://svn.apache.org/viewvc?rev=945271view=rev Log: Fix Eclipse warnings. Reduce line length. @@ -243,14 +253,9 @@ public class TestContextConfigAnnotation             if

Re: About to tag Tomcat 7.0.0-RC2

2010-05-17 Thread Konstantin Kolinko
2010/5/17 Mark Thomas ma...@apache.org: I've just completed testing of trunk. Unit tests - pass They also pass for me, but Gump fails at TestCoyoteAdaptor: http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/gump_work/build_tomcat-trunk_tomcat-trunk-test.html Do not know

Re: About to tag Tomcat 7.0.0-RC2

2010-05-17 Thread Rainer Jung
On 17.05.2010 19:56, Konstantin Kolinko wrote: 2010/5/17 Mark Thomasma...@apache.org: I've just completed testing of trunk. Unit tests - pass They also pass for me, but Gump fails at TestCoyoteAdaptor:

Re: About to tag Tomcat 7.0.0-RC2

2010-05-17 Thread Mark Thomas
On 17/05/2010 18:56, Konstantin Kolinko wrote: 2010/5/17 Mark Thomas ma...@apache.org: I've just completed testing of trunk. Unit tests - pass They also pass for me, but Gump fails at TestCoyoteAdaptor:

[VOTE] Release Tomcat 7.0.0 based on Tomcat 7.0.0 RC2

2010-05-17 Thread Mark Thomas
All, The 7.0.0-RC1 process worked reasonably well so I am going stick with generating RC's for now. The next Tomcat 7.0.0 release candiate is ready for testing. 7.0.0-RC2 can be obtained from: http://people.apache.org/~markt/dev/tomcat-7/v7.0.0-RC2/ The svn tag is:

Re: Draft of first blog post announcing TC7

2010-05-17 Thread Mark Thomas
On 17/05/2010 17:59, Konstantin Kolinko wrote: 2010/5/17 Mark Thomas ma...@apache.org: I have drafted an announcement of the upcoming TC7 release for our first blog post. It can be previewed here: http://blogs.apache.org/preview/tomcat/?previewEntry=apache_tomcat_7_released Good, though

svn commit: r945322 - in /tomcat/site/trunk: docs/migration.html xdocs/migration.xml

2010-05-17 Thread markt
Author: markt Date: Mon May 17 19:24:21 2010 New Revision: 945322 URL: http://svn.apache.org/viewvc?rev=945322view=rev Log: Add removed property. Fix typos. Modified: tomcat/site/trunk/docs/migration.html tomcat/site/trunk/xdocs/migration.xml Modified:

Re: svn commit: r945271 - in /tomcat/trunk/test/org/apache/catalina/startup: DuplicateMappingParamFilter.java DuplicateMappingParamServlet.java NoMappingParamServlet.java ParamServlet.java TestContex

2010-05-17 Thread Rainer Jung
On 17.05.2010 19:50, Konstantin Kolinko wrote: 2010/5/17ma...@apache.org: Author: markt Date: Mon May 17 17:45:53 2010 New Revision: 945271 URL: http://svn.apache.org/viewvc?rev=945271view=rev Log: Fix Eclipse warnings. Reduce line length. @@ -243,14 +253,9 @@ public class

Re: About to tag Tomcat 7.0.0-RC2

2010-05-17 Thread Rainer Jung
On 17.05.2010 19:56, Konstantin Kolinko wrote: 2010/5/17 Mark Thomasma...@apache.org: I've just completed testing of trunk. Unit tests - pass They also pass for me, but Gump fails at TestCoyoteAdaptor:

Re: svn commit: r945271 - in /tomcat/trunk/test/org/apache/catalina/startup: DuplicateMappingParamFilter.java DuplicateMappingParamServlet.java NoMappingParamServlet.java ParamServlet.java TestContex

2010-05-17 Thread Mark Thomas
On 17/05/2010 20:25, Rainer Jung wrote: On 17.05.2010 19:50, Konstantin Kolinko wrote: 2010/5/17ma...@apache.org: Author: markt Date: Mon May 17 17:45:53 2010 New Revision: 945271 This breaks ant test for me. I run the test directly using ant, without Eclipse being involved. In case

svn commit: r945342 - /tomcat/trunk/test/org/apache/catalina/startup/TestContextConfigAnnotation.java

2010-05-17 Thread markt
Author: markt Date: Mon May 17 20:20:42 2010 New Revision: 945342 URL: http://svn.apache.org/viewvc?rev=945342view=rev Log: Fix tests for a pure Ant run Modified: tomcat/trunk/test/org/apache/catalina/startup/TestContextConfigAnnotation.java Modified:

Re: About to tag Tomcat 7.0.0-RC2

2010-05-17 Thread Konstantin Kolinko
2010/5/17 Rainer Jung rainer.j...@kippdata.de: On 17.05.2010 19:56, Konstantin Kolinko wrote: 2010/5/17 Mark Thomasma...@apache.org: I've just completed testing of trunk. Unit tests - pass They also pass for me, but Gump fails at TestCoyoteAdaptor:

Re: Draft of first blog post announcing TC7

2010-05-17 Thread Yoav Shapira
On Mon, May 17, 2010 at 10:41 AM, Mark Thomas ma...@apache.org wrote: I have drafted an announcement of the upcoming TC7 release for our first blog post. It can be previewed here: http://blogs.apache.org/preview/tomcat/?previewEntry=apache_tomcat_7_released Suggestions for improvements

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

2010-05-17 Thread kkolinko
Author: kkolinko Date: Tue May 18 01:07:10 2010 New Revision: 945446 URL: http://svn.apache.org/viewvc?rev=945446view=rev Log: Do not abort testing after the first failure, but report about existence of failures after all the tests were run. Modified: tomcat/trunk/build.xml Modified:

DO NOT REPLY [Bug 49305] New: Spurious manager.xml file in webapps/host-manager

2010-05-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49305 Summary: Spurious manager.xml file in webapps/host-manager Product: Tomcat 7 Version: unspecified Platform: PC OS/Version: Windows Vista Status: NEW Severity: normal

DO NOT REPLY [Bug 49305] Spurious manager.xml file in webapps/host-manager

2010-05-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49305 Chuck Caldarale chuck.caldar...@unisys.com changed: What|Removed |Added Priority|P2 |P5