camicroscope / camicroscope/Distro
Issue with unencoded filepaths for IIP
Open
bug
- Dominant language
- PHP
- Stars
- 30
- Forks
- 152
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.