How Can We Help?
5.15.35.15.3
We are pleased to announce that version 5.15.3 (4.34.3) of Pure is now released
Always read through the details of the release - including the Upgrade Notes - before installing or upgrading to a new version of Pure
Release date: 11th of October
- This release will not be installed at hosted clients
Webservice: Markup characters escaped in XML attributes
As a part of 5.15.3 we fixed a bug in which markup characters were not escaped in attributes in our XML output across all APIs. This could in some cases result in responses containing invalid XML and therefore cause the WS to not be able to respond.
This only affects the XML output and it means, that when reading attribute values, consumers of the API must be conscious of the fact that it might contain escaped characters. These are for example:
& escaped to & < escaped to < |
An example of attributes that will most likely contain escaped markup are navigation links that might contain parameters. An example is:
<navigationLinks> <navigationLink ref="next" href=" https://yourpureserver/ws/api/516/organisational-units/anorganisationid/hierarchy?hierarchyStrategy=PARENTS&offset=10 "/>
</navigationLinks> |
Updated at July 27, 2024