[Issue 1201] 200 httpd response contains error tag in body - some notes
From: James Lamanna <james.lamanna_at_appliedminds.com>
Date: 2003-03-28 02:12:23 CET
Weird, this didnt' show up the first time after 3 hrs...try try again.
Here's some notes about this bug:
After plowing through some Apache source, I think I have found the root
If we look at httpd-2.0.44/modules/dav/mod_dav.c line 3955, we have:
/* run report hook */
Notice the status gets set to 200, but in the case of this bug,
However, before we return from our deliver report handler (in this case
And upon further review:
This is why that comment that I have posted above:
And of course, at the termination of ap_http_header_filter it removes
I'm not sure what the best way to go about fixing this problem is, since
--James
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.