wsgi plugins: mod_wsgi expects bytes as an output

python3-mod_wsgi expects that the application() method returns
bytes otherwise it breaks.

https://pagure.io/freeipa/issue/4985

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Stanislav Laznicka
2017-06-27 16:48:21 +02:00
committed by Martin Basti
parent 1a35a2e213
commit db4d0998fd
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -66,6 +66,7 @@ env:
TEST_RUNNER_CONFIG=".test_runner_config_py3_temp.yaml"
TESTS_TO_RUN="test_cmdline
test_ipalib
test_ipaserver/test_changepw.py
test_pkcs10
test_xmlrpc/test_location_plugin.py
test_xmlrpc/test_nesting.py
@@ -98,7 +99,6 @@ env:
# test_ipapython/test_kerberos.py
# test_ipapython/test_ssh.py
# test_ipaserver/httptest.py
# test_ipaserver/test_changepw.py
# test_ipaserver/test_dnssec.py
# test_ipaserver/test_install/test_adtrustinstance.py
# test_ipaserver/test_install/test_service.py