marrow / WebCore

WebCore, the super tiny and blazingly fast modular Python web nanoframework.
MIT License
96 stars 9 forks source link

RPC dialects do not work with HTTP authentication #126

Closed agronholm closed 8 years ago

agronholm commented 12 years ago

If a 401 or 403 HTTP exception is raised from __before__, __after__ or the target method, it is converted to a dialect specific exception. This behavior prevents HTTP authentication from being used in those dialects.