My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 7: Want DAV-style error handling
1 person starred this issue and may be notified of changes. Back to list
Status:  Accepted
Owner:  timbray
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by timbray, Aug 08, 2007
Currently, mod_atom handles client protocol errors with ap_log_error.  This
is wrong.  It should send a text/plain response body back with a
human-readable explanation of what went wrong.

httpd doesn't make this terribly easy, but mod_dav has kind of a hack that
apparently allows this to be done.

Don't forget to use apr_strerror on the apr_status to enhance
human-readability.
Sign in to add a comment

Hosted by Google Code