spring-projects / spring-projects/spring-data-rest
Sub URLs return 404 instead of empty list [DATAREST-1401]
Open
@odrotbohm is already working on this.
Since Dec 31, 2020.
in: repository
type: bug
- Dominant language
- Java
- Stars
- 958
- Forks
- 568
- PR merge metrics
- No merged PRs in 30d
Description
Paul opened DATAREST-1401 and commented
Spring Data Sub URL don't work
The are generated succefully:
!image-2019-06-22-13-58-43-050.png|width=454,height=261!
But you can't follow the link:
!image-2019-06-22-13-59-32-669.png|width=320,height=137!
Expected
The same result is displayed as if when I remove the "foo" from the URL.
Reproduce
- Open PersonDao
- Adjust path property
!image-2019-06-22-14-01-44-870.png|width=550,height=66!
Affects: 3.1.9 (Lovelace SR9)
Attachments:
- demo.zip (61.03 kB)
- image-2019-06-22-13-58-43-050.png (45.75 kB)
- image-2019-06-22-13-59-32-669.png (21.51 kB)
- image-2019-06-22-14-01-44-870.png (20.05 kB)
Referenced from: commits https://github.com/spring-projects/spring-data-rest/commit/2d994c70761b43dc11242e05bdcd8d339b313159
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.