bioinformatics-ua/dicoogle

ImageServlet can fail with extended classpath

Enet4 opened this issue · 0 comments

Enet4 commented

If additional classes are loaded alongside Dicoogle, the operation to retrieve a preview or thumbnail may fail because the servlet assumes that the first image reader obtained is a dcm4che v2.x image reader. However, the runtime can be easily extended to include more image readers, such as the reader from dcm4che v3, so this is not always the case.