[
https://issues.apache.org/jira/browse/OAK-11657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Reschke resolved OAK-11657.
----------------------------------
Resolution: Fixed
trunk:
[a711eb72d7|https://github.com/apache/jackrabbit-oak/commit/a711eb72d7678e1e0a21a7ebd934067ca157ddbd]
(1.80)
[0fa0466c60|https://github.com/apache/jackrabbit-oak/commit/0fa0466c607fcf21fe6441817e4eda05b7e83161]
[f66bd38d52|https://github.com/apache/jackrabbit-oak/commit/f66bd38d528a3b8757bffd7e75f39fc369833254]
> JackrabbitSession.getExpandedName/Path need to return stable expanded names,
> getExpandedName needs to fail for broken namespace names
> -------------------------------------------------------------------------------------------------------------------------------------
>
> Key: OAK-11657
> URL: https://issues.apache.org/jira/browse/OAK-11657
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: jackrabbit-api, jcr
> Affects Versions: 1.78.0
> Reporter: Julian Reschke
> Assignee: Julian Reschke
> Priority: Major
> Fix For: 1.82.0
>
>
> Right now,
> https://github.com/apache/jackrabbit-oak/blob/81c09d18251380c604a31c5a399d834b001c7035/oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/session/JackrabbitSessionTest.java#L74
> assumes that the expanded name changes when the session-local namespace
> mapping changes. That's incorrect: the expanded name of an items is supposed
> to be immutable oncer it is created; it's a stable identifier independant of
> namespace prefix mappings.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)