Small syntax error in Stone API calls

Hi there,

I think i noticed a small bug with no big consequences,

Some api calls of Stone of Orthanc has two / (//) after the dicom-web endpoint

such as

https://demo.orthanc-server.com/dicom-web//studies/1.2.840.113745.101000.1008000.38179.6792.6324567/series/1.3.12.2.1107.5.99.1.24063.4.0.446793548272429/instances/1.3.12.2.1107.5.99.1.24063.4.0.446949027285515

while other routes are not affected

https://demo.orthanc-server.com/dicom-web/studies/1.2.840.113745.101000.1008000.38179.6792.6324567/series/1.3.12.2.1107.5.99.1.24063.4.0.446793548272429/instances/1.3.12.2.1107.5.99.1.24063.4.0.446930231683666/frames/1/rendered?window=40,400,linear

This is visible in the demo server of Orthanc,

It has no consequence maybe except if a code need to parse the URI to check RBAC.

Best regards,

Salim

Dear Salim,

Thanks for noticing this small issue. It is fixed by the following changeset:
https://hg.orthanc-server.com/orthanc-stone/rev/ca85b6d60bca

Regards,
Sébastien-