DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33503>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33503 Summary: PropPatchMethod() fails with duplicate names in different namespaces Product: Slide Version: 2.1 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Component: WebDAV client AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] PropPatchMethod uses an Hashtable to bulk-add properties to be changed before executing the method. Unfortunately, the Hashtable keys are built using the property's localName + namespace prefix. This means that these two different properties: <a xmlns="foo"/> <a xmlns="bar"/> lead to a name collision in the resulting hashtable, so only the latter survives. Patch is trivial (use the namespace URI instead than the prefix) and attached. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
