[Pywps-dev] latest change

Jachym Cepicky jachym.cepicky at gmail.com
Thu Sep 8 12:59:19 PDT 2016


Hi,

in last commit, I've fixed the "not complete output" issue and also I had
to introduce copy.deepcopy() for processes, before being executed [1]

Reasoning: any request could change default setting of any input/ouput
state. Practical problem: when first request had reference=True for some
output, next request was parsed also with reference=True, even if this
parameter was not specified.

making clean deep copy of original process should make sure, nothing
changes during server life time

cheers

J

[1] https://github.com/geopython/pywps/blob/master/pywps/app/Service.py#L299
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pywps-dev/attachments/20160908/2829e485/attachment.html>


More information about the pywps-dev mailing list