Stuck at BUILDING.txt - (3) Building Tomcat @VERSION_MAJOR_MINOR@

2017-10-14 Thread Kapil Kumar
Hello everyone, I followed the instructions in BUILDING.txt and configured JDK and Ant. But I am stuck at (3) Building Tomcat @VERSION_MAJOR_MINOR@ Not sure about what needs to be done and where the below file needs to be created. 1. The build is controlled by creating a

[GUMP@vmgump-vm3]: Project tomcat-tc8.0.x-validate (in module tomcat-8.0.x) failed

2017-10-14 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-tc8.0.x-validate has an issue affecting its community

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

2017-10-14 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.

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

2017-10-14 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

svn commit: r1812203 - /tomcat/site/trunk/docs/download-90.html

2017-10-14 Thread markt
Author: markt Date: Sat Oct 14 19:49:05 2017 New Revision: 1812203 URL: http://svn.apache.org/viewvc?rev=1812203=rev Log: This time with the generated file... Modified: tomcat/site/trunk/docs/download-90.html Modified: tomcat/site/trunk/docs/download-90.html URL:

svn commit: r1812202 - /tomcat/site/trunk/xdocs/download-90.xml

2017-10-14 Thread markt
Author: markt Date: Sat Oct 14 19:47:56 2017 New Revision: 1812202 URL: http://svn.apache.org/viewvc?rev=1812202=rev Log: Add a space to improve the layout Modified: tomcat/site/trunk/xdocs/download-90.xml Modified: tomcat/site/trunk/xdocs/download-90.xml URL:

svn commit: r1812201 - in /tomcat/site/trunk: docs/download-90.html xdocs/download-90.xml

2017-10-14 Thread markt
Author: markt Date: Sat Oct 14 19:47:19 2017 New Revision: 1812201 URL: http://svn.apache.org/viewvc?rev=1812201=rev Log: Sprinkle a few (beta) markers over the 9.0.x download page. Modified: tomcat/site/trunk/docs/download-90.html tomcat/site/trunk/xdocs/download-90.xml Modified:

Re: [ANN] Apache Tomcat 9.0.1 available

2017-10-14 Thread Mark Thomas
On 14/10/17 20:18, Igal @ Lucee.org wrote: > On 10/3/2017 3:55 AM, Mark Thomas wrote: >> The Apache Tomcat team announces the immediate availability of Apache >> Tomcat 9.0.1 (beta). > Shouldn't version 9.0.1 be marked as "beta" on > https://tomcat.apache.org/download-90.cgi ?  I would expect it

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

2017-10-14 Thread Bill Barker
/commons-beanutils-20171014.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/commons-cli/target/commons-cli-1.5-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-trunk/target/commons-lang3-3.7-SNAPSHOT.jar:/srv/g ump/public/workspace/apache-commons

[GUMP@vmgump-vm3]: Project tomcat-tc8.0.x-validate (in module tomcat-8.0.x) failed

2017-10-14 Thread Bill Barker
/beanutils/dist/commons-beanutils-20171014.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/commons-cli/target/commons-cli-1.5-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-trunk/target/commons-lang3-3.7-SNAPSHOT.jar:/srv/g ump/public/workspace

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

2017-10-14 Thread Bill Barker
/beanutils/dist/commons-beanutils-20171014.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/commons-cli/target/commons-cli-1.5-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-trunk/target/commons-lang3-3.7-SNAPSHOT.jar:/srv/g ump/public/workspace

Re: [ANN] Apache Tomcat 9.0.1 available

2017-10-14 Thread Igal @ Lucee.org
On 10/3/2017 3:55 AM, Mark Thomas wrote: The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.1 (beta). Shouldn't version 9.0.1 be marked as "beta" on https://tomcat.apache.org/download-90.cgi ?  I would expect it to look like the Maven versioning, i.e. 9.0.1-BETA.

[GitHub] tomcat issue #76: added SessionInitializerFilter

2017-10-14 Thread isapir
Github user isapir commented on the issue: https://github.com/apache/tomcat/pull/76 @markt-asf I added the documentation as per your feedback --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For

svn commit: r1812189 - in /tomcat/trunk: java/org/apache/tomcat/util/threads/TaskQueue.java java/org/apache/tomcat/websocket/server/WsFilter.java res/findbugs/filter-false-positives.xml

2017-10-14 Thread markt
Author: markt Date: Sat Oct 14 15:16:49 2017 New Revision: 1812189 URL: http://svn.apache.org/viewvc?rev=1812189=rev Log: Fix a handful of SpotBugs warnings Modified: tomcat/trunk/java/org/apache/tomcat/util/threads/TaskQueue.java

svn commit: r1812188 - /tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java

2017-10-14 Thread markt
Author: markt Date: Sat Oct 14 14:50:57 2017 New Revision: 1812188 URL: http://svn.apache.org/viewvc?rev=1812188=rev Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java URL:

svn commit: r1812186 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/realm/RealmBase.java

2017-10-14 Thread markt
Author: markt Date: Sat Oct 14 14:48:22 2017 New Revision: 1812186 URL: http://svn.apache.org/viewvc?rev=1812186=rev Log: Deprecate unused method with non-standard name (which FindBugs doesn't like) Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1812187 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/realm/RealmBase.java

2017-10-14 Thread markt
Author: markt Date: Sat Oct 14 14:48:58 2017 New Revision: 1812187 URL: http://svn.apache.org/viewvc?rev=1812187=rev Log: Deprecate unused method with non-standard name (which FindBugs doesn't like) Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1812184 - /tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java

2017-10-14 Thread markt
Author: markt Date: Sat Oct 14 14:47:15 2017 New Revision: 1812184 URL: http://svn.apache.org/viewvc?rev=1812184=rev Log: Deprecate unused method with non-standard name (which FindBugs doesn't like) Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java Modified:

buildbot success in on tomcat-7-trunk

2017-10-14 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/917 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

[Bug 57767] Websocket client proprietary configuration

2017-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57767 Remy Maucherat changed: What|Removed |Added Status|REOPENED|RESOLVED

svn commit: r1812172 - /tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java

2017-10-14 Thread remm
Author: remm Date: Sat Oct 14 06:23:35 2017 New Revision: 1812172 URL: http://svn.apache.org/viewvc?rev=1812172=rev Log: Fix test cases for Tomcat 7 API. Modified: tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java Modified: