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=34779>. 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=34779 Summary: Property namespace and name clash Product: Slide Version: 2.1 Platform: All OS/Version: All Status: NEW Severity: critical Priority: P2 Component: Core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The namespaces and names of properties are not completely separated. It seems that the concatenation of the namespace and the name uniquely identify a value. Because of this it is possible to delete values in other namespaces. For an example of this behaviour try to set a property with namespace 'DAV:c' and name 'reationdate'. The 'DAV:creationdate' property will disappear. This does not affect 'DAV:acl'. This is probably because it is stored different in the store than the other properties. I suspect the problem is in org.apache.slide.content.NodeRevisionDescriptor as it uses a concatenation of the namespace and the name without a special separator as a key for the properties map. -- 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]
