[Freeipa-devel] [PATCH] jderose 049 Consolidate to single WSGI entry point

Jason Gerard DeRose jderose at redhat.com
Tue Feb 23 18:16:59 UTC 2010


This is part1 of the mod_wsgi transition.  It provides a new plugin:
api.Backend.session.  This is a WSGI middleware component that will
create the LDAP connection and then route the request to the appropriate
WSGI application (/xml or /json or /ui).

The end result is that we have a single entry point (/ipa) instead of 3,
and we also use the exact same code path to create and destroy the LDAP
connection (which is obviously good for security).

All this still is running under mod_python, but my next patch switches
things to mod_wsgi (still have a few issues on that front).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-jderose-049-Single-WSGI-entry-point.patch
Type: text/x-patch
Size: 17039 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20100223/730e9cca/attachment.bin>


More information about the Freeipa-devel mailing list