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

2010-05-18 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 i

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

2010-05-18 Thread Konstantin Kolinko
2010/5/18 Bill Barker : > The current state of this project is 'Failed', with reason 'Build Failed'. > For reference only, the following projects are affected by this: >    - tomcat-trunk-test :  Java Servlet 3.0, Java Server Pages 2.2 & > Expression Languag... > > > Full details are available at:

Re: Draft of first blog post announcing TC7

2010-05-18 Thread Mark Thomas
On 17/05/2010 22:31, Yoav Shapira wrote: > On Mon, May 17, 2010 at 10:41 AM, 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 >>

Re: Draft of first blog post announcing TC7

2010-05-18 Thread jean-frederic clere
On 05/18/2010 03:07 PM, Mark Thomas wrote: > On 17/05/2010 22:31, Yoav Shapira wrote: >> On Mon, May 17, 2010 at 10:41 AM, 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/previe

Re: About to tag Tomcat 7.0.0-RC2

2010-05-18 Thread jean-frederic clere
On 05/17/2010 07:25 PM, Mark Thomas wrote: > 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 I am still wo

Re: Draft of first blog post announcing TC7

2010-05-18 Thread Konstantin Kolinko
2010/5/18 Mark Thomas : >>> http://blogs.apache.org/preview/tomcat/?previewEntry=apache_tomcat_7_released >>> > Thanks. Post updated. > s/addition options for JSP/additional options for JSP/ ++ to TC features: support of Filters in addition to Valves. maybe s/alias support/support for mapping

svn commit: r945647 - /tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdaptor.java

2010-05-18 Thread markt
Author: markt Date: Tue May 18 13:35:35 2010 New Revision: 945647 URL: http://svn.apache.org/viewvc?rev=945647&view=rev Log: Re-factor test to get a clearer idea of why Gump is failing Modified: tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdaptor.java Modified: tomcat/trunk/tes

Re: Draft of first blog post announcing TC7

2010-05-18 Thread Yoav Shapira
On Tue, May 18, 2010 at 9:07 AM, Mark Thomas wrote: > On 17/05/2010 22:31, Yoav Shapira wrote: >> On Mon, May 17, 2010 at 10:41 AM, 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.

svn commit: r945722 - /tomcat/trunk/java/org/apache/catalina/connector/MapperListener.java

2010-05-18 Thread markt
Author: markt Date: Tue May 18 15:58:58 2010 New Revision: 945722 URL: http://svn.apache.org/viewvc?rev=945722&view=rev Log: Only register the MapperListener once per component and remove it as soon as it is no longer required. Modified: tomcat/trunk/java/org/apache/catalina/connector/Mapper

Re: About to tag Tomcat 7.0.0-RC2

2010-05-18 Thread Mark Thomas
On 17/05/2010 21:43, Konstantin Kolinko wrote: > 2) If I touch webapps/ROOT/WEB-INF/web.xml Tomcat tries to reload the > ROOT application. > It results in a series of SEVERE messages from > org.apache.tomcat.util.http.mapper.Mapper > > 18.05.2010 0:10:25 org.apache.tomcat.util.http.mapper.Mapper

svn commit: r945725 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2010-05-18 Thread markt
Author: markt Date: Tue May 18 16:04:45 2010 New Revision: 945725 URL: http://svn.apache.org/viewvc?rev=945725&view=rev Log: Clear results of SCI scan on reload Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java Modified: tomcat/trunk/java/org/apache/catalina/startup/

Re: About to tag Tomcat 7.0.0-RC2

2010-05-18 Thread Mark Thomas
On 17/05/2010 21:43, Konstantin Kolinko wrote: > 1) I had to remove ${catalina.home}/conf/web.xml, because otherwise > http://localhost:8080/;jsessionid=1234 > gives Error 404 I think the mapper fixes fixed this one. At least I can't recreate this on a clean build from trunk. Mark

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

2010-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49305 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r945760 - in /tomcat/tc5.5.x/trunk: STATUS.txt build/build.properties.default build/build.xml container/webapps/docs/changelog.xml

2010-05-18 Thread markt
Author: markt Date: Tue May 18 17:11:59 2010 New Revision: 945760 URL: http://svn.apache.org/viewvc?rev=945760&view=rev Log: Update to Commons DBCP 1.3 Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc5.5.x/trunk/build/build.properties.default tomcat/tc5.5.x/trunk/build/build.xml

svn commit: r945773 - in /tomcat/tc5.5.x/trunk: ./ container/modules/cluster/src/share/org/apache/catalina/cluster/session/ container/modules/ha/src/share/org/apache/catalina/ha/session/ container/web

2010-05-18 Thread markt
Author: markt Date: Tue May 18 17:16:44 2010 New Revision: 945773 URL: http://svn.apache.org/viewvc?rev=945773&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48717 When a node joins a cluster and it receives all the current sessions, ensure the sessionCreated event is fired

DO NOT REPLY [Bug 48717] Session listeners not called on cluster node start

2010-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48717 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 38743] when using APR, JKS options are silently ignored

2010-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38743 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r945775 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-05-18 Thread markt
Author: markt Date: Tue May 18 17:19:48 2010 New Revision: 945775 URL: http://svn.apache.org/viewvc?rev=945775&view=rev Log: Withdraw proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.tx

svn commit: r945787 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/realm/JNDIRealm.java webapps/docs/changelog.xml

2010-05-18 Thread markt
Author: markt Date: Tue May 18 17:46:46 2010 New Revision: 945787 URL: http://svn.apache.org/viewvc?rev=945787&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48589 Make JNDIRealm easier to extend Based on a patch by Candid Dauth Modified: tomcat/tc6.0.x/trunk/ (props c

DO NOT REPLY [Bug 48589] org.apache.catalina.realm.JNDIRealm User class should be accessible from sub-classes

2010-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48589 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2010-05-18 Thread markt
Author: markt Date: Tue May 18 18:01:59 2010 New Revision: 945794 URL: http://svn.apache.org/viewvc?rev=945794&view=rev Log: Patch moved to withdrawn dir in error Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6

DO NOT REPLY [Bug 49309] New: jaas.conf path is wrong for cygwin

2010-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49309 Summary: jaas.conf path is wrong for cygwin Product: Tomcat 6 Version: 6.0.26 Platform: PC OS/Version: Windows Vista Status: NEW Severity: normal Priority: P2

svn commit: r945808 - /tomcat/trunk/webapps/docs/jasper-howto.xml

2010-05-18 Thread markt
Author: markt Date: Tue May 18 18:33:24 2010 New Revision: 945808 URL: http://svn.apache.org/viewvc?rev=945808&view=rev Log: Document recompileOnFail Modified: tomcat/trunk/webapps/docs/jasper-howto.xml Modified: tomcat/trunk/webapps/docs/jasper-howto.xml URL: http://svn.apache.org/viewvc/t

svn commit: r945815 - in /tomcat/tc6.0.x/trunk: ./ conf/ java/org/apache/jasper/ java/org/apache/jasper/resources/ webapps/docs/

2010-05-18 Thread markt
Author: markt Date: Tue May 18 18:48:48 2010 New Revision: 945815 URL: http://svn.apache.org/viewvc?rev=945815&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48795 Provide an option to allow recompilation on the next request following a JSP compilation error rather than wait

DO NOT REPLY [Bug 48795] Tomcat tries to use cache when compilation failed

2010-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48795 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r945819 - /tomcat/trunk/java/org/apache/catalina/connector/CoyotePrincipal.java

2010-05-18 Thread markt
Author: markt Date: Tue May 18 18:51:47 2010 New Revision: 945819 URL: http://svn.apache.org/viewvc?rev=945819&view=rev Log: Fix an Eclipse warning Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyotePrincipal.java Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteP

svn commit: r945821 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/connector/CoyotePrincipal.java webapps/docs/changelog.xml

2010-05-18 Thread markt
Author: markt Date: Tue May 18 18:53:26 2010 New Revision: 945821 URL: http://svn.apache.org/viewvc?rev=945821&view=rev Log: Make the principal implement Serializable Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache

svn commit: r945835 - /tomcat/trunk/bin/catalina.sh

2010-05-18 Thread markt
Author: markt Date: Tue May 18 19:22:50 2010 New Revision: 945835 URL: http://svn.apache.org/viewvc?rev=945835&view=rev Log: Only redirect stdout Modified: tomcat/trunk/bin/catalina.sh Modified: tomcat/trunk/bin/catalina.sh URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/catalina.sh?rev=

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

2010-05-18 Thread markt
Author: markt Date: Tue May 18 19:24:44 2010 New Revision: 945837 URL: http://svn.apache.org/viewvc?rev=945837&view=rev Log: Update after review 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: r945838 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-05-18 Thread markt
Author: markt Date: Tue May 18 19:25:01 2010 New Revision: 945838 URL: http://svn.apache.org/viewvc?rev=945838&view=rev Log: Update after review Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.

svn commit: r945841 - /tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java

2010-05-18 Thread markt
Author: markt Date: Tue May 18 19:42:06 2010 New Revision: 945841 URL: http://svn.apache.org/viewvc?rev=945841&view=rev Log: Make list of user roles immutable Modify a copy in getRoles() Modified: tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java Modified: tomcat/trunk/java/org/apac

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

2010-05-18 Thread markt
Author: markt Date: Tue May 18 19:43:44 2010 New Revision: 945843 URL: http://svn.apache.org/viewvc?rev=945843&view=rev Log: Proposal in response to a review comment Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/

DO NOT REPLY [Bug 49310] New: isap_redirect.dll fails to load on Windows 2008 x64 bit server

2010-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49310 Summary: isap_redirect.dll fails to load on Windows 2008 x64 bit server Product: Tomcat Connectors Version: 1.2.23 Platform: PC OS/Version: Windows Server 2008 (Longhorn)

DO NOT REPLY [Bug 49310] isap_redirect.dll fails to load on Windows 2008 x64 bit server

2010-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49310 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2010-05-18 Thread markt
Author: markt Date: Tue May 18 20:33:24 2010 New Revision: 945870 URL: http://svn.apache.org/viewvc?rev=945870&view=rev Log: Update proposal to take account of comments from kkolinko and rjung Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://sv

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

2010-05-18 Thread markt
Author: markt Date: Tue May 18 20:49:53 2010 New Revision: 945878 URL: http://svn.apache.org/viewvc?rev=945878&view=rev Log: Votes, typo and veto 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

DO NOT REPLY [Bug 49309] jaas.conf path is wrong for cygwin

2010-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49309 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r945895 - /tomcat/trunk/java/org/apache/jasper/compiler/JspUtil.java

2010-05-18 Thread markt
Author: markt Date: Tue May 18 21:20:50 2010 New Revision: 945895 URL: http://svn.apache.org/viewvc?rev=945895&view=rev Log: Add missing keyword Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspUtil.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspUtil.java URL: http:

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2010-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 Mark Thomas changed: What|Removed |Added Component|Servlet & JSP API |Jasper Version|5.5.17

svn commit: r945998 - in /tomcat: tc5.5.x/trunk/STATUS.txt tc6.0.x/trunk/STATUS.txt

2010-05-18 Thread kkolinko
Author: kkolinko Date: Wed May 19 02:30:36 2010 New Revision: 945998 URL: http://svn.apache.org/viewvc?rev=945998&view=rev Log: vote Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomc

svn commit: r946011 - /tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdaptor.java

2010-05-18 Thread kkolinko
Author: kkolinko Date: Wed May 19 03:44:51 2010 New Revision: 946011 URL: http://svn.apache.org/viewvc?rev=946011&view=rev Log: re-add all-in-one testcase, in case if it matters for the failure that was observed by Gump Modified: tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapt

svn commit: r946013 - /tomcat/trunk/test/org/apache/catalina/util/TestServerInfo.java

2010-05-18 Thread kkolinko
Author: kkolinko Date: Wed May 19 03:57:04 2010 New Revision: 946013 URL: http://svn.apache.org/viewvc?rev=946013&view=rev Log: A simple testcase that prints version info Added: tomcat/trunk/test/org/apache/catalina/util/TestServerInfo.java (with props) Added: tomcat/trunk/test/org/apache

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

2010-05-18 Thread rjung
Author: rjung Date: Wed May 19 05:22:11 2010 New Revision: 946029 URL: http://svn.apache.org/viewvc?rev=946029&view=rev Log: Vote 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=946029&

svn commit: r946032 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-05-18 Thread rjung
Author: rjung Date: Wed May 19 05:24:42 2010 New Revision: 946032 URL: http://svn.apache.org/viewvc?rev=946032&view=rev Log: Vote. Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=946032