Menu

#260 Soap server failure when disabling Config.specialArgs

open
nobody
SOAPpy (75)
5
2009-01-05
2009-01-05
No

If Config.specialArgs are disabled at server side (non-wsdl mode), every soap request is not handled (error 500).
In debug mode server prints out following trace:

*** Internal exception local variable 'ordered_args' referenced before assignment
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/SOAPpy/Server.py", line 284, in do_POST
keylist = ordered_args.keys()
UnboundLocalError: local variable 'ordered_args' referenced before assignment

Proposed patch is attached. Please verify it.

Discussion

  • marcin nowak

    marcin nowak - 2009-01-05

    Proposed patch

     
  • marcin nowak

    marcin nowak - 2009-01-07

    python2.5

     

Log in to post a comment.