Julian Reschke created OAK-11657:
------------------------------------
Summary: JackrabbitSession.getExpandedName for items need to
return stable expanded 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
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)