Release Notes / Version 11.2310
Table Of ContentsPicture Local Setting 'disableCropping' now Supported by Link Building
The flag disableCropping
in the local settings of a
picture was not respected by the link building for the GraphQL
property uriTemplate
. This misbehaviour was fixed.
Also, the delivery will now validate this flag. This means that uri
with disabled cropping won't work when request the image with a
cropName and width. As a consequence, this bugfix is considered
breaking, as the validation may break previously working delivery
image URLs!
Follow Section, “Picture Local Setting 'disableCropping' now Supported by Link Building ” for upgrade information.
(CMS-21765)
MediaController with Parameter Validation
The MediaController
now validates the URL
parameters 'id', 'propertyName', 'hash', 'cropName', 'width' and
'filename'. The missing validation was added for security reasons to
prevent DoS attacks.
Follow Section, “MediaController with Parameter Validation” for upgrade information.
(CMS-21382)