Rework POST handling to avoid remoting data if handler doesn't run.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 10 Mar 2009 01:48:22 +0000 (01:48 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 10 Mar 2009 01:48:22 +0000 (01:48 +0000)
commit7ccffb0934da25e310f46d60f77e81f20d77edaa
tree3b9010ca74f66b93e7c98e6e417de7fb3eedd921
parent74feb06be7bd33c65b809a9cca9c8afafde4c21e
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.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@2954 cb58f699-b61c-0410-a6fe-9272a202ed29
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