FirecREST is used to raise a wrong exception from utilities/mkdir on existing folder.
This was fixed in #172, however, now instead of X-Exists, which is the expected response, it returns X-Invalid-Path (see the new issue #202 )
This PR will update the outdated wrong header exception, to the new wrong header exception :laughing:
The purpose is to make things function, until issue #202 is solved on FirecREST.
Once that issue is resolved, the header exception should change appropriately to X-Exists
FirecREST is used to raise a wrong exception from
utilities/mkdir
on existing folder. This was fixed in #172, however, now instead ofX-Exists
, which is the expected response, it returnsX-Invalid-Path
(see the new issue #202 )This PR will update the outdated wrong header exception, to the new wrong header exception :laughing: The purpose is to make things function, until issue #202 is solved on FirecREST.
Once that issue is resolved, the header exception should change appropriately to
X-Exists