Re: [Twisted-Python] Problem with XMLRPC resource wrapped with guard basic auth

2009-10-07 Thread asset
quot; Subject: Re: [Twisted-Python] Problem with XMLRPC resource wrapped with guard basic auth On 12:00 am, as...@impactdamage.com wrote: >Using the current trunk r27366 (which is after #4014 fixed a related >issue), I am having trouble with an implementation of web.guard wrapped >XM

Re: [Twisted-Python] Problem with XMLRPC resource wrapped with guard basic auth

2009-10-06 Thread exarkun
On 12:00 am, as...@impactdamage.com wrote: >Using the current trunk r27366 (which is after #4014 fixed a related >issue), I am having trouble with an implementation of web.guard wrapped >XMLRPC. This is a new test implementation to expose both a soap and >xmlrpc >interface. SOAP works, but xmlrp

[Twisted-Python] Problem with XMLRPC resource wrapped with guard basic auth

2009-10-06 Thread asset
Using the current trunk r27366 (which is after #4014 fixed a related issue), I am having trouble with an implementation of web.guard wrapped XMLRPC. This is a new test implementation to expose both a soap and xmlrpc interface. SOAP works, but xmlrpc throws UnsupportedMethod POST. Here is my