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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Platform|PC |DEC Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2004-11-19 01:55 ------- Yep, you're right. This patch will cause problems for XML encoded values passed to proppatch. Since the XMLWriter can't distinguish XML values from plain string values I guess I must just assume that passing XML encoded String values is the requirement and that if I want to pass plain string data then I need to escape it myself. In which case I'll cancel this defect and put the CDATA wrappers in my calls to proppatch instead. The existence of a writeProperty method that actually escapes the string value for you made me think that it was supposed to be doing it. Thanks for catching this. I wouldn't have noticed a problem since I only proppatch the "displayname" property currently but others would have had problems. -- 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]
