Hi,
Just wanted to say that we found a bug in 1.99.2 when using XMLRPC
services with the @auth.requires_login decorator using basic
authentication.
It looks like some code was refactored out of requires_login into a
generic requires method which might be the cause of the problem.
A quick hack wa
I found the problem, it's to do with WSGI - it needs to be configured
to pass on the authentication data.
In the configuration file for the module, somewhere like /etc/apache2/
mods-enabled/wsgi.conf you need to add a line:
WSGIPassAuthorization On
and reload apache.
Cheers,
Robin
On Jun 14, 6
2, 5:52 pm, Abhishek Gupta
wrote:
> Hello,
>
> I am still getting the same error. My /etc/apache2/mods-enabled/
> wsgi.conf looks like this :
>
>
> WSGIPassAuthorization On
>
>
> On 12 July 2011 01:15, Robin Marshall wrote:
>
>
>
>
>
>
>
>
3 matches
Mail list logo