Comment 2 for bug 1012428

Revision history for this message
Jan Vilhuber (8foisk-jan-ugqehg) wrote :

Looks line the bug is here:
http://bazaar.launchpad.net/~pysaml2maint/pysaml2/main/view/head:/src/saml2/binding.py
Line 67:

    response.append(" { document.forms[0].submit(); ")

should be

    response.append(" { document.forms[0].submit(); }")