gentics / gentics/mesh

Project routes get invalid when characters appended to project name

Open
#369 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.