User Community Service Desk Downloads

MDM 15.4.1 Upgrade Notes

Trailing slashes in API URLs

The default behavior for handling trailing slashes in API URLs has changed. Trailing slashes are now turned off by default, which means that API calls with URLs ending in a forward slash (/) will result in an error.

To enable trailing slashes, set the value of the ataccama.one.mdm.server.backward-compatibility.trailing-slashes and ataccama.one.mda.backward-compatibility.trailing-slashes application properties to true (see MDM Server Application Properties and web-application-reference:mdm:web-app-application-properties.adoc).

Starting from version 17, trailing slashes will no longer be supported. We recommend setting the value to false to ensure smooth upgrade to later versions.

Configuration changelog

This section provides information about the changes in the configuration files that need to be taken into account when upgrading the solution. In certain cases, the newly introduced default is used or some configuration is required.

The following table lists the configuration files that were added, changed, or removed.

Added files Changed files Removed files

/

  • MDM Server application.properties

  • MDM Web App application.properties

/

The following sections list the changes in the files: added, changed, and removed properties.

MDM Server application.properties

Added properties

  • ataccama.one.mdm.server.backward-compatibility.trailing-slashes - the default value is false, see [Trailing slashes].

MDM Web App application.properties

Added properties

  • ataccama.authentication.http.public-endpoints.public-pages.endpoint-filter - the default value is =/auth-error/**,/styles/**,/images/**, see MDM Web App Application Properties, section MDM Features.

  • ataccama.one.mda.backward-compatibility.trailing-slashes - the default value is false, see Trailing slashes in API URLs.

Was this page useful?