[CURATOR-379] unfixForNamespace corrupts child path when it contains namespace
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
When a child path starts with the namespace unfixForNamespace removes the namespace string, thus creating a invalid path.
With namespace "foo" the result of unfixForNamespace("/foobar") is "bar".
---
Originally reported by marvin.lillehaug, imported from: unfixForNamespace corrupts child path when it contains namespace
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the project for `unfixForNamespace` and read its implementation and nearby tests; the issue does not name specific files or tests. Reproduce the reported case with namespace `foo` and child path `/foobar`, then add a regression test showing the child path remains valid.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- distributed-systems
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100