owasp-modsecurity / ModSecurity-apache

ModSecurity v3 Apache Connector
Apache License 2.0
90 stars 51 forks source link

Make sure that library initialization follows the ModSecurity manual. #14

Closed zimmerle closed 7 years ago

zimmerle commented 7 years ago

The connector name later will appear in the logs, so we want to have it pretty print. Also, we want to make sure that are no memory leaks, so cleanup the ModSecurity initialization will be also need.

https://github.com/SpiderLabs/ModSecurity-apache/blob/master/apache_http_modsecurity.c#L129-L132

zimmerle commented 7 years ago

Done.