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

2017-10-19 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 integration.

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

2017-10-19 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-vm3]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

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

[GitHub] tomcat issue #79: remove placeholders from introduction doc

2017-10-19 Thread pmcelhaney
Github user pmcelhaney commented on the issue: https://github.com/apache/tomcat/pull/79 IMHO the humor doesn’t work here. It comes across as condescending. It’s *definitely* not helpful. --- - To unsubscribe, e

RE: FW: [Bug 57870] backport GzipOutputFilter #doWrite to Tomcat 7 to call GZIPOutputStream to enable flushing via reflection when running on Java 7+

2017-10-19 Thread Kapil Kumar
Hello all, I compared the code in GzipOutputFilter.java Tomcat7 has: public long end() throws IOException { if (compressionStream == null) { compressionStream = new FlushableGZIPOutputStream(fakeOutputStream); } compressionStream.finish(); com

[GitHub] tomcat issue #79: remove placeholders from introduction doc

2017-10-19 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/79 We could pull the entries and add "That's it!" after the list. --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org Fo

[GitHub] tomcat issue #79: remove placeholders from introduction doc

2017-10-19 Thread csutherl
Github user csutherl commented on the issue: https://github.com/apache/tomcat/pull/79 This is a least the fourth time I've seen someone asking about this. Should we make a note or use a sarcasm font or something? :) It's funny, but seems to be confusing new folks. --- -

[GitHub] tomcat issue #79: remove placeholders from introduction doc

2017-10-19 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/79 Those aren't placeholders. It is intentional content. I believe they are meant to be a lighthearted way of indicating that 'Context' is the only term that needs introducing. --- -

[GitHub] tomcat pull request #79: remove placeholders from introduction doc

2017-10-19 Thread pmcelhaney
GitHub user pmcelhaney opened a pull request: https://github.com/apache/tomcat/pull/79 remove placeholders from introduction doc You can merge this pull request into a Git repository by running: $ git pull https://github.com/pmcelhaney/tomcat patch-1 Alternatively you can rev

[Bug 61566] Expose TLS Certificate and Trusted Authority details through the Manager TLS

2017-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61566 --- Comment #1 from Mark Thomas --- This doesn't look as if it will be as easy as I'd hoped. While the information is fairly easy to get at for NIO and NIO2, it isn't for APR/native. Additional methods would need to be added to the JNI API and

buildbot failure in on tomcat-8-trunk

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

svn commit: r1812620 - /tomcat/trunk/test/org/apache/jasper/compiler/TesterValidator.java

2017-10-19 Thread markt
Author: markt Date: Thu Oct 19 11:38:50 2017 New Revision: 1812620 URL: http://svn.apache.org/viewvc?rev=1812620&view=rev Log: Fix import order Modified: tomcat/trunk/test/org/apache/jasper/compiler/TesterValidator.java Modified: tomcat/trunk/test/org/apache/jasper/compiler/TesterValidator.j

svn commit: r1812618 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/scan/AbstractInputStreamJar.java

2017-10-19 Thread markt
Author: markt Date: Thu Oct 19 11:34:20 2017 New Revision: 1812618 URL: http://svn.apache.org/viewvc?rev=1812618&view=rev Log: Fix String concatenation Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/scan/AbstractInputStreamJar.java Pro

svn commit: r1812619 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/scan/AbstractInputStreamJar.java

2017-10-19 Thread markt
Author: markt Date: Thu Oct 19 11:34:41 2017 New Revision: 1812619 URL: http://svn.apache.org/viewvc?rev=1812619&view=rev Log: Fix String concatenation Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/scan/AbstractInputStreamJar.java Pro

svn commit: r1812617 - /tomcat/trunk/java/org/apache/tomcat/util/scan/AbstractInputStreamJar.java

2017-10-19 Thread markt
Author: markt Date: Thu Oct 19 11:31:05 2017 New Revision: 1812617 URL: http://svn.apache.org/viewvc?rev=1812617&view=rev Log: Fix String concatenation Modified: tomcat/trunk/java/org/apache/tomcat/util/scan/AbstractInputStreamJar.java Modified: tomcat/trunk/java/org/apache/tomcat/util/scan

[Bug 61634] URLs with double consecutive slashes stopped working in 8.0.45 in some scenarios

2017-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61634 Mark Thomas changed: What|Removed |Added OS||All Status|NEW