[Bug 62122] undefined symbol: SSL_COMP_free_compression_methods

2018-06-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62122 --- Comment #5 from jbal...@akamai.com --- I successfully rested with this fix. I verified that I no longer received the error message. -- You are receiving this mail because: You are the assignee for the bug. -

buildbot success in on tomcat-8-trunk

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

buildbot success in on tomcat-trunk

2018-06-05 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/3342 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

[Bug 62391] Unable to Install Windows Service with Server JRE

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

svn commit: r1832969 - in /tomcat/tc7.0.x/trunk: ./ bin/service.bat bin/setclasspath.bat webapps/docs/changelog.xml

2018-06-05 Thread markt
Author: markt Date: Tue Jun 5 19:22:45 2018 New Revision: 1832969 URL: http://svn.apache.org/viewvc?rev=1832969&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62391 Remove references to javaw.exe as this file is not required by Tomcat and the references prevent the use of the S

svn commit: r1832968 - in /tomcat/tc8.0.x/trunk: ./ bin/service.bat bin/setclasspath.bat webapps/docs/changelog.xml

2018-06-05 Thread markt
Author: markt Date: Tue Jun 5 19:21:06 2018 New Revision: 1832968 URL: http://svn.apache.org/viewvc?rev=1832968&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62391 Remove references to javaw.exe as this file is not required by Tomcat and the references prevent the use of the S

svn commit: r1832967 - in /tomcat/tc8.5.x/trunk: ./ bin/service.bat bin/setclasspath.bat webapps/docs/changelog.xml

2018-06-05 Thread markt
Author: markt Date: Tue Jun 5 19:20:12 2018 New Revision: 1832967 URL: http://svn.apache.org/viewvc?rev=1832967&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62391 Remove references to javaw.exe as this file is not required by Tomcat and the references prevent the use of the S

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

2018-06-05 Thread markt
Author: markt Date: Tue Jun 5 19:19:42 2018 New Revision: 1832966 URL: http://svn.apache.org/viewvc?rev=1832966&view=rev Log: Typo Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs

svn commit: r1832965 - in /tomcat/trunk: bin/service.bat bin/setclasspath.bat webapps/docs/changelog.xml

2018-06-05 Thread markt
Author: markt Date: Tue Jun 5 19:14:42 2018 New Revision: 1832965 URL: http://svn.apache.org/viewvc?rev=1832965&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62391 Remove references to javaw.exe as this file is not required by Tomcat and the references prevent the use if the S

buildbot failure in on tomcat-trunk

2018-06-05 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/3341 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler schedu

svn commit: r1832963 - in /tomcat/trunk: java/org/apache/juli/ test/org/apache/catalina/authenticator/ test/org/apache/catalina/connector/ test/org/apache/catalina/core/ test/org/apache/catalina/nonbl

2018-06-05 Thread markt
Author: markt Date: Tue Jun 5 19:04:01 2018 New Revision: 1832963 URL: http://svn.apache.org/viewvc?rev=1832963&view=rev Log: SpotBugs: Make fields static Modified: tomcat/trunk/java/org/apache/juli/AsyncFileHandler.java tomcat/trunk/java/org/apache/juli/FileHandler.java tomcat/trunk

svn commit: r1832961 - /tomcat/trunk/java/org/apache/catalina/valves/AbstractAccessLogValve.java

2018-06-05 Thread markt
Author: markt Date: Tue Jun 5 18:49:14 2018 New Revision: 1832961 URL: http://svn.apache.org/viewvc?rev=1832961&view=rev Log: SpotBugs: Inner class should be static Modified: tomcat/trunk/java/org/apache/catalina/valves/AbstractAccessLogValve.java Modified: tomcat/trunk/java/org/apache/cat

svn commit: r1832959 - in /tomcat/trunk: res/findbugs/filter-false-positives.xml test/org/apache/tomcat/websocket/TestWsPingPongMessages.java

2018-06-05 Thread markt
Author: markt Date: Tue Jun 5 18:32:27 2018 New Revision: 1832959 URL: http://svn.apache.org/viewvc?rev=1832959&view=rev Log: SpotBugs: Use of new String(String) Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml tomcat/trunk/test/org/apache/tomcat/websocket/TestWsPingPongMes

Re: Tomcat 8.0 EOL has announced. When EOL of 8.5 is expected?

2018-06-05 Thread Ignat Alexeyenko
Hi Mark! Thanks for the quick and detailed response - that makes things much easier to plan on our end. Cheers, Ignat Alexeyenko Atlassian On Tue, Jun 5, 2018 at 5:32 PM, Mark Thomas wrote: > On 05/06/18 14:58, Ignat Alexeyenko wrote: > > Hello, everyone! > > > > Just found out today that Tomc

svn commit: r1832958 - in /tomcat/trunk/java/org/apache/catalina: core/ApplicationFilterConfig.java filters/CorsFilter.java filters/RemoteIpFilter.java filters/RequestDumperFilter.java

2018-06-05 Thread markt
Author: markt Date: Tue Jun 5 17:56:22 2018 New Revision: 1832958 URL: http://svn.apache.org/viewvc?rev=1832958&view=rev Log: Making Log instances non-static triggered a few SpotBugs warnings around Serialization. Fix them. Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationFil

Re: Tomcat 8.0 EOL has announced. When EOL of 8.5 is expected?

2018-06-05 Thread Mark Thomas
On 05/06/18 14:58, Ignat Alexeyenko wrote: > Hello, everyone! > > Just found out today that Tomcat 8.0 reaches end of life this months. Could > you please advice on approximate timeframe for how long 8.5 version is > going to be supported, so we could plan our upgrades. There is currently no plan

Tomcat 8.0 EOL has announced. When EOL of 8.5 is expected?

2018-06-05 Thread Ignat Alexeyenko
Hello, everyone! Just found out today that Tomcat 8.0 reaches end of life this months. Could you please advice on approximate timeframe for how long 8.5 version is going to be supported, so we could plan our upgrades. Thanks! P.S.: I wasn't able to find the question on the website, so a minor su

Re: svn commit: r1832936 - /tomcat/native/trunk/native/src/sslutils.c

2018-06-05 Thread Mark Thomas
On 05/06/18 13:55, jfcl...@apache.org wrote: > Author: jfclere > Date: Tue Jun 5 12:55:05 2018 > New Revision: 1832936 > > URL: http://svn.apache.org/viewvc?rev=1832936&view=rev > Log: > ssl_ocsp_request() sets the error correctly already. > > Modified: > tomcat/native/trunk/native/src/sslut

svn commit: r1832936 - /tomcat/native/trunk/native/src/sslutils.c

2018-06-05 Thread jfclere
Author: jfclere Date: Tue Jun 5 12:55:05 2018 New Revision: 1832936 URL: http://svn.apache.org/viewvc?rev=1832936&view=rev Log: ssl_ocsp_request() sets the error correctly already. Modified: tomcat/native/trunk/native/src/sslutils.c Modified: tomcat/native/trunk/native/src/sslutils.c URL:

buildbot failure in on tomcat-8-trunk

2018-06-05 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/1338 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sc

[Bug 62376] PropertyNotFoundException since 8.5.25

2018-06-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62376 --- Comment #3 from Mark Thomas --- Without a test case that demonstrates this issue, this bug report is going to be resolved as INVALID based on the analysis in comment #1. -- You are receiving this mail because: You are the assignee for the

svn commit: r1832928 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/RemoteIpFilter.java java/org/apache/catalina/valves/RemoteIpValve.java

2018-06-05 Thread markt
Author: markt Date: Tue Jun 5 09:42:30 2018 New Revision: 1832928 URL: http://svn.apache.org/viewvc?rev=1832928&view=rev Log: Include ::1 as well as 0:0:0:0:0:0:0:1 in the internal proxy list as APR returns ::1 rather than 0:0:0:0:0:0:0:1. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1832927 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/filters/RemoteIpFilter.java java/org/apache/catalina/valves/RemoteIpValve.java

2018-06-05 Thread markt
Author: markt Date: Tue Jun 5 09:41:50 2018 New Revision: 1832927 URL: http://svn.apache.org/viewvc?rev=1832927&view=rev Log: Include ::1 as well as 0:0:0:0:0:0:0:1 in the internal proxy list as APR returns ::1 rather than 0:0:0:0:0:0:0:1. Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1832926 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/filters/RemoteIpFilter.java java/org/apache/catalina/valves/RemoteIpValve.java

2018-06-05 Thread markt
Author: markt Date: Tue Jun 5 09:41:34 2018 New Revision: 1832926 URL: http://svn.apache.org/viewvc?rev=1832926&view=rev Log: Include ::1 as well as 0:0:0:0:0:0:0:1 in the internal proxy list as APR returns ::1 rather than 0:0:0:0:0:0:0:1. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1832925 - in /tomcat/trunk/java/org/apache/catalina: filters/RemoteIpFilter.java valves/RemoteIpValve.java

2018-06-05 Thread markt
Author: markt Date: Tue Jun 5 09:41:05 2018 New Revision: 1832925 URL: http://svn.apache.org/viewvc?rev=1832925&view=rev Log: Include ::1 as well as 0:0:0:0:0:0:0:1 in the internal proxy list as APR returns ::1 rather than 0:0:0:0:0:0:0:1. Modified: tomcat/trunk/java/org/apache/catalina/fil

Re: svn commit: r1832863 - /tomcat/native/trunk/native/src/sslutils.c

2018-06-05 Thread jean-frederic clere
On 04/06/18 18:02, jfcl...@apache.org wrote: > +++ tomcat/native/trunk/native/src/sslutils.c Mon Jun 4 16:02:26 2018 > @@ -532,7 +532,7 @@ static int ssl_verify_OCSP(int ok, X509_ > break; > case OCSP_STATUS_UNKNOWN: > /* correct error code for application errors

svn commit: r1832914 - in /tomcat/trunk: java/org/apache/catalina/ha/session/DeltaManager.java webapps/docs/changelog.xml

2018-06-05 Thread kfujino
Author: kfujino Date: Tue Jun 5 07:32:13 2018 New Revision: 1832914 URL: http://svn.apache.org/viewvc?rev=1832914&view=rev Log: When sending the GET_ALL_SESSIONS message, make sure that sends with asynchronous option in order to avoid ack timeout. Waiting to receive the ALL_SESSION_DATA message