[zope2-tracker] [Bug 1420702] [NEW] WebDAV: bad charset handling in "PROPPATCH"
Dieter Maurer
dieter at handshake.de
Wed Feb 11 10:57:21 CET 2015
Public bug reported:
I send the following "PROPPATCH" command to a Plone object (which uses
"utf-8" as charset for its properties):
<propertyupdate xmlns='DAV:'>\n <set><prop><title
xmlns='http://www.zope.org/propsets/default'>k\xc3\xa4lander.xml</title></prop></set>\n</propertyupdate>
In "webdav.xmltools.Node.strval" the incoming property value
u"kälander.xml" in encoded in a so called "zope_encoding", defined as
"latin-1". At least for properties of Plone objects, this is the wrong
encoding.
** Affects: zope2
Importance: Undecided
Status: New
** Tags: webdav
--
You received this bug notification because you are a member of Zope 2
Developers, which is subscribed to Zope 2.
https://bugs.launchpad.net/bugs/1420702
Title:
WebDAV: bad charset handling in "PROPPATCH"
To manage notifications about this bug go to:
https://bugs.launchpad.net/zope2/+bug/1420702/+subscriptions
More information about the zope2-tracker
mailing list