[Bug 60762] Enhancement: Add support for runtime SNI changes in tomcat-embed

2017-12-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60762 --- Comment #9 from Jesse --- Hi Mark, Thanks for your work on this, I see the methods on AbstractEndpoint and I think they are exactly what I need and should allow me to remove my custom implementation. The only thing holding me back at this

Re: [VOTE] Release Apache Tomcat 8.0.48

2017-12-04 Thread Felix Schumacher
Am 30. November 2017 18:19:14 MEZ schrieb Violeta Georgieva : >The proposed Apache Tomcat 8.0.48 release is now available for voting. > >It can be obtained from: >https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.48/ >The Maven staging repo is: >https://repository.apache.org/content/re

Re: [VOTE] Release Apache Tomcat 7.0.83

2017-12-04 Thread Felix Schumacher
Am 30. November 2017 20:37:12 MEZ schrieb Violeta Georgieva : >The proposed Apache Tomcat 7.0.83 release is now available for voting. > >It can be obtained from: >https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.83/ >The Maven staging repo is: >https://repository.apache.org/content/re

svn commit: r1817137 - in /tomcat/trunk: java/org/apache/tomcat/util/codec/ java/org/apache/tomcat/util/codec/binary/ webapps/docs/

2017-12-04 Thread markt
Author: markt Date: Mon Dec 4 22:59:11 2017 New Revision: 1817137 URL: http://svn.apache.org/viewvc?rev=1817137&view=rev Log: Update the internal fork of Commons Codec to r1817136 to pick up some code clean-up. Modified: tomcat/trunk/java/org/apache/tomcat/util/codec/ (props changed)

svn commit: r1817136 - in /tomcat/trunk: ./ java/org/apache/tomcat/util/http/fileupload/ java/org/apache/tomcat/util/http/fileupload/disk/ webapps/docs/

2017-12-04 Thread markt
Author: markt Date: Mon Dec 4 22:32:54 2017 New Revision: 1817136 URL: http://svn.apache.org/viewvc?rev=1817136&view=rev Log: Align packaged renamed FileUpload with original. Update the internal fork of Commons FileUpload to 6c00d57 (2017-11-23) Modified: tomcat/trunk/MERGE.txt tomcat/t

svn commit: r1817126 - in /tomcat/trunk: ./ java/org/apache/tomcat/dbcp/dbcp2/ java/org/apache/tomcat/dbcp/dbcp2/cpdsadapter/ java/org/apache/tomcat/dbcp/dbcp2/datasources/ webapps/docs/

2017-12-04 Thread markt
Author: markt Date: Mon Dec 4 21:13:36 2017 New Revision: 1817126 URL: http://svn.apache.org/viewvc?rev=1817126&view=rev Log: Align packaged renamed DBCP2 with original. Update the internal fork of Commons DBCP 2 to 8a71764 (2017-10-18) Modified: tomcat/trunk/MERGE.txt tomcat/trunk/java/

Re: svn commit: r1817105 - in /tomcat/trunk: java/org/apache/catalina/core/ApplicationPushBuilder.java webapps/docs/changelog.xml

2017-12-04 Thread Rémy Maucherat
On Mon, Dec 4, 2017 at 9:22 PM, Mark Thomas wrote: > On 04/12/17 19:50, Mark Thomas wrote: > > On 04/12/17 18:03, Rémy Maucherat wrote: > > > > >> Another "feature" that looks almost impossible to implement I guess. > > > > Hmm. I only read the first part of the Javadoc. I'm not really sure what

Re: svn commit: r1817105 - in /tomcat/trunk: java/org/apache/catalina/core/ApplicationPushBuilder.java webapps/docs/changelog.xml

2017-12-04 Thread Mark Thomas
On 04/12/17 19:50, Mark Thomas wrote: > On 04/12/17 18:03, Rémy Maucherat wrote: >> Another "feature" that looks almost impossible to implement I guess. > > Hmm. I only read the first part of the Javadoc. I'm not really sure what > the second part is getting at with "... a container generated t

Re: svn commit: r1817105 - in /tomcat/trunk: java/org/apache/catalina/core/ApplicationPushBuilder.java webapps/docs/changelog.xml

2017-12-04 Thread Mark Thomas
On 04/12/17 18:03, Rémy Maucherat wrote: > On Mon, Dec 4, 2017 at 6:05 PM, Mark Thomas wrote: > >> On 04/12/17 16:59, r...@apache.org wrote: >>> Author: remm >>> Date: Mon Dec 4 16:59:12 2017 >>> New Revision: 1817105 >>> >>> URL: http://svn.apache.org/viewvc?rev=1817105&view=rev >>> Log: >>> Mi

Re: svn commit: r1817105 - in /tomcat/trunk: java/org/apache/catalina/core/ApplicationPushBuilder.java webapps/docs/changelog.xml

2017-12-04 Thread Rémy Maucherat
On Mon, Dec 4, 2017 at 6:05 PM, Mark Thomas wrote: > On 04/12/17 16:59, r...@apache.org wrote: > > Author: remm > > Date: Mon Dec 4 16:59:12 2017 > > New Revision: 1817105 > > > > URL: http://svn.apache.org/viewvc?rev=1817105&view=rev > > Log: > > Minor push builder fixes: don't remove the auth

svn commit: r1817109 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationPushBuilder.java

2017-12-04 Thread remm
Author: remm Date: Mon Dec 4 17:57:33 2017 New Revision: 1817109 URL: http://svn.apache.org/viewvc?rev=1817109&view=rev Log: Revert Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationPushBuilder.java Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationPushBuilder.ja

buildbot success in on tomcat-trunk

2017-12-04 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/2885 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

Re: svn commit: r1817105 - in /tomcat/trunk: java/org/apache/catalina/core/ApplicationPushBuilder.java webapps/docs/changelog.xml

2017-12-04 Thread Mark Thomas
On 04/12/17 16:59, r...@apache.org wrote: > Author: remm > Date: Mon Dec 4 16:59:12 2017 > New Revision: 1817105 > > URL: http://svn.apache.org/viewvc?rev=1817105&view=rev > Log: > Minor push builder fixes: don't remove the auth header, -1. The Javadoc for PushBuilder explicitly lists Authoriza

svn commit: r1817105 - in /tomcat/trunk: java/org/apache/catalina/core/ApplicationPushBuilder.java webapps/docs/changelog.xml

2017-12-04 Thread remm
Author: remm Date: Mon Dec 4 16:59:12 2017 New Revision: 1817105 URL: http://svn.apache.org/viewvc?rev=1817105&view=rev Log: Minor push builder fixes: don't remove the auth header, and exception on an empty method. Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationPushBuilder.

svn commit: r1817104 - /tomcat/trunk/java/org/apache/tomcat/dbcp/pool2/impl/CallStack.java

2017-12-04 Thread markt
Author: markt Date: Mon Dec 4 16:55:22 2017 New Revision: 1817104 URL: http://svn.apache.org/viewvc?rev=1817104&view=rev Log: Fix Javadoc errors reported by CI Modified: tomcat/trunk/java/org/apache/tomcat/dbcp/pool2/impl/CallStack.java Modified: tomcat/trunk/java/org/apache/tomcat/dbcp/poo

svn commit: r1817096 - in /tomcat/trunk: ./ java/org/apache/tomcat/dbcp/pool2/ java/org/apache/tomcat/dbcp/pool2/impl/ webapps/docs/

2017-12-04 Thread markt
Author: markt Date: Mon Dec 4 14:44:22 2017 New Revision: 1817096 URL: http://svn.apache.org/viewvc?rev=1817096&view=rev Log: Align packaged renamed Pool2 with original. I ended up adding the useless (in the context of DBCP) SecurityManager based CallStack implementation because excluding was co

buildbot failure in on tomcat-trunk

2017-12-04 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/2883 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler schedu

svn commit: r1817092 - /tomcat/trunk/java/org/apache/tomcat/dbcp/pool2/impl/

2017-12-04 Thread markt
Author: markt Date: Mon Dec 4 13:56:01 2017 New Revision: 1817092 URL: http://svn.apache.org/viewvc?rev=1817092&view=rev Log: Align packaged renamed Pool2 with original. Useless (in the context of DBCP) SecurityManager based CallStack implementation excluded. This updates Pool2 to the point wher

Re: [VOTE] Release Apache Tomcat 7.0.83

2017-12-04 Thread Huxing Zhang
Hi, The proposed 7.0.83 release is: [ ] Broken - do not release [ X ] Stable - go ahead and release as 7.0.83 Stable Unit test passed on JDK6 Examples: ok Our test web application runs fine. One thing that I want to confirm is: I use Java 9 to build the source code, however it failed with the f

svn commit: r1817089 - in /tomcat/trunk/java/org/apache/tomcat/util/bcel: ./ Const.java

2017-12-04 Thread markt
Author: markt Date: Mon Dec 4 13:19:13 2017 New Revision: 1817089 URL: http://svn.apache.org/viewvc?rev=1817089&view=rev Log: Align packaged renamed BCEL with original. No functional changed. Reformatted Javadoc only. Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/ (props changed)

svn commit: r1817088 - in /tomcat/trunk: java/org/apache/catalina/tribes/membership/Membership.java res/findbugs/filter-false-positives.xml test/org/apache/catalina/tribes/membership/TestMembership.ja

2017-12-04 Thread markt
Author: markt Date: Mon Dec 4 12:46:55 2017 New Revision: 1817088 URL: http://svn.apache.org/viewvc?rev=1817088&view=rev Log: Refactor so clone() works correctly for sub-classes (it seemed reasonable that this might get sub-classed) Modified: tomcat/trunk/java/org/apache/catalina/tribes/mem

svn commit: r1817081 - /tomcat/trunk/test/org/apache/catalina/tribes/membership/TestMembership.java

2017-12-04 Thread markt
Author: markt Date: Mon Dec 4 10:26:59 2017 New Revision: 1817081 URL: http://svn.apache.org/viewvc?rev=1817081&view=rev Log: Add a test case for the clone() method before I start making changes to fix a SpotBugs issue. Added: tomcat/trunk/test/org/apache/catalina/tribes/membership/TestMemb

svn commit: r1817079 - /tomcat/trunk/java/org/apache/catalina/tribes/util/ExecutorFactory.java

2017-12-04 Thread markt
Author: markt Date: Mon Dec 4 10:07:09 2017 New Revision: 1817079 URL: http://svn.apache.org/viewvc?rev=1817079&view=rev Log: Silence SpotBugs warning. It is pretty unlikely an instance of this class will be serialized. Modified: tomcat/trunk/java/org/apache/catalina/tribes/util/ExecutorFac

svn commit: r1817078 - /tomcat/trunk/java/org/apache/catalina/tribes/util/ExecutorFactory.java

2017-12-04 Thread markt
Author: markt Date: Mon Dec 4 10:00:59 2017 New Revision: 1817078 URL: http://svn.apache.org/viewvc?rev=1817078&view=rev Log: offer() checks for parent==null so force should too Modified: tomcat/trunk/java/org/apache/catalina/tribes/util/ExecutorFactory.java Modified: tomcat/trunk/java/org/

[Bug 61854] New: Function not found when using maps or sets in EL expressions

2017-12-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61854 Bug ID: 61854 Summary: Function not found when using maps or sets in EL expressions Product: Tomcat 9 Version: 9.0.2 Hardware: PC OS: Linux St

svn commit: r1817074 - in /tomcat/trunk/java/org/apache/catalina/tribes/transport: bio/MultipointBioSender.java nio/ParallelNioSender.java

2017-12-04 Thread markt
Author: markt Date: Mon Dec 4 09:03:06 2017 New Revision: 1817074 URL: http://svn.apache.org/viewvc?rev=1817074&view=rev Log: Spotbugs fixes (rank >=16) in tribes.transport Reformat so Spotbugs can determine the exceptions are ignored deliberately. Modified: tomcat/trunk/java/org/apache/cat