Re: AJP Connector not throwing EOFException

2018-01-17 Thread emah
Chris, Christopher Schultz-2 wrote >> I'm running a tomcat 8.5.23 instance on ubuntu 16.04 (spring boot >> application with embedded tomcat) configured with 2 connectors: >> Http11NioProtocol and AjpNioProtocol. The AJP one is accessed >> through an apache2 instance configured with mod_jk.It

Re: AJP Connector not throwing EOFException

2018-01-16 Thread emah
Hi Chris, thank you for responding promptly. Let me first correct something I've said earlier: HTTP Connector will actually throw an IOException when ssl unwrap fails (rather than an EOFException) at org.apache.tomcat.util.net.SecureNioChannel.read(SecureNioChannel.java:618)