Re: "Missing" break in listenerStart?

2021-01-13 Thread Romain Manni-Bucau
Le mer. 13 janv. 2021 à 15:42, Konstantin Kolinko a écrit : > Hi! > > ср, 13 янв. 2021 г. в 17:04, Romain Manni-Bucau : > > > > Drafted https://github.com/apache/tomcat/pull/400 in regards of that > topic. > > > > Looks good thus far. > Several notes: > > 1. Maybe others disagree, but I am OK

Re: JDK 16 Early Access build 26 is now available

2021-01-13 Thread Mark Thomas
On 12/01/2021 13:53, Rory O'Donnell wrote: > Hi Mark, > > Dev guys are still looking at this, not an easy fix ! > > One question, is this for OpenJDK 8 ? Hi Rory, Yes this is being observed with OpenJDK 8. Mark > > Rgds,Rory > > On 03/12/2020 08:57, Rory O'Donnell wrote: >> Hi Mark, >> >>

Re: [PROPOSAL] Change default SSLHostConfig.protocols

2021-01-13 Thread Mark Thomas
On 12/01/2021 19:31, Christopher Schultz wrote: > All, > > For Tomcat 10 (only), I propose we change the default SSLHostConfig > protocols attribute from the current "SSLv2Hello, TLSv1, TLSv1.1, > TLSv1.2, TLSv1.3" to SSLv2Hello, TLSv1.2, TLSv1.3". > > (That is, remove TLSv1 and TLSv1.1 from the

[jira] [Resolved] (MTOMCAT-322) Use https upload file will fail

2021-01-13 Thread Mark Thomas (Jira)
[ https://issues.apache.org/jira/browse/MTOMCAT-322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved MTOMCAT-322. - Resolution: Not A Problem Closing as per previous comment > Use https upload file will fail >

[GitHub] [tomcat] markt-asf commented on pull request #400: adding exitOnFirstListenerFailure flag in standardcontext to enable to stop at first listener error

2021-01-13 Thread GitBox
markt-asf commented on pull request #400: URL: https://github.com/apache/tomcat/pull/400#issuecomment-759504799 Can you expand on why this is an issue? The web application doesn't start either way and - generally - I think I'd prefer to see the scale of the problem (how many errors are

[GitHub] [tomcat] rmaucher commented on pull request #400: adding exitOnFirstListenerFailure flag in standardcontext to enable to stop at first listener error

2021-01-13 Thread GitBox
rmaucher commented on pull request #400: URL: https://github.com/apache/tomcat/pull/400#issuecomment-759479208 Ideally, this should be resolved one way or the other by the specification. Also I noticed there is a failCtxIfServletStartFails attribute already, which can easily be abused

Re: "Missing" break in listenerStart?

2021-01-13 Thread Konstantin Kolinko
Hi! ср, 13 янв. 2021 г. в 17:04, Romain Manni-Bucau : > > Drafted https://github.com/apache/tomcat/pull/400 in regards of that topic. > Looks good thus far. Several notes: 1. Maybe others disagree, but I am OK with the default for "exitOnFirstListenerFailure" property being changed to "true".

[GitHub] [tomcat] rmannibucau opened a new pull request #400: adding exitOnFirstListenerFailure flag in standardcontext to enable to stop at first listener error

2021-01-13 Thread GitBox
rmannibucau opened a new pull request #400: URL: https://github.com/apache/tomcat/pull/400 follow up of the list discussion, trying to propose a new flag. This is an automated message from the Apache Git Service. To respond

Re: "Missing" break in listenerStart?

2021-01-13 Thread Romain Manni-Bucau
Drafted https://github.com/apache/tomcat/pull/400 in regards of that topic. Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

Idea setup not functional for community edition

2021-01-13 Thread Romain Manni-Bucau
Hi all, Not sure if all Tomcat dev using idea have the ultimate edition but seems externalDependencies.xml relies on plugins not available on community edition (2020.01) like . Not a big blocker since at the end it is about setting up some folder and importing the few dependencies in the IDE but

[GitHub] [tomcat] rmannibucau edited a comment on pull request #400: adding exitOnFirstListenerFailure flag in standardcontext to enable to stop at first listener error

2021-01-13 Thread GitBox
rmannibucau edited a comment on pull request #400: URL: https://github.com/apache/tomcat/pull/400#issuecomment-759482144 @rmaucher agree it would be great if spec can clarifies it (in a way making the flag true OOTB ;)) but merging with the servlet flag is kind of different, listener

[GitHub] [tomcat] rmannibucau commented on pull request #400: adding exitOnFirstListenerFailure flag in standardcontext to enable to stop at first listener error

2021-01-13 Thread GitBox
rmannibucau commented on pull request #400: URL: https://github.com/apache/tomcat/pull/400#issuecomment-759482144 @rmaucher agree it would be great if spec can clarifies it (in a way making the flag true OOTB ;)) but merging with the servlet flag is kind of different, listener being used

[GitHub] [tomcat] minfrin commented on pull request #382: Add support for unix domain sockets.

2021-01-13 Thread GitBox
minfrin commented on pull request #382: URL: https://github.com/apache/tomcat/pull/382#issuecomment-759497608 > * The permission attribute, is it really useful ? In the absence of a permission attribute (and without the "everyone" default), the socket is equivalent to a TCP port