1 - Content Studio
Binary names should be sanitized.
The list of illegal characters should be: '/', '\', '*', '?', '|', ':'
2: XP
2.1 - Add ':' to the list of EXPLICITLY_ILLEGAL_CHARACTERS in com.enonic.xp.name.NameCharacterHelper
2.2 - Dump migration: Replace names that contain a name with ':'
1 - Content Studio Binary names should be sanitized. The list of illegal characters should be: '/', '\', '*', '?', '|', ':'
2: XP 2.1 - Add ':' to the list of EXPLICITLY_ILLEGAL_CHARACTERS in com.enonic.xp.name.NameCharacterHelper 2.2 - Dump migration: Replace names that contain a name with ':'
Original issue: https://github.com/enonic/xp/issues/6444