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:27:48 UTC

DO NOT REPLY [Bug 14969] - roundtrip of namespaces in mixed property content broken

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

gstein@lyra.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gstein@lyra.org
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE



------- Additional Comments From gstein@lyra.org  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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org