Editorial changes

This commit is contained in:
Roland Hedberg
2010-10-19 12:12:27 +02:00
parent 8979db1dc0
commit 73439458e8
2 changed files with 2 additions and 3 deletions

View File

@@ -100,8 +100,6 @@ def logout(environ, start_response, user, logger):
(session_id, code, header, result) = tmp
if session_id:
#redir = [v for (a,v) in header if a == "Location"]
# remove cookie
start_response(code, header)
return result
else: # All was done using SOAP

View File

@@ -2,4 +2,5 @@
../../tools/parse_xsd2.py -i xd xenc-schema.xsd > xe.py
../../tools/parse_xsd2.py -i xd -i xe -d defs_saml.py saml-schema-assertion-2.0.xsd > sa.py
../../tools/parse_xsd2.py -i xd -i xe -i sa -d defs_samlp.py saml-schema-protocol-2.0.xsd > sp.py
../../tools/parse_xsd2.py -i xd -i xe -i sa saml-schema-metadata-2.0.xsd > sm.py
../../tools/parse_xsd2.py -i xd -i xe -i sa saml-schema-metadata-2.0.xsd > sm.py