You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/06/04 12:59:56 UTC

DO NOT REPLY [Bug 8713] - No Errorlog on PROPFIND/Depth:Infinity

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8713>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8713

No Errorlog on PROPFIND/Depth:Infinity

gstein@lyra.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gstein@lyra.org
         AssignedTo|gstein@lyra.org             |bugs@httpd.apache.org



------- Additional Comments From gstein@lyra.org  2003-06-04 10:59 -------
Yup, we have the facility for a namespace/name tuple now, based on RFC 3253
error reporting. Unfortunately, it isn't in widespread use within mod_dav right
now. AFAIK, only mod_dav_svn uses them at the moment, via the
dav_new_error_tag() function.

The problem with logging is that the handler is returning DONE, which seems to
stop the processing. As I recall, if I just returned OK, then other handlers
could pick up and respond (and bad juju occurred), which is obviously wrong.
This was years ago, so maybe there is a way to fully generate the response and
signal completion. Heck, maybe returning OK will work just fine.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org