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
178 stars 117 forks source link

Spaces in output file names #524

Open huard opened 4 years ago

huard commented 4 years ago

Description

There is no mechanism to sanitize output file names, so filenames containing spaces can end up in the output response, which can create problems for the clients.

Environment