odoo/openerp/service
Vo Minh Thu 77fbcb3c79 [FIX] websrv_lib: the auth provider was instanciated once and
the auth proxy was instanciated multiple times (once per handler instcance).
The previous refactoring merged the proxy and the provider in one class which
once instanciated once. Now it is instanciated once per handler, which is
better.

bzr revid: vmt@openerp.com-20110909122856-29uhsjfe193fqdi8
2011-09-09 14:28:56 +02:00
..
__init__.py [MERGE] docstrings improvements and preparation for api-doc structure 2011-07-02 01:19:56 +02:00
http_server.py [REF] websrv_lib: 2011-09-08 14:38:18 +02:00
netrpc_server.py [REF] netsvc.OpenERPDispatcher: that class is gone, replaced by a simple function. 2011-09-02 16:12:32 +02:00
security.py API docs: docstrings, module titles 2011-06-23 12:04:57 +03:00
web_services.py [REF] websrv_lib: 2011-09-08 14:38:18 +02:00
websrv_lib.py [FIX] websrv_lib: the auth provider was instanciated once and 2011-09-09 14:28:56 +02:00