mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Worked around mod_jk issue where a 401 response was not including the WWW-Authentication header (MODSEC-16).
This commit is contained in:
@@ -268,6 +268,7 @@ struct modsec_rec {
|
||||
const char *response_protocol;
|
||||
apr_table_t *response_headers;
|
||||
unsigned int response_headers_sent;
|
||||
apr_off_t response_content_length;
|
||||
apr_off_t bytes_sent;
|
||||
|
||||
/* modsecurity request body processing stuff */
|
||||
|
Reference in New Issue
Block a user