Julian Reschke created JCR-5117: ----------------------------------- Summary: NamespaceHelper: add method to mint predictable prefixes for not yet registered namespaces Key: JCR-5117 URL: https://issues.apache.org/jira/browse/JCR-5117 Project: Jackrabbit Content Repository Issue Type: Task Components: jackrabbit-jcr-commons Reporter: Julian Reschke Assignee: Julian Reschke
When Jackrabbit needs to generate a new namespace prefix for a not yet registered namepace name, it currently uses a simple naming approach. This leads to: - non-predictable names (which can be problematic because different servers might end up with diverging prefixes for the same namespace name) - "ugly" prefixes instead of preferred ones for well-known namespace such as exif or xmp. -- This message was sent by Atlassian Jira (v8.20.10#820010)