Issue20

Title Relative config paths of orthanc and its plugins
Priority feature Status in-progress
Superseder Nosy List admin
Assigned To
Keywords Orthanc Core

Created on 2016-07-07.13:09:33 by admin, last changed by admin.

Messages
msg75 (view) Author: admin Date: 2016-07-07.13:09:33
[BitBucket user: Lenz Hirsch]
[BitBucket date: 2016-07-07.11:09:33]

Hi, I just noticed a little inconsistency in config path handling:

Orthanc itself takes config paths as relative to the location of the config file.
OrthancWebviewer takes config paths as relative to the current working directory of Orthanc.

So if the location of the configfile is != current working directory
Orthanc and OrthancWebviewer interpret the value of StorageDirectory differently.
Therfore you end up with two data directories.

This can be fixed by using absolute paths in config.
History
Date User Action Args
2026-07-29 15:51:18admincreate