Rework POST handling to avoid remoting data if handler doesn't run.
authorScott Cantor <cantor.2@osu.edu>
Tue, 10 Mar 2009 01:48:22 +0000 (01:48 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 10 Mar 2009 01:48:22 +0000 (01:48 +0000)
commit3acaee30e3769e67c6c60ba8efe92f740a837509
treed3acfc16272b19d7e26a206d9a5ab0b1b72ba836
parentb2b8877ecdbe6aa533a4fab2823fc974ed35337b
Rework POST handling to avoid remoting data if handler doesn't run.
Alter POST preserving APIs, and use built-in CGI parser and URL decoder.
12 files changed:
adfs/adfs.cpp
configs/Makefile.am
shibsp/handler/AbstractHandler.h
shibsp/handler/impl/AbstractHandler.cpp
shibsp/handler/impl/AssertionConsumerService.cpp
shibsp/handler/impl/SAML2SessionInitiator.cpp
shibsp/handler/impl/SAMLDSSessionInitiator.cpp
shibsp/handler/impl/Shib1SessionInitiator.cpp
shibsp/handler/impl/WAYFSessionInitiator.cpp
shibsp/impl/XMLServiceProvider.cpp
shibsp/util/CGIParser.cpp
shibsp/util/CGIParser.h