Re: [VOTE] Release Apache Tomcat 8.0.27

2015-10-01 Thread Christopher Schultz
Mark, On 9/28/15 7:26 AM, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.27 release is now available for voting. > > The main changes since 8.0.26 are: > > - Correctly handle \${ vs \$ escaping in JSP and EL > > - Fix for issues with NIO + SSL + sendfile > > - Various TLD parsing fixes >

Re: [VOTE] Release Apache Tomcat 8.0.27

2015-09-30 Thread Rainer Jung
Am 28.09.2015 um 13:26 schrieb Mark Thomas: The proposed Apache Tomcat 8.0.27 release is now available for voting. The main changes since 8.0.26 are: - Correctly handle \${ vs \$ escaping in JSP and EL - Fix for issues with NIO + SSL + sendfile - Various TLD parsing fixes - Fix multiple (mos

Re: [VOTE] Release Apache Tomcat 8.0.27

2015-09-30 Thread Felix Schumacher
Am 28.09.2015 um 13:26 schrieb Mark Thomas: The proposed Apache Tomcat 8.0.27 release is now available for voting. The main changes since 8.0.26 are: - Correctly handle \${ vs \$ escaping in JSP and EL - Fix for issues with NIO + SSL + sendfile - Various TLD parsing fixes - Fix multiple (mos

Re: [VOTE] Release Apache Tomcat 8.0.27

2015-09-30 Thread Mark Thomas
On 29/09/2015 20:58, Violeta Georgieva wrote: > 2015-09-29 22:48 GMT+03:00 Mark Thomas : >> >> On 29/09/2015 20:37, Violeta Georgieva wrote: >>> org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() > for >>> servlet [jsp] in context with path [/test] threw exception [/el-misc.

Re: [VOTE] Release Apache Tomcat 8.0.27

2015-09-29 Thread Violeta Georgieva
2015-09-29 22:48 GMT+03:00 Mark Thomas : > > On 29/09/2015 20:37, Violeta Georgieva wrote: > > 2015-09-28 14:26 GMT+03:00 Mark Thomas : > > > > >> The proposed 8.0.27 release is: > >> [ ] Broken - do not release > >> [ ] Stable - go ahead and release as 8.0.27 > > > > I have the following use case

Re: [VOTE] Release Apache Tomcat 8.0.27

2015-09-29 Thread Mark Thomas
On 29/09/2015 20:37, Violeta Georgieva wrote: > 2015-09-28 14:26 GMT+03:00 Mark Thomas : >> The proposed 8.0.27 release is: >> [ ] Broken - do not release >> [ ] Stable - go ahead and release as 8.0.27 > > I have the following use case [1]. It used to be working with the previous > version (8.0

Re: [VOTE] Release Apache Tomcat 8.0.27

2015-09-29 Thread Violeta Georgieva
Hi, 2015-09-28 14:26 GMT+03:00 Mark Thomas : > > The proposed Apache Tomcat 8.0.27 release is now available for voting. > > The main changes since 8.0.26 are: > > - Correctly handle \${ vs \$ escaping in JSP and EL > > - Fix for issues with NIO + SSL + sendfile > > - Various TLD parsing fixes > >

Re: [VOTE] Release Apache Tomcat 8.0.27

2015-09-28 Thread Jeanfrancois Arcand
[X] Stable - go ahead and release as 8.0.27 -- Jeanfrancois On 2015-09-28 7:26 AM, Mark Thomas wrote: The proposed Apache Tomcat 8.0.27 release is now available for voting. The main changes since 8.0.26 are: - Correctly handle \${ vs \$ escaping in JSP and EL - Fix for issues with NIO + SS

Re: [VOTE] Release Apache Tomcat 8.0.27

2015-09-28 Thread Rémy Maucherat
2015-09-28 13:26 GMT+02:00 Mark Thomas : > The proposed 8.0.27 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.0.27 > > Rémy

Re: [VOTE] Release Apache Tomcat 8.0.27

2015-09-28 Thread Mark Thomas
On 28/09/2015 12:26, Mark Thomas wrote: > The proposed 8.0.27 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.0.27 Unit tests pass for BIO, NIO, NIO2 and APR/native on Linux, OSX and Windows. Mark ---