[GUMP@vmgump-vm3]: Project tomcat-tc8.5.x-test-nio (in module tomcat-8.5.x) failed

2018-10-04 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.5.x-test-nio has an issue affecting its community

[Bug 62802] New: JreMemoryLeakPreventionListener should still perform appContextProtection on JRE 8

2018-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62802 Bug ID: 62802 Summary: JreMemoryLeakPreventionListener should still perform appContextProtection on JRE 8 Product: Tomcat 8 Version: 8.5.23 Hardware: PC

[Bug 62739] Tomcat should allow blank Host header

2018-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62739 --- Comment #11 from Michael Orr --- Done. Pull request has been updated. Let me know if there's anything I've missed. -- You are receiving this mail because: You are the assignee for the bug.

Re: SSL Unit Tests Failing

2018-10-04 Thread Igal Sapir
On 10/4/2018 2:21 PM, Igal Sapir wrote: On 10/3/2018 2:29 AM, Mark Thomas wrote: On 02/10/18 20:40, Igal Sapir wrote: On 02/10/18 06:58, Igal Sapir wrote: When trying to run the unit test cases with `ant clean test` on the current trunk [1] I am getting two (per connector) failures:

Re: SSL Unit Tests Failing

2018-10-04 Thread Igal Sapir
On 10/3/2018 2:29 AM, Mark Thomas wrote: On 02/10/18 20:40, Igal Sapir wrote: On 02/10/18 06:58, Igal Sapir wrote: When trying to run the unit test cases with `ant clean test` on the current trunk [1] I am getting two (per connector) failures:

svn commit: r1842849 - in /tomcat/trunk: java/org/apache/tomcat/jni/Library.java test/org/apache/tomcat/util/net/TesterSupport.java test/org/apache/tomcat/util/net/openssl/TestOpenSSLConf.java

2018-10-04 Thread isapir
Author: isapir Date: Thu Oct 4 21:07:54 2018 New Revision: 1842849 URL: http://svn.apache.org/viewvc?rev=1842849=rev Log: System.load() expects absolute path. Error message was being discarded during tests so now it is logged. Modified: tomcat/trunk/java/org/apache/tomcat/jni/Library.java

Re: TLSClientHelloExtractor explanation

2018-10-04 Thread Mark Thomas
On 04/10/18 15:32, Marek Czernek wrote: > Hi there, > > I'm looking at the class TLSClientHelloExtractor, specifically line [1]. > The switch statement takes extensionType, which is a char, but the case > of the switch statements are integers. > > So we're essentially comparing (char) a == (int)

Re: Cloud clustering support using Kubernetes

2018-10-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rémy, On 10/4/18 13:29, Rémy Maucherat wrote: > On Thu, Oct 4, 2018 at 7:23 PM Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Rémy, >> >> On 10/4/18 05:26, Rémy Maucherat

Re: Cloud clustering support using Kubernetes

2018-10-04 Thread Rémy Maucherat
On Thu, Oct 4, 2018 at 7:23 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Rémy, > > On 10/4/18 05:26, Rémy Maucherat wrote: > > On Wed, Oct 3, 2018 at 10:27 PM Christopher Schultz < > > ch...@christopherschultz.net> wrote: >

Re: Cloud clustering support using Kubernetes

2018-10-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rémy, On 10/4/18 05:26, Rémy Maucherat wrote: > On Wed, Oct 3, 2018 at 10:27 PM Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Rémy, >> >> On 10/3/18 09:48, Rémy Maucherat

[Bug 62799] mod_jk doesn't handle the EINPROGRESS state appropriately for non-blocking sockets.

2018-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62799 --- Comment #7 from Rainer Jung --- (In reply to mark from comment #6) > (In reply to Rainer Jung from comment #5) > > Hi Mark, > > > > (In reply to mark from comment #4) > > > I know for a fact the connection is taking longer than 5 second

[Bug 62799] mod_jk doesn't handle the EINPROGRESS state appropriately for non-blocking sockets.

2018-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62799 --- Comment #6 from m...@blackmans.org --- (In reply to Rainer Jung from comment #5) > Hi Mark, > > (In reply to mark from comment #4) > > I know for a fact the connection is taking longer than 5 second to become > > established, because the

[Bug 62801] Unable to use local variable names like "org" in a JSP page scriptlet followed by a tag.

2018-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62801 --- Comment #1 from Ajish Ulahannan --- I can see that the https://bz.apache.org/bugzilla/show_bug.cgi?id=29718 relates to this problem. But I am confused about the fact that, we were using the tomcat version 7.0.63 to generate a build, and it

[Bug 62801] Unable to use local variable names like "org" in a JSP page scriptlet followed by a tag.

2018-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62801 Ajish Ulahannan changed: What|Removed |Added Summary|Unable to use local |Unable to use local

[Bug 62801] New: Unable to use local variable names like "org" in a JSP page followed by a tag.

2018-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62801 Bug ID: 62801 Summary: Unable to use local variable names like "org" in a JSP page followed by a tag. Product: Tomcat 7 Version: 7.0.90 Hardware: PC OS:

svn commit: r1842817 - in /tomcat/trunk/webapps/docs: changelog.xml config/filter.xml

2018-10-04 Thread markt
Author: markt Date: Thu Oct 4 14:20:45 2018 New Revision: 1842817 URL: http://svn.apache.org/viewvc?rev=1842817=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62761 Correct the advanced CORS example in the Filter documentation to use a valid configuration. Modified:

[Bug 62761] CORS filter example in docs not working in versions since 9.0.9

2018-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62761 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

TLSClientHelloExtractor explanation

2018-10-04 Thread Marek Czernek
Hi there, I'm looking at the class TLSClientHelloExtractor, specifically line [1]. The switch statement takes extensionType, which is a char, but the case of the switch statements are integers. So we're essentially comparing (char) a == (int) b. The possible values are:

svn commit: r1842821 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/filter.xml

2018-10-04 Thread markt
Author: markt Date: Thu Oct 4 14:33:00 2018 New Revision: 1842821 URL: http://svn.apache.org/viewvc?rev=1842821=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62761 Correct the advanced CORS example in the Filter documentation to use a valid configuration. Modified:

[Bug 62674] org.apache.jasper.JspC no longer compiles

2018-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62674 Paul changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[Bug 62674] org.apache.jasper.JspC no longer compiles

2018-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62674 Paul changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

svn commit: r1842819 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/filter.xml

2018-10-04 Thread markt
Author: markt Date: Thu Oct 4 14:22:49 2018 New Revision: 1842819 URL: http://svn.apache.org/viewvc?rev=1842819=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62761 Correct the advanced CORS example in the Filter documentation to use a valid configuration. Modified:

svn commit: r1842818 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/changelog.xml

2018-10-04 Thread markt
Author: markt Date: Thu Oct 4 14:22:19 2018 New Revision: 1842818 URL: http://svn.apache.org/viewvc?rev=1842818=rev Log: Correct order Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc8.5.x/trunk/

svn commit: r1842816 - /tomcat/trunk/webapps/docs/changelog.xml

2018-10-04 Thread markt
Author: markt Date: Thu Oct 4 14:18:15 2018 New Revision: 1842816 URL: http://svn.apache.org/viewvc?rev=1842816=rev Log: Correct order Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

Re: svn commit: r1842811 - /tomcat/trunk/webapps/docs/changelog.xml

2018-10-04 Thread Igal Sapir
RE r1842809: On Thu, Oct 4, 2018 at 6:41 AM wrote: > Author: isapir > Date: Thu Oct 4 13:41:31 2018 > New Revision: 1842811 > > URL: http://svn.apache.org/viewvc?rev=1842811=rev > Log: > Added changelog entry for r1842809 > > Modified: > tomcat/trunk/webapps/docs/changelog.xml > >

Re: Cloud clustering support using Kubernetes

2018-10-04 Thread Rémy Maucherat
On Thu, Oct 4, 2018 at 12:58 PM Mark Thomas wrote: > On 04/10/18 11:48, Martin Grigorov wrote: > > Hi, > > > > I cannot find the original mail now (I think it was sent by Bertrand > > Delacretaz two years ago) but json.org's licence is not ASL2 compatible. > > For that reason several Apache

svn commit: r1842811 - /tomcat/trunk/webapps/docs/changelog.xml

2018-10-04 Thread isapir
Author: isapir Date: Thu Oct 4 13:41:31 2018 New Revision: 1842811 URL: http://svn.apache.org/viewvc?rev=1842811=rev Log: Added changelog entry for r1842809 Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

svn commit: r1842809 - in /tomcat/trunk: build.xml res/ide-support/idea/inspections.xml res/ide-support/idea/misc.xml res/ide-support/idea/modules.xml res/ide-support/idea/tomcat.iml

2018-10-04 Thread isapir
Author: isapir Date: Thu Oct 4 13:26:24 2018 New Revision: 1842809 URL: http://svn.apache.org/viewvc?rev=1842809=rev Log: Added ant target ide-intellij to create an IntelliJ IDEA project directory Added: tomcat/trunk/res/ide-support/idea/misc.xml - copied, changed from r1842751,

[Bug 62799] mod_jk doesn't handle the EINPROGRESS state appropriately for non-blocking sockets.

2018-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62799 --- Comment #5 from Rainer Jung --- Hi Mark, (In reply to mark from comment #4) > I know for a fact the connection is taking longer than 5 second to become > established, because the backend is turned off. We're testing how mod_jk + > Apache

[Bug 62799] mod_jk doesn't handle the EINPROGRESS state appropriately for non-blocking sockets.

2018-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62799 --- Comment #4 from m...@blackmans.org --- I know for a fact the connection is taking longer than 5 second to become established, because the backend is turned off. We're testing how mod_jk + Apache 2.4 handle the case where the backend becomes

Re: Cloud clustering support using Kubernetes

2018-10-04 Thread Mark Thomas
On 04/10/18 11:48, Martin Grigorov wrote: > Hi, > > I cannot find the original mail now (I think it was sent by Bertrand > Delacretaz two years ago) but json.org's licence is not ASL2 compatible. > For that reason several Apache projects (Apache Wicket one of them) had to > migrate to something

Re: Cloud clustering support using Kubernetes

2018-10-04 Thread Martin Grigorov
Hi, I cannot find the original mail now (I think it was sent by Bertrand Delacretaz two years ago) but json.org's licence is not ASL2 compatible. For that reason several Apache projects (Apache Wicket one of them) had to migrate to something else. Wicket choose

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

2018-10-04 Thread Bill Barker
-Dtest.openssl.path=/srv/gump/public/workspace/openssl-master/dest-20181004/bin/openssl -Dtest.temp=output/test-tmp-NIO2 -Dtest.accesslog=true -Dexecute.test.nio=false -Dbnd.jar=/srv/gump/packages/bnd/bnd-4.0.0/biz.aQute.bnd-4.0.0.jar -Dexecute.test.apr=false -Dtest.excludePerformance=true

[Bug 62739] Tomcat should allow blank Host header

2018-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62739 --- Comment #10 from Mark Thomas --- Thanks for the offer of an updated patch. Lets go with HttpServletRequest.getServerName() returning an empty string in this case as that is consistent with the Host header that was sent. -- You are

Re: Cloud clustering support using Kubernetes

2018-10-04 Thread Rémy Maucherat
On Wed, Oct 3, 2018 at 10:27 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Rémy, > > On 10/3/18 09:48, Rémy Maucherat wrote: > > Hi, > > > > As I talked about during the latest TomcatCon (and the previous one > > in London