I'm triyng to set some properties on hippo document.
But when the value of the property contains the character "&" I
receive http 400 error code.
I'm using:
nl.hippo.client.api.service.WebdavService
Example:
I create the property:
Collection<Property> collProps = new ArrayList<Property>();
collProps.add(new Property("h", "http://hippo.nl/cms/1.0", "caption",
"some text and the character & "));
Then I call the method executePropPatch():
webdavService.executePropPatch(documentPath, null, collProps);
And I receive http 400 error code.
Any suggestions?
Thanks in advance
Alessandro
********************************************
Hippocms-dev: Hippo CMS development public mailinglist
Searchable archives can be found at:
MarkMail: http://hippocms-dev.markmail.org
Nabble: http://www.nabble.com/Hippo-CMS-f26633.html