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

2016-10-13 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-nio has an issue affecting its community integration.

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

2016-10-13 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-test-nio2 has an issue affecting its community

[Bug 55383] Improve markup and design of Tomcat's HTML pages

2016-10-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55383 manoripriyadarshani changed: What|Removed |Added CC|

Re: [VOTE] Release Apache Tomcat 6.0.47

2016-10-13 Thread Felix Schumacher
Am 13.10.2016 um 12:51 schrieb Violeta Georgieva: The proposed Apache Tomcat 6.0.47 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.47/ The Maven staging repo is:

Re: getResourceAsStream() for a folder

2016-10-13 Thread Romain Manni-Bucau
Thanks Mark! Romain Manni-Bucau @rmannibucau | Blog | Old Wordpress Blog | Github | LinkedIn | Tomitriber

Re: getResourceAsStream() for a folder

2016-10-13 Thread Mark Thomas
On 13/10/2016 14:27, Mark Thomas wrote: > On 13/10/2016 13:13, Romain Manni-Bucau wrote: >> @Svetlin: thanks to catch it, was intended for dev@tomcat (thanks gmail to >> have completion ;)) >> >> dev@tomcat: can you check please the original question (in short: >>

svn commit: r1764692 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/webresources/ test/org/apache/catalina/webresources/ webapps/docs/

2016-10-13 Thread markt
Author: markt Date: Thu Oct 13 14:06:34 2016 New Revision: 1764692 URL: http://svn.apache.org/viewvc?rev=1764692=rev Log: When calling getResourceAsStream() on a directory, ensure that null is returned. Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1764691 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/webresources/ test/org/apache/catalina/webresources/ webapps/docs/

2016-10-13 Thread markt
Author: markt Date: Thu Oct 13 14:03:55 2016 New Revision: 1764691 URL: http://svn.apache.org/viewvc?rev=1764691=rev Log: When calling getResourceAsStream() on a directory, ensure that null is returned. (markt) Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1764689 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Http2Parser.java

2016-10-13 Thread markt
Author: markt Date: Thu Oct 13 14:03:04 2016 New Revision: 1764689 URL: http://svn.apache.org/viewvc?rev=1764689=rev Log: Refactor header completion handling to a single method Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1764690 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/coyote/http2/Http2TestBase.java

2016-10-13 Thread markt
Author: markt Date: Thu Oct 13 14:03:26 2016 New Revision: 1764690 URL: http://svn.apache.org/viewvc?rev=1764690=rev Log: Add some additional hooks/features for some new tests currently being worked on. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1764688 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/coyote/http2/TestHttp2Section_6_8.java

2016-10-13 Thread markt
Author: markt Date: Thu Oct 13 14:02:42 2016 New Revision: 1764688 URL: http://svn.apache.org/viewvc?rev=1764688=rev Log: Remove debug code Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_8.java Propchange:

svn commit: r1764687 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Http2Parser.java

2016-10-13 Thread markt
Author: markt Date: Thu Oct 13 14:02:20 2016 New Revision: 1764687 URL: http://svn.apache.org/viewvc?rev=1764687=rev Log: Rename for clarity Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Http2Parser.java Propchange:

svn commit: r1764682 - in /tomcat/trunk: java/org/apache/catalina/webresources/ test/org/apache/catalina/webresources/ webapps/docs/

2016-10-13 Thread markt
Author: markt Date: Thu Oct 13 14:00:20 2016 New Revision: 1764682 URL: http://svn.apache.org/viewvc?rev=1764682=rev Log: When calling getResourceAsStream() on a directory, ensure that null is returned. (markt) Modified:

Re: getResourceAsStream() for a folder

2016-10-13 Thread Mark Thomas
On 13/10/2016 13:13, Romain Manni-Bucau wrote: > @Svetlin: thanks to catch it, was intended for dev@tomcat (thanks gmail to > have completion ;)) > > dev@tomcat: can you check please the original question (in short: > getResourceAsStream("/some/folder") > returns a stream) Thanks for the heads

buildbot success in on tomcat-trunk

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

svn commit: r1764663 - /tomcat/trunk/test/org/apache/coyote/http2/Http2TestBase.java

2016-10-13 Thread markt
Author: markt Date: Thu Oct 13 12:59:55 2016 New Revision: 1764663 URL: http://svn.apache.org/viewvc?rev=1764663=rev Log: Add some additional hooks/features for some new tests currently being worked on. Modified: tomcat/trunk/test/org/apache/coyote/http2/Http2TestBase.java Modified:

buildbot failure in on tomcat-trunk

2016-10-13 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1794 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1764662 - /tomcat/tc8.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java

2016-10-13 Thread violetagg
Author: violetagg Date: Thu Oct 13 12:45:55 2016 New Revision: 1764662 URL: http://svn.apache.org/viewvc?rev=1764662=rev Log: Fix typo Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java Modified:

svn commit: r1764660 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/core/ApplicationContext.java

2016-10-13 Thread violetagg
Author: violetagg Date: Thu Oct 13 12:44:29 2016 New Revision: 1764660 URL: http://svn.apache.org/viewvc?rev=1764660=rev Log: Fix typo Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/core/ApplicationContext.java Modified:

svn commit: r1764659 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java

2016-10-13 Thread violetagg
Author: violetagg Date: Thu Oct 13 12:39:07 2016 New Revision: 1764659 URL: http://svn.apache.org/viewvc?rev=1764659=rev Log: FIx typo Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java

Re: getResourceAsStream() for a folder

2016-10-13 Thread Romain Manni-Bucau
@Svetlin: thanks to catch it, was intended for dev@tomcat (thanks gmail to have completion ;)) dev@tomcat: can you check please the original question (in short: getResourceAsStream("/some/folder") returns a stream) Romain Manni-Bucau @rmannibucau | Blog

Re: [VOTE] Release Apache Tomcat 6.0.47

2016-10-13 Thread Violeta Georgieva
2016-10-13 13:51 GMT+03:00 Violeta Georgieva : > > The proposed Apache Tomcat 6.0.47 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.47/ > The Maven staging repo is: >

[VOTE] Release Apache Tomcat 6.0.47

2016-10-13 Thread Violeta Georgieva
The proposed Apache Tomcat 6.0.47 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.47/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1100/ The svn tag is:

svn commit: r1764654 - in /tomcat/tc6.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2016-10-13 Thread violetagg
Author: violetagg Date: Thu Oct 13 10:44:16 2016 New Revision: 1764654 URL: http://svn.apache.org/viewvc?rev=1764654=rev Log: Increment version for next release Modified: tomcat/tc6.0.x/trunk/build.properties.default tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default

svn commit: r16496 [1/2] - in /dev/tomcat/tomcat-6/v6.0.47: ./ bin/ bin/extras/ src/

2016-10-13 Thread violetagg
Author: violetagg Date: Thu Oct 13 10:42:41 2016 New Revision: 16496 Log: Stage 6.0.47 RC Added: dev/tomcat/tomcat-6/v6.0.47/ dev/tomcat/tomcat-6/v6.0.47/KEYS dev/tomcat/tomcat-6/v6.0.47/README.html dev/tomcat/tomcat-6/v6.0.47/RELEASE-NOTES dev/tomcat/tomcat-6/v6.0.47/bin/

svn commit: r16496 [2/2] - in /dev/tomcat/tomcat-6/v6.0.47: ./ bin/ bin/extras/ src/

2016-10-13 Thread violetagg
Added: dev/tomcat/tomcat-6/v6.0.47/src/apache-tomcat-6.0.47-src.tar.gz.asc == --- dev/tomcat/tomcat-6/v6.0.47/src/apache-tomcat-6.0.47-src.tar.gz.asc (added) +++

svn commit: r1764649 - /tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java

2016-10-13 Thread markt
Author: markt Date: Thu Oct 13 10:37:29 2016 New Revision: 1764649 URL: http://svn.apache.org/viewvc?rev=1764649=rev Log: Refactor header completion handling to a single method Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java Modified:

svn commit: r1764648 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_8.java

2016-10-13 Thread markt
Author: markt Date: Thu Oct 13 10:36:13 2016 New Revision: 1764648 URL: http://svn.apache.org/viewvc?rev=1764648=rev Log: Remove debug code Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_6_8.java Modified:

svn commit: r1764646 - /tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java

2016-10-13 Thread markt
Author: markt Date: Thu Oct 13 10:16:02 2016 New Revision: 1764646 URL: http://svn.apache.org/viewvc?rev=1764646=rev Log: Rename for clarity Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java URL:

svn commit: r1764645 - in /tomcat/tc6.0.x/tags/TOMCAT_6_0_47: ./ build.properties.default

2016-10-13 Thread violetagg
Author: violetagg Date: Thu Oct 13 10:00:46 2016 New Revision: 1764645 URL: http://svn.apache.org/viewvc?rev=1764645=rev Log: Tag 6.0.47 Added: tomcat/tc6.0.x/tags/TOMCAT_6_0_47/ (props changed) - copied from r1764644, tomcat/tc6.0.x/trunk/ Modified:

svn commit: r1764643 - in /tomcat/trunk: java/org/apache/coyote/http2/ test/org/apache/coyote/http2/ webapps/docs/

2016-10-13 Thread markt
Author: markt Date: Thu Oct 13 09:55:19 2016 New Revision: 1764643 URL: http://svn.apache.org/viewvc?rev=1764643=rev Log: Remove unused code Modified: tomcat/trunk/java/org/apache/coyote/http2/HeaderSink.java tomcat/trunk/java/org/apache/coyote/http2/HpackDecoder.java

svn commit: r16495 - /dev/tomcat/tomcat-6/v6.0.46/

2016-10-13 Thread violetagg
Author: violetagg Date: Thu Oct 13 09:49:31 2016 New Revision: 16495 Log: Tomcat 6.0.46 did not pass the vote Removed: dev/tomcat/tomcat-6/v6.0.46/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

svn commit: r1764642 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Http2UpgradeHandler.java webapps/docs/changelog.xml

2016-10-13 Thread markt
Author: markt Date: Thu Oct 13 09:48:02 2016 New Revision: 1764642 URL: http://svn.apache.org/viewvc?rev=1764642=rev Log: Correct the HPACK header table size configuration that transposed the client and server table sizes when creating the encoder and decoder. Modified:

svn commit: r1764641 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2016-10-13 Thread violetagg
Author: violetagg Date: Thu Oct 13 09:47:12 2016 New Revision: 1764641 URL: http://svn.apache.org/viewvc?rev=1764641=rev Log: 6.0.46 does not pass the vote Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL:

Re: Help me to begin bug fixing

2016-10-13 Thread Mark Thomas
On 13/10/2016 09:54, jayani sumudini wrote: > Hi, > > I'm trying to find the default request mapping for "/example" and "/docs" > please help me to find the java class that uses to request mapping for > those That sounds like a homework question. Whether it is or isn't, the best way to

Re: Help me to begin bug fixing

2016-10-13 Thread jayani sumudini
Hi, I'm trying to find the default request mapping for "/example" and "/docs" please help me to find the java class that uses to request mapping for those Jayani Thank you On Mon, Jul 18, 2016 at 9:21 PM, Mark Thomas wrote: > On 16/07/2016 02:43, jayani sumudini wrote:

Re:[CANCEL][VOTE] Release Apache Tomcat 6.0.46

2016-10-13 Thread Violeta Georgieva
Hi, 2016-10-12 23:10 GMT+03:00 Felix Schumacher < felix.schumac...@internetallee.de>: > > Am 12.10.2016 um 21:47 schrieb Violeta Georgieva: >> >> Hi, >> >> 2016-10-11 21:56 GMT+03:00 Felix Schumacher < >> felix.schumac...@internetallee.de>: >>> >>> Am 07.10.2016 um 16:11 schrieb Violeta

svn commit: r1764625 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/ha/session/ java/org/apache/catalina/session/ webapps/docs/

2016-10-13 Thread violetagg
Author: violetagg Date: Thu Oct 13 08:49:27 2016 New Revision: 1764625 URL: http://svn.apache.org/viewvc?rev=1764625=rev Log: Fixed a warning message that is logged during Tomcat startup. Do not remove the marker PropertyChangeListener as it might be used by custom session managers. Modified:

[Bug 60232] HTTP/2 connector stuck when parsing big http header

2016-10-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60232 barney...@gmail.com changed: What|Removed |Added OS||All --- Comment #1 from