geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
175 stars 117 forks source link

pywps/app/Service.py - allow inputpaths to accept full windows paths … #544

Closed idanmiara closed 4 years ago

idanmiara commented 4 years ago

…that include colon (i.e. c:\inputs)

Overview

With this bugfix one can now provide full windows paths (with colon) as follows: allowedinputpaths=./static/;d:\Maps The path separator on windows is a semicolon, and the path separator on Linux is a colon (which is a valid character in a windows path)

Related Issue / Discussion

Additional Information

Contribution Agreement

(as per https://github.com/geopython/pywps/blob/master/CONTRIBUTING.rst#contributions-and-licensing)