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=14969>. 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=14969 roundtrip of namespaces in mixed property content broken [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Additional Comments From [EMAIL PROTECTED] 2003-06-04 10:27 ------- No no... you mistake the propdb->mapping structure. That structure is under the control and definition of the provider. You can easily capture all of the URIs from that when map_namespaces is called. mod_dav_fs::map_namespaces takes the provided set of ELEM_NS -> URI mappings, folds in all unique URI values into its storage, and constructs an output "mapping" which maps ELEM_NS -> INTERNAL_NS, where INTERNAL_NS is a key into its own URI table. You can simply return the passed-in 'namespaces' variable as the result 'mapping'. The dav_namespace_map structure is opaque. In fact, this bug is a duplicate of issue 11637, which has been fixed. *** This bug has been marked as a duplicate of 11637 *** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
