cozy-stack
cozy-stack copied to clipboard
Different behaviour between `POST /sharings` and `POST /sharings/`
During a test refactoring I have made a typo and I have put a / at the end of the /sharings url. This change have broken my test resulting to a 403 Forbidden instead of 201 Created.
IMHO the trailing slash should be trime early during and shouldn't have any impact at all.
Related to #1876 I guess
I agree, we should do that. It's just that we never took the time to do it.