Worked around mod_jk issue where a 401 response was not including the WWW-Authentication header (MODSEC-16).

This commit is contained in:
brectanus
2008-09-15 19:51:06 +00:00
parent 67c48bfdfb
commit 3848ff5b36
3 changed files with 23 additions and 1 deletions

View File

@@ -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 */