Skip to content

API Absolute Paths

Christopher Schinnerl requested to merge droghio:api-absolute-path into master

Created by: droghio

Validates that file paths sent to the renter and wallet apis are absolute paths. Throws an error otherwise.

The host module has implemented this behavior since pr #1325. I am not sure if we should move this check to the api to or the wallet/host checks into the modules so in the mean time I have left the host api as is.

Fixes #1385 (closed).

Merge request reports