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 7b5d35c462
commit f173301b39
3 changed files with 23 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
03 Sep 2008 - 2.5.7-dev1
15 Sep 2008 - 2.5.7-dev1
------------------------
* Worked around mod_jk issue where a 401 response was not including the
WWW-Authentication header.
* Fixed XML DTD/Schema validation which will now fail after request body
processing errors, even if the XML parser returns a document tree.