Skip to content
Advertisement

Tomcat 7.0.43 “INFO: Error parsing HTTP request header”

I use Tomcat 7.0.43 with a websocket application. My app works fine in Tomcat 7.0.42 but with 43 I get the following output when I try to access my server on websockets:

JavaScript

My browser console shows the following:

JavaScript

Here is the access log for that request:

JavaScript

What has changed in Tomcat 7.0.43? What do I have to change?

Advertisement

Answer

If you have this listener:

JavaScript

on your server.xml, remove it and try. You can not use a keystore if you are using the APR connector

Advertisement