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

@@ -1,6 +1,9 @@
03 Sep 2008 - trunk
15 Sep 2008 - trunk
-------------------
* 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.