[web2py] Found a bug: XMLRPC with basic authorization fails

2011-10-20 Thread Robin Marshall
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

[web2py] Re: 303 See Other - Error while using xmlrpc

2011-07-11 Thread Robin Marshall
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

[web2py] Re: 303 See Other - Error while using xmlrpc

2011-07-12 Thread Robin Marshall
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: > > > > > > > >