Distro icon indicating copy to clipboard operation
Distro copied to clipboard

Issue with unencoded filepaths for IIP

Open birm opened this issue 1 year ago • 1 comments

This is filed here as it requires a change to camic/camic and camic/caracal.

As a test, added a file "more&less.svs"; http://localhost:4010/img/IIP/raw/?DeepZoom=/images/more%26less.svs.dzi works but caMicroscope tries http://localhost:4010/img/IIP/raw/?DeepZoom=/images/more&less.svs.dzi, which can be fixed on the viewer. However, the slashes int the filepath cannot be such encoded; "http://localhost:4010/img/IIP/raw/?DeepZoom=%2Fimages%2Fmore%2526less.svs.dzi" fails.

This also extends to pathdb which translates its url as a special handler in caracal.

birm avatar Jan 11 '24 15:01 birm

fixes staged on develop, awaiting release

birm avatar Jan 11 '24 17:01 birm