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=32302>. 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=32302 ------- Additional Comments From [EMAIL PROTECTED] 2004-11-19 01:20 ------- (In reply to comment #2) > accepting and will commit when i get committer account. I believe this patch is going to cause a problem with using the proppatch method to properly modify properties that validly contain descendants. For example, the auto-version property looks like: <D:auto-version> <D:checkout-checkin/> </D:auto-version> If you wrap the value as CDATA then the proppatch won't work. Similary for other properties that have valid XML structures for their "values". The real issue is that the proppatch/XMLWriter methods are using strings to represent the XML structure and the special entities are not properly escaped. Will this cause issues with properties such as D:displayname and D:comment that aren't normally CDATA? -- 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]
