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/01/31 23:42:53 UTC

DO NOT REPLY [Bug 16658] New: - replace (depricate) output_value with a reflection of store

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=16658>.
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=16658

replace (depricate) output_value with a reflection of store

           Summary: replace (depricate) output_value with a reflection of
                    store
           Product: Apache httpd-2.0
           Version: 2.0.43
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: mod_dav
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: Christopher.D.Knight@nasa.gov


For providers, it seems to me it would make more sense to return an apr_xml_elem
node representing the value of the property rather than a textual representation
of that, given that the store() function is passed an apr_xml_elem. How about
adding something like:

dav_error *retrieve(dav_db *db, dav_property_name *name, apr_xml_elem **elem)

?

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