Skip to content
Snippets Groups Projects
Commit 5849fd76 authored by Vermaat's avatar Vermaat
Browse files

Fix POST requests to the HTTP/RPC+JSON webservice

Upstream Spyne crashes on POST requests to the HTTP/RPC+JSON webservice.
We patched it in a rather hacky way.

This was a regression from the old codebase, where we installed Spyne
separately from our LUMC GitHub mirror. This is now also referenced in
the requirements.txt file.

Thanks to Ken Doig for reporting the issue.
parent deb4629c
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,9 @@ Version 2.0.1
Release date to be decided.
- Fix POST requests to the HTTP/RPC+JSON webservice. This was a regression
from version 2.0.beta-33. Thanks to Ken Doig for reporting the issue.
Version 2.0.0
-------------
......
......@@ -6,7 +6,7 @@ pyparsing==2.0.1
pytz==2013.9
requests==2.2.1
simplejson==3.3.3
spyne==2.10.10
-e git+https://github.com/LUMC/spyne.git@spyne-2.10.10-mutalyzer#egg=spyne
suds==0.4
wsgiref==0.1.2
xlrd==0.9.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment