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

2011-11-21 Thread Massimo Di Pierro
yes. this was fixed the same day. On Nov 21, 10:24 am, Matt wrote: > has this patch made it into the codebase? I'm looking at my checkout of > 1.99.2 and it doesn't seem to be there (and trunk as well, from the looks > of it). Of course, it may have been written differently, I was only > checking

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

2011-11-21 Thread Matt
has this patch made it into the codebase? I'm looking at my checkout of 1.99.2 and it doesn't seem to be there (and trunk as well, from the looks of it). Of course, it may have been written differently, I was only checking for the exact strings

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

2011-10-30 Thread szimszon
http://code.google.com/p/web2py/issues/detail?id=492

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

2011-10-29 Thread Massimo Di Pierro
Actually I have not received it. Perhaps open a ticket and upload the patch. On Oct 29, 7:00 pm, Hong-Khoan Quach wrote: > Hi thodoris, > > thx for testing ;) . I hope Massimo will reply soon whether he has > received our Email with the patch. > > Regards > > Hong-Khoan > > Am 29.10.2011 19:41, s

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

2011-10-29 Thread Hong-Khoan Quach
Hi thodoris, thx for testing ;) . I hope Massimo will reply soon whether he has received our Email with the patch. Regards Hong-Khoan Am 29.10.2011 19:41, schrieb thodoris: > Hi, > > I have tested the patch against 1.99.2 stable version of web2py and it > works. > auth.settings.allow_basic_log

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

2011-10-29 Thread thodoris
Hi, I have tested the patch against 1.99.2 stable version of web2py and it works. auth.settings.allow_basic_login=True has to be set in order to be able to upload files using curl. Thodoris

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

2011-10-29 Thread Hong-Khoan Quach
done signature.asc Description: OpenPGP digital signature

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

2011-10-28 Thread thodoris
Hi Hong-Khoan, Sure, send it to me and i will try it. Regards, Thodoris

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

2011-10-28 Thread Hong-Khoan Quach
Hi, I think that depends on Massimo. I sent him the patch yesterday, I think. So Massimo, maybe you can say something about that? Of course I can also send the patch to you, thodoris, so that you can also test whether the bug is fixed. Regards Hong-Khoan Am 28.10.2011 17:47, schrieb thodoris:

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

2011-10-28 Thread thodoris
Hi, i have come across the same problem. Do you have any idea when will the patch be included in a realease?

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

2011-10-28 Thread szimszon
Tnx,

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

2011-10-28 Thread Hong-Khoan Quach
Hi, I sent you the patch as a pm since I don't know whether it is ok to post the patch here. Regards Hong-Khoan Am 28.10.2011 09:01, schrieb szimszon: > Hi! > > Could you please post the patch here or pm me I need it as fast as > possible :-o > > Tnx. signature.asc Description: OpenPGP dig

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

2011-10-28 Thread szimszon
Hi! Could you please post the patch here or pm me I need it as fast as possible :-o Tnx.

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

2011-10-27 Thread Hong-Khoan Quach
Hi Massimo, we already have fixed the bug and we sent you a patch. Didn't you receive our mail? Regards Matteo and Hong-Khoan Am 27.10.2011 19:56, schrieb Massimo Di Pierro: > Can you help me debug? Look into gluon.tools.py. There is a function > basic() Add some print statements. Is it called

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

2011-10-27 Thread Massimo Di Pierro
Can you help me debug? Look into gluon.tools.py. There is a function basic() Add some print statements. Is it called? What does it return? On Oct 23, 7:48 pm, Robert Clark wrote: > Hi Massimo > > Here are the steps to reproduce this problem in web2py 1.99.2 (these > steps worked fine on 1.98.x ve

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

2011-10-25 Thread szimszon
The book say: *Auth* enables login via basic authentication: 1. auth.settings.allow_basic_login = False http://web2py.com/book/default/chapter/08#Authentication But it isn't working too... :) Could be a typo...

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

2011-10-24 Thread Massimo Di Pierro
Please send me a patch! :-) On Oct 24, 5:52 pm, Hong-Khoan Quach wrote: > Hi, > > I think that is a good starting point for us. Massimo, > if you and you other guys don't mind, we'd like to try to fix this bug. > I already looked into the sourcecode and have an idea but I need to > check this :)

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

2011-10-24 Thread Hong-Khoan Quach
Hi, I think that is a good starting point for us. Massimo, if you and you other guys don't mind, we'd like to try to fix this bug. I already looked into the sourcecode and have an idea but I need to check this :) . Regards Hong-Khoan Am 24.10.2011 02:48, schrieb Robert Clark: > Hi Massimo > >

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

2011-10-23 Thread Robert Clark
Hi Massimo Here are the steps to reproduce this problem in web2py 1.99.2 (these steps worked fine on 1.98.x versions) 1) In web2py admin create "New simple application" called "foo" 2) Add to db.py: auth.settings.allow_basic_login = True 3) Decorate call() with @auth.requires_login in defau

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

2011-10-21 Thread Massimo Di Pierro
Can you provide an example to reproduce the problem? On Oct 21, 12:38 am, Robin Marshall wrote: > 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