api-platform / core

The server component of API Platform: hypermedia and GraphQL APIs in minutes
https://api-platform.com
MIT License
2.39k stars 848 forks source link

Incorrect urls showing data #2902

Closed wizbit closed 3 years ago

wizbit commented 5 years ago

Specifying a numeric id followed by any number of characters shows the entity of the numeric id.

Steps to reproduce: Download current ApiPlatform Create a greeting curl /greetings/1s

Expected: 404 Actual: Entity for greeting with id 1

soyuka commented 3 years ago

This validation should be added through route requirements if needed or via an identifier transformer.