Does pylons support calling WSGI apps via alternate methods such as
OPTIONS, PROPFIND, etc? I tried using paste#http as the server; it
works fine for the typical methods. I then modified httpserver.py to
test out an OPTIONS request, like so:

do_OPTIONS = do_POST = do_GET = do_HEAD = do_DELETE = do_PUT = do_TRACE
= \
        WSGIHandlerMixin.wsgi_execute

My webdav client just hang and did not receive a response... from what
I can tell, pylons did not handle the request... 

N


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss
-~----------~----~----~----~------~----~------~--~---

Reply via email to