buildbot failure in on tomcat-trunk

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

Re: [VOTE] Release Apache Tomcat 9.0.7

2018-04-05 Thread Felix Schumacher
Am 3. April 2018 22:25:54 MESZ schrieb Mark Thomas : >The proposed Apache Tomcat 9.0.7 release is now available for voting. > >The major changes compared to the 9.0.6 release are: > >- Add support for the maxDays attribute to the AccessLogValve and > ExtendedAccessLogValve. This allows the maxim

Re: [VOTE] Release Apache Tomcat 8.5.30

2018-04-05 Thread Felix Schumacher
Am 3. April 2018 22:36:45 MESZ schrieb Mark Thomas : >The proposed Apache Tomcat 8.5.30 release is now available for voting. > >The major changes compared to the 8.5.29 release are: > >- Add support for the maxDays attribute to the AccessLogValve and > ExtendedAccessLogValve. This allows the max

svn commit: r1828469 - /tomcat/trunk/res/findbugs/filter-false-positives.xml

2018-04-05 Thread markt
Author: markt Date: Thu Apr 5 19:38:08 2018 New Revision: 1828469 URL: http://svn.apache.org/viewvc?rev=1828469&view=rev Log: SpotBugs False positives Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml URL: http://s

Re: [VOTE] Release Apache Tomcat 9.0.7

2018-04-05 Thread Violeta Georgieva
2018-04-03 23:25 GMT+03:00 Mark Thomas : > > The proposed Apache Tomcat 9.0.7 release is now available for voting. > > The major changes compared to the 9.0.6 release are: > > - Add support for the maxDays attribute to the AccessLogValve and > ExtendedAccessLogValve. This allows the maximum numbe

Re: [VOTE] Release Apache Tomcat 8.5.30

2018-04-05 Thread Violeta Georgieva
2018-04-03 23:36 GMT+03:00 Mark Thomas : > > The proposed Apache Tomcat 8.5.30 release is now available for voting. > > The major changes compared to the 8.5.29 release are: > > - Add support for the maxDays attribute to the AccessLogValve and > ExtendedAccessLogValve. This allows the maximum num

svn commit: r1828459 - /tomcat/trunk/java/org/apache/catalina/valves/rewrite/RewriteCond.java

2018-04-05 Thread markt
Author: markt Date: Thu Apr 5 18:10:22 2018 New Revision: 1828459 URL: http://svn.apache.org/viewvc?rev=1828459&view=rev Log: SpotBugs Refactor to remove some duplicated (and unused) code. Modified: tomcat/trunk/java/org/apache/catalina/valves/rewrite/RewriteCond.java Modified: tomcat/trunk

[Bug 57434] Race condition in EL1.0 validation

2018-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57434 Jeremy Boynes changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #9 from Jeremy Bo

svn commit: r1828458 - in /tomcat/taglibs/standard/trunk: CHANGES.txt jstlel/src/main/java/org/apache/taglibs/standard/lang/jstl/ELEvaluator.java jstlel/src/main/java/org/apache/taglibs/standard/lang/

2018-04-05 Thread jboynes
Author: jboynes Date: Thu Apr 5 17:48:41 2018 New Revision: 1828458 URL: http://svn.apache.org/viewvc?rev=1828458&view=rev Log: 57434 - Fix race condition in ELEvaluator for 1.0 expressions Modified: tomcat/taglibs/standard/trunk/CHANGES.txt tomcat/taglibs/standard/trunk/jstlel/src/main

Throwing shade on OpenSSL's RNG?

2018-04-05 Thread Christopher Schultz
All, I had never seen anyone mention this, but ... http://latacora.singles/2018/04/03/cryptographic-right-answers.html The first reference to "openssl" in the page recommends against using the RNG from that library. This is a cryptographer author, so I assume that "RNG" means something different

[Bug 57434] Race condition in EL1.0 validation

2018-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57434 --- Comment #8 from Jeremy Boynes --- Created attachment 35845 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35845&action=edit Adds new public method that allows the cache to be bypassed when parsing expressions. Based on Tomas's PR,

[Bug 62263] New: java.lang.NullPointerException when using RemoteIpValve

2018-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62263 Bug ID: 62263 Summary: java.lang.NullPointerException when using RemoteIpValve Product: Tomcat 9 Version: 9.0.6 Hardware: PC Status: NEW Severity: n

Re: [VOTE] Release Apache Tomcat 8.5.30

2018-04-05 Thread Huxing Zhang
Hi, The proposed 8.5.30 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 8.5.30 Unit test: ok Examples: ok Tested running on Java 10: ok On Wed, Apr 4, 2018 at 4:36 AM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.30 release is now available for voting. > > Th

svn commit: r1828411 - in /tomcat/trunk/java/org/apache/catalina/tribes: membership/McastServiceImpl.java transport/PooledSender.java

2018-04-05 Thread markt
Author: markt Date: Thu Apr 5 10:00:05 2018 New Revision: 1828411 URL: http://svn.apache.org/viewvc?rev=1828411&view=rev Log: SpotBugs Fix some low severity warnings Modified: tomcat/trunk/java/org/apache/catalina/tribes/membership/McastServiceImpl.java tomcat/trunk/java/org/apache/cata

svn commit: r1828410 - in /tomcat/trunk/java/org/apache/catalina/tribes/transport: AbstractRxTask.java RxTaskPool.java bio/BioReceiver.java bio/BioReplicationTask.java

2018-04-05 Thread markt
Author: markt Date: Thu Apr 5 09:59:40 2018 New Revision: 1828410 URL: http://svn.apache.org/viewvc?rev=1828410&view=rev Log: As of r487420, the RxTask implementations don't implement run() as loop with a call to wait(). Clean-up some left-over syncs and notify() calls. Modified: tomcat/tru

svn commit: r1828409 - /tomcat/trunk/java/org/apache/catalina/tribes/membership/Membership.java

2018-04-05 Thread markt
Author: markt Date: Thu Apr 5 09:55:16 2018 New Revision: 1828409 URL: http://svn.apache.org/viewvc?rev=1828409&view=rev Log: Fix comment typo Modified: tomcat/trunk/java/org/apache/catalina/tribes/membership/Membership.java Modified: tomcat/trunk/java/org/apache/catalina/tribes/membership

svn commit: r1828408 - /tomcat/trunk/res/findbugs/filter-false-positives.xml

2018-04-05 Thread markt
Author: markt Date: Thu Apr 5 09:54:44 2018 New Revision: 1828408 URL: http://svn.apache.org/viewvc?rev=1828408&view=rev Log: SpotBugs More false positives Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml URL: htt

svn commit: r1828407 - /tomcat/trunk/java/org/apache/catalina/tribes/io/ChannelData.java

2018-04-05 Thread markt
Author: markt Date: Thu Apr 5 09:54:21 2018 New Revision: 1828407 URL: http://svn.apache.org/viewvc?rev=1828407&view=rev Log: Spotbugs Remove unnecessary code Modified: tomcat/trunk/java/org/apache/catalina/tribes/io/ChannelData.java Modified: tomcat/trunk/java/org/apache/catalina/tribes/io

[Bug 62258] getOutputStream() has already been called for this response with caught IOException and jsp error page

2018-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62258 --- Comment #1 from Remy Maucherat --- I don't see what the refactoring could have changed here at this point. The problem is the response is committed (really, as you wrote data) and so that's why there's an include (which fails as you saw). T