RE: Tomcat 8.5: Avoid NPE on bind for APR when using SSL.

2016-06-22 Thread Matt Cosentino
attribute is defaultSSLHostConfigName. The documentation should be updated to reflect this. https://tomcat.apache.org/migration-85.html - Matt -Original Message- From: Matt Cosentino Sent: Friday, May 27, 2016 2:15 PM To: 'Tomcat Developers List' Subject: RE: Tomcat 8.5: Av

RE: Tomcat 8.5: Avoid NPE on bind for APR when using SSL.

2016-05-27 Thread Matt Cosentino
prEndpoint class and don't see the change, it's because it was changed by r1727667 on 1/29 (r1726515 was included on 1/24). On Fri, May 27, 2016 at 12:24 PM, Matt Cosentino wrote: > It may have been branched in March, but wouldn't it have been branched from > the 8.0 base? This c

RE: Tomcat 8.5: Avoid NPE on bind for APR when using SSL.

2016-05-27 Thread Matt Cosentino
e.org] Sent: Friday, May 27, 2016 11:06 AM To: Tomcat Developers List Subject: Re: Tomcat 8.5: Avoid NPE on bind for APR when using SSL. 2016-05-27 17:45 GMT+02:00 Matt Cosentino : > No? 8.5 suffers from the same NPE. > > First, 8.5 was branched in March, then I am not happy about being spammed. Rémy

RE: Tomcat 8.5: Avoid NPE on bind for APR when using SSL.

2016-05-27 Thread Matt Cosentino
No? 8.5 suffers from the same NPE. - Matt -Original Message- From: Rémy Maucherat [mailto:r...@apache.org] Sent: Wednesday, May 25, 2016 12:16 PM To: Tomcat Developers List Subject: Re: Tomcat 8.5: Avoid NPE on bind for APR when using SSL. 2016-05-25 19:11 GMT+02:00 Matt Cosentino

Tomcat 8.5: Avoid NPE on bind for APR when using SSL.

2016-05-25 Thread Matt Cosentino
This needs to be ported back to 8.5. http://svn.apache.org/viewvc?view=revision&revision=1726515 - Matt