Re: commons-daemon packaging question

2019-04-05 Thread Konstantin Kolinko
пт, 5 апр. 2019 г. в 22:48, Coty Sutherland : > > Hi, > > I'm looking into commons-daemon in Tomcat and it appears that the Windows > executables (prunsrv and prunmgr) don't require the commons-daemon.jar to > run Tomcat like the *nix binary (jsvc) does. Can someone confirm that (I > tested it and

commons-daemon packaging question

2019-04-05 Thread Coty Sutherland
Hi, I'm looking into commons-daemon in Tomcat and it appears that the Windows executables (prunsrv and prunmgr) don't require the commons-daemon.jar to run Tomcat like the *nix binary (jsvc) does. Can someone confirm that (I tested it and it seems to work fine without the jar)? If it's unused I

[Bug 63320] StatementCache interceptor does not cache statements that return values in dedicated columns

2019-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63320 Ronny Schuetz changed: What|Removed |Added Severity|normal |major -- You are receiving this mail

[Bug 63320] New: StatementCache interceptor does not cache statements that return values in dedicated columns

2019-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63320 Bug ID: 63320 Summary: StatementCache interceptor does not cache statements that return values in dedicated columns Product: Tomcat Modules Version: unspecified

[Bug 63318] New: Invalid character found in the request target 400 error ignores ErrorReportValve

2019-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63318 Bug ID: 63318 Summary: Invalid character found in the request target 400 error ignores ErrorReportValve Product: Tomcat 9 Version: 9.0.17 Hardware: PC

Re: JDK 13 - Early Access build 14 is available

2019-04-05 Thread Rory O'Donnell
Thanks for that Mark! On 05/04/2019 12:02, Mark Thomas wrote: On 29/03/2019 11:22, Rory O'Donnell wrote: Hi Mark, *OpenJDK builds *- JDK 13 - Early Access build 14 is available at http://jdk.java.net/13/ Thanks for the heads up. I built Tomcat with EA15 (a new release was available by the

[Bug 63205] Unable to load certificate store on openjdk

2019-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63205 --- Comment #4 from Mark Thomas --- Note: The Java fix is in JDK13 EA15 which means Tomcat will need a minimum Java version of 13 before this workaround can be removed. -- You are receiving this mail because: You are the assignee for the

[tomcat] branch 7.0.x updated (8b74c5f -> a3794d8)

2019-04-05 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 8b74c5f Generics: PooledConnectionImpl new bd0afd9 Add note regarding when this workaround can be removed

[tomcat] branch 8.5.x updated (5bb9cae -> d88b718)

2019-04-05 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 5bb9cae https://bz.apache.org/bugzilla/show_bug.cgi?id=63286 access log formats new 2234172 Add note regarding

[tomcat] branch master updated (de1f55e -> 9fc4a43)

2019-04-05 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from de1f55e Fix maven URLs in example new ed1e77c Add note regarding when this workaround can be removed new

Re: JDK 13 - Early Access build 14 is available

2019-04-05 Thread Mark Thomas
On 29/03/2019 11:22, Rory O'Donnell wrote: > Hi Mark, > > *OpenJDK builds *- JDK 13 - Early Access build 14 is available at > http://jdk.java.net/13/ Thanks for the heads up. I built Tomcat with EA15 (a new release was available by the time this reached the top of my TODO list) and ran the unit

Re: JDK 12: First Release Candidate available

2019-04-05 Thread Mark Thomas
Hi Muneer, I can confirm the fix. Many thanks, Mark On 05/04/2019 05:56, abdul.kolarku...@oracle.com wrote: > Hi Mark, > > The bug JDK-8157404 has been fixed and fix is available in the JDK 13 > build 15 : http://jdk.java.net/13/ > > Thanks, > > Muneer > > > On 04/03/19 2:43 PM, Rory