[Freeipa-devel] [freeipa PR#407][opened] New lite-server implementation

tiran freeipa-github-notification at redhat.com
Sat Jan 21 18:42:35 UTC 2017


   URL: https://github.com/freeipa/freeipa/pull/407
Author: tiran
 Title: #407: New lite-server implementation
Action: opened

PR body:
"""
The new development server depends on werkzeug instead of paste. The
werkzeug WSGI server comes with some additional features, most
noticeable multi-processing server. The IPA framework is not compatible
with threaded servers. Werkzeug can serve static files easily and has a
fast auto-reloader.

The new lite-server implementation depends on PR 314 (privilege
separation). For Python 3 support, it additionally depends on PR 393.

Signed-off-by: Christian Heimes <cheimes at redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/407/head:pr407
git checkout pr407
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-pr-407.patch
Type: text/x-diff
Size: 10900 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20170121/0096f9e6/attachment.bin>


More information about the Freeipa-devel mailing list