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.