Re: ALv2 Tomcat Training material

2018-01-05 Thread Don Flinn
Hi Mark, I think this is an excellent and useful task. The first step is to define the audiences of which I would like to suggest five. 1. Experienced System administrators with experience in security and SSL 2. Experienced System administrators with no or little experience in security and SSL 3

Re: Subscription to tomcat-users

2018-01-05 Thread Coty Sutherland
Is there some reason why this user can't subscribe to the users@ list? They found me in freenode and seemingly get no response from the list emails (users@ and users-help@). Cheers, On Fri, Jan 5, 2018 at 3:40 PM, Alex wrote: > Hello, > > This is my address that doesn't get into the tomcat-users

Re: [EXTERNAL]Re: org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun Handshake failed

2018-01-05 Thread Rémy Maucherat
On Fri, Jan 5, 2018 at 3:43 PM, Michael Peng < michael.p...@entrustdatacard.com> wrote: > Hi, Remy, > > Is the fix available for 8.5.16? if not, could you please share the code > changes? > This is the fix as the code seemed incorrect when thinking about it some more. Rémy

Re: internalProxies regex

2018-01-05 Thread Felix Schumacher
Am 05.01.2018 um 15:43 schrieb Harrie Robins: All clear. I apologize, I was in fact not masking the backslashes, I did a wrong copy paste from the pattern I was using in my test I tested the following 2 patterns: ^103\.21\.(2(4[4-7]))\.([0- 9]|[1-9][0-9]|1([0-9][0-9])|2([0-4][0-9]|5[0-5]))$|^10

Re: internalProxies regex

2018-01-05 Thread Harrie Robins
All clear. I apologize, I was in fact not masking the backslashes, I did a wrong copy paste from the pattern I was using in my test I tested the following 2 patterns: ^103\.21\.(2(4[4-7]))\.([0- 9]|[1-9][0-9]|1([0-9][0-9])|2([0-4][0-9]|5[0-5]))$|^103\.22 \.(2(0[0-3]))\.([0-9]|[1-9][0-9]|1([0-9][0

RE: [EXTERNAL]Re: org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun Handshake failed

2018-01-05 Thread Michael Peng
Hi, Remy, Is the fix available for 8.5.16? if not, could you please share the code changes? Thanks, Michael -Original Message- From: Rémy Maucherat [mailto:r...@apache.org] Sent: Friday, January 5, 2018 5:58 AM To: Tomcat Users List Subject: [EXTERNAL]Re: org.apache.tomcat.util.ne

Re: internalProxies regex

2018-01-05 Thread Felix Schumacher
Am 05.01.2018 um 09:47 schrieb Harrie Robins: Hi Mark, our tomcat application server are fronted by 1. cloudflare, and 2. amazon load balancer. In apache there is mod_remote IP and I can simply put in CIDR range: https://www.cloudflare.com/ips/ that will swallow all those IP and will get the cor

Re: org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun Handshake failed

2018-01-05 Thread Rémy Maucherat
On Fri, Jan 5, 2018 at 8:38 AM, Rémy Maucherat wrote: > On Fri, Jan 5, 2018 at 12:25 AM, Michael Peng < > michael.p...@entrustdatacard.com> wrote: > >> Do the changes make sense, and what would be the side effect ? In our >> case, the "netInBuffer" could be full, i.e., postion = limit for large >

Re: GC allocation failure

2018-01-05 Thread Suvendu Sekhar Mondal
On Jan 4, 2018 11:14 PM, "Rainer Jung" wrote: Am 04.01.2018 um 18:20 schrieb Christopher Schultz: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Ambica, > > On 1/4/18 11:17 AM, Sanka, Ambica wrote: > >> I am seeing below highlighted errors in native_err logs in all my >> tomcat applicat

Re: internalProxies regex

2018-01-05 Thread Harrie Robins
Hi Mark, our tomcat application server are fronted by 1. cloudflare, and 2. amazon load balancer. In apache there is mod_remote IP and I can simply put in CIDR range: https://www.cloudflare.com/ips/ that will swallow all those IP and will get the correct IP to tomcat. In Tomcat I need https://tom