Project routes get invalid when characters appended to project name
Open
bug
f/rest
minor
- Dominant language
- Java
- Stars
- 593
- Forks
- 123
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 4
Description
Steps to reproduce:
* Create project "abc"
* Read nodes of project (`GET /api/v1/abc/nodes`) works
* Rename project to "abcd"
* Read nodes of project (`GET /api/v1/abcd/nodes`) returns error (claims that it could not find project "abc")
The problem seems to be, that after renaming the project, the routes for project "abc" still exist (and subroutes were generated by simply appending *)
Contributor guide
Assessment
This issue has not been assessed yet.