[
https://issues.apache.org/jira/browse/OAK-11450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konrad Windszus resolved OAK-11450.
-----------------------------------
Fix Version/s: 1.76.0
Resolution: Fixed
Fixed in
https://github.com/apache/jackrabbit-oak/commit/ae48fc10cbe02aaa4cb9d571bd8ca39daea46fa7.
> GlobalNameMapper.isExpandedName() does sometimes return incorrect results
> -------------------------------------------------------------------------
>
> Key: OAK-11450
> URL: https://issues.apache.org/jira/browse/OAK-11450
> Project: Jackrabbit Oak
> Issue Type: Bug
> Reporter: Konrad Windszus
> Assignee: Konrad Windszus
> Priority: Major
> Fix For: 1.76.0
>
>
> The method
> https://github.com/apache/jackrabbit-oak/blob/6acf9ec31646cb6b4d7b8cec8553945210a5617e/oak-core/src/main/java/org/apache/jackrabbit/oak/namepath/impl/GlobalNameMapper.java#L67
> does incorrectly return false for
> # The empty namespace URL, e.g.
> {code}
> {}something
> {code}
> # The internal namespace URL, e.g.
> {code}
> {internal}something
> {code}
> Both are valid (at least for Oak) expanded names and therefore should return
> {{true}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)