[Bug 62808] "function-signature" text containing line breaks causes JasperException

2018-10-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62808 katsut...@worksap.co.jp changed: What|Removed |Added Summary|"function-signature" text |"function-signature" text

Re: SVN Workflow and Backporting

2018-10-08 Thread Igal Sapir
On Mon, Oct 8, 2018 at 3:04 AM Mark Thomas wrote: > On 06/10/18 23:08, Igal Sapir wrote: > > I am rather new to SVN, and actually use it mostly via GIT, i.e. `git svn > > rebase` and `git svn dcommit`. > > > > What is the best way to backport specific patches from trunk to 8.5, 7.0, > > etc.?

[Bug 62808] New: "function-signature" text coutaining line breaks causes JasperException

2018-10-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62808 Bug ID: 62808 Summary: "function-signature" text coutaining line breaks causes JasperException Product: Tomcat 7 Version: 7.0.91 Hardware: PC Status: NEW

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

2018-10-08 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 has an issue affecting its community integration. This issue

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

2018-10-08 Thread Bill Barker
/workspace/openssl-1.1.1/dest-20181008/bin/openssl -Dexe cute.test.bio=false -Dexecute.test.apr=false -Dtest.excludePerformance=true -Deasymock.jar=/srv/gump/public/workspace/easymock/core/target/easymock-3.7-SNAPSHOT.jar -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar -Dcglib.jar

Re: 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-08 Thread Igal Sapir
On 10/8/2018 2:52 AM, Mark Thomas wrote: On 05/10/18 19:46, Christopher Schultz wrote: Mark, On 10/5/18 06:22, Mark Thomas wrote: On 05/10/18 10:42, Rémy Maucherat wrote: On Fri, Oct 5, 2018 at 11:40 AM Mark Thomas wrote: On 04/10/18 22:07, isa...@apache.org wrote: Author: isapir Date:

svn commit: r1843172 - in /tomcat/native/trunk: build.properties.default native/include/tcn_version.h native/os/win32/libtcnative.rc

2018-10-08 Thread markt
Author: markt Date: Mon Oct 8 16:31:29 2018 New Revision: 1843172 URL: http://svn.apache.org/viewvc?rev=1843172=rev Log: Increment version for next development cycle Modified: tomcat/native/trunk/build.properties.default tomcat/native/trunk/native/include/tcn_version.h

[Bug 62791] SecureNioChannel fails with "IllegalArgumentException: You can only read using the application read buffer provided by the handler."

2018-10-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62791 --- Comment #8 from Remy Maucherat --- +1 to leave it as is. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 62791] SecureNioChannel fails with "IllegalArgumentException: You can only read using the application read buffer provided by the handler."

2018-10-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62791 --- Comment #7 from Mark Thomas --- Looks like I missed something when looking at the OpenJDK code. >From the Oracle JSSE docs: Note: The SSL/TLS protocols specify that implementations are to produce packets containing at most 16 kilobytes

buildbot success in on tomcat-trunk

2018-10-08 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/3631 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

buildbot failure in on tomcat-trunk

2018-10-08 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/3630 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1843154 - in /tomcat/trunk: build.properties.default java/org/apache/catalina/tribes/membership/cloud/CloudMembershipProvider.java java/org/apache/catalina/tribes/membership/cloud/CloudMe

2018-10-08 Thread remm
Author: remm Date: Mon Oct 8 14:38:48 2018 New Revision: 1843154 URL: http://svn.apache.org/viewvc?rev=1843154=rev Log: Fix cut and paste issue, and two problems when renaming package. Modified: tomcat/trunk/build.properties.default

svn commit: r1843150 - /tomcat/trunk/NOTICE

2018-10-08 Thread remm
Author: remm Date: Mon Oct 8 14:17:52 2018 New Revision: 1843150 URL: http://svn.apache.org/viewvc?rev=1843150=rev Log: Improve notice. Modified: tomcat/trunk/NOTICE Modified: tomcat/trunk/NOTICE URL: http://svn.apache.org/viewvc/tomcat/trunk/NOTICE?rev=1843150=1843149=1843150=diff

[Bug 62791] SecureNioChannel fails with "IllegalArgumentException: You can only read using the application read buffer provided by the handler."

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

svn commit: r1843148 - in /tomcat/trunk: ./ java/org/apache/catalina/tribes/membership/cloud/ res/checkstyle/ webapps/docs/

2018-10-08 Thread remm
Author: remm Date: Mon Oct 8 14:09:16 2018 New Revision: 1843148 URL: http://svn.apache.org/viewvc?rev=1843148=rev Log: - Experimental Kubernetes aware cloud membership provider, based on code by Maxime Beck. - Contains code derived from jgroups. - Documentation is hard and will be a wip. -

svn commit: r1843144 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/SecureNioChannel.java webapps/docs/changelog.xml

2018-10-08 Thread markt
Author: markt Date: Mon Oct 8 13:51:18 2018 New Revision: 1843144 URL: http://svn.apache.org/viewvc?rev=1843144=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62791 Remove an unnecessary check in the NIO TLS implementation that prevented from secure WebSocket connections from being

svn commit: r1843143 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/LocalStrings.properties java/org/apache/tomcat/util/net/SecureNioChannel.java webapps/docs/changelog.xml

2018-10-08 Thread markt
Author: markt Date: Mon Oct 8 13:49:42 2018 New Revision: 1843143 URL: http://svn.apache.org/viewvc?rev=1843143=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62791 Remove an unnecessary check in the NIO TLS implementation that prevented from secure WebSocket connections from being

svn commit: r1843142 - in /tomcat/trunk: java/org/apache/tomcat/util/net/LocalStrings.properties java/org/apache/tomcat/util/net/SecureNioChannel.java webapps/docs/changelog.xml

2018-10-08 Thread markt
Author: markt Date: Mon Oct 8 13:48:30 2018 New Revision: 1843142 URL: http://svn.apache.org/viewvc?rev=1843142=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62791 Remove an unnecessary check in the NIO TLS implementation that prevented from secure WebSocket connections from being

[Bug 62786] Post Resources ignored in server.xml when Resources tag present in context.xml

2018-10-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62786 --- Comment #3 from Steeve Beroard --- Thank you for your quick feedback, we will follow this issue. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 62788] Add explicit ".encoding=UTF-8" to FileHandler configurations in logging.properties

2018-10-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62788 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas

[Bug 62786] Post Resources ignored in server.xml when Resources tag present in context.xml

2018-10-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62786 --- Comment #2 from Mark Thomas --- When a Context is defined in a dedicated file the order of events is: a) Create Context object b) configure from conf/context.xml c) update configuration from dedicated file When a Context is defined in

[Bug 62786] Post Resources ignored in server.xml when Resources tag present in context.xml

2018-10-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62786 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas

buildbot success in on tomcat-trunk

2018-10-08 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/3628 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1843126 - /tomcat/trunk/java/javax/el/Util.java

2018-10-08 Thread markt
Author: markt Date: Mon Oct 8 10:22:14 2018 New Revision: 1843126 URL: http://svn.apache.org/viewvc?rev=1843126=rev Log: Trivial commit to test CI Modified: tomcat/trunk/java/javax/el/Util.java Modified: tomcat/trunk/java/javax/el/Util.java URL:

svn commit: r1843124 - /tomcat/trunk/java/javax/el/StaticFieldELResolver.java

2018-10-08 Thread markt
Author: markt Date: Mon Oct 8 10:06:55 2018 New Revision: 1843124 URL: http://svn.apache.org/viewvc?rev=1843124=rev Log: Trivial commit to test CI Modified: tomcat/trunk/java/javax/el/StaticFieldELResolver.java Modified: tomcat/trunk/java/javax/el/StaticFieldELResolver.java URL:

Re: SVN Workflow and Backporting

2018-10-08 Thread Mark Thomas
On 06/10/18 23:08, Igal Sapir wrote: > I am rather new to SVN, and actually use it mostly via GIT, i.e. `git svn > rebase` and `git svn dcommit`. > > What is the best way to backport specific patches from trunk to 8.5, 7.0, > etc.? Patch utility? SVN Merge? GIT cherry-pick (though the git

Re: [VOTE] Release JK 1.2.46

2018-10-08 Thread Mark Thomas
PING. We need at least one more binding +1 for this release. Mark On 01/10/18 16:30, Mark Thomas wrote: > Tag: > http://svn.apache.org/viewvc/tomcat/jk/tags/JK_1_2_46/ > > Source: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-connectors/jk/ > > > This is a maintenance release with

Re: 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-08 Thread Mark Thomas
On 05/10/18 19:46, Christopher Schultz wrote: > Mark, > > On 10/5/18 06:22, Mark Thomas wrote: >> On 05/10/18 10:42, Rémy Maucherat wrote: >>> On Fri, Oct 5, 2018 at 11:40 AM Mark Thomas >>> wrote: >>> On 04/10/18 22:07, isa...@apache.org wrote: > Author: isapir Date: Thu Oct 4

svn commit: r1843123 - /tomcat/tc8.5.x/trunk/test/org/apache/coyote/http11/TestHttp11Processor.java

2018-10-08 Thread markt
Author: markt Date: Mon Oct 8 09:48:12 2018 New Revision: 1843123 URL: http://svn.apache.org/viewvc?rev=1843123=rev Log: Add additional option required in back-ported tests for 8.5.x as the default for allowHostHeaderMismatch is true in 8.5.x. Modified:

Re: Cloud clustering support using Kubernetes

2018-10-08 Thread Rémy Maucherat
On Thu, Oct 4, 2018 at 7:29 PM Rémy Maucherat wrote: > Ok ! For now I switched to openjson, since it's the same nonsense API as > the other one (so no retesting needed for now), without the "no evil" > clause. I had read the org.json license actually and thought the evil > clause was just for