>Number: 4698 >Category: apache-api >Synopsis: API function to provide access to status_lines[] >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: open >Class: change-request >Submitter-Id: apache >Arrival-Date: Mon Jul 5 13:20:01 PDT 1999 >Last-Modified: >Originator: [EMAIL PROTECTED] >Organization: apache >Release: 1.3.6 >Environment: All >Description: I'm implementing a module that needs to support some WebDAV methods (it's not generic DAV support, or I'd just run mod_dav). Some DAV methods return a Multistatus response, which is an XML document that bundles up a status line and some XML for each resource to which the method applied. So I need to be able to provide the reason-phrase for the status line. Rather than create my own table of status lines, I wrote a simple API function that returns the corresponding entry from status_lines in http_protocol.c. >How-To-Repeat:
>Fix: At line 1235 in src/main/http_protocol.c: API_EXPORT(const char*) ap_status_line_of_response(int status) { return status_lines[ap_index_of_response(status)]; } And, at line 160 of src/include/http_protocol.h: API_EXPORT(const char*) ap_status_line_of_response(int status); >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, you need] [to include <[EMAIL PROTECTED]> in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ]