Bilal-S / iis2tomcat

AJP Connector between Internet Information Services (IIS) and Apache Tomcat
http://www.boncode.net/boncode-connector
49 stars 32 forks source link

Empty request headers causing connection errors #14

Closed DominicWatson closed 9 years ago

DominicWatson commented 10 years ago

When empty request headers are sent, the connector is throwing an error. The problem is due to NULL pointer exceptions (the header value is null, rather than an empty string, fix on its way).