Extract information from decoders and store in requests context instead of store...
authorlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 12 Jul 2007 09:59:46 +0000 (09:59 +0000)
committerlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 12 Jul 2007 09:59:46 +0000 (09:59 +0000)
commit2cf391f594259d2a47603e120cb914c5812fa33d
tree35fb94e734c42e143fedaf23940a4f4c15c5b733
parent6bc5aa9a2f435ec224f50280fb05bf3ba5b8ec21
Extract information from decoders and store in requests context instead of store the entire decoder object graph
  - fix bug with lost relay state on SAML 2 SSO
  - allows possibly large object graph to be garbage collected sooner

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2315 ab3bd59b-922f-494d-bb5f-6f0a3c29deca
src/edu/internet2/middleware/shibboleth/idp/authn/Saml2LoginContext.java
src/edu/internet2/middleware/shibboleth/idp/profile/AbstractSAMLProfileHandler.java
src/edu/internet2/middleware/shibboleth/idp/profile/saml1/AbstractSAML1ProfileHandler.java
src/edu/internet2/middleware/shibboleth/idp/profile/saml1/AttributeQueryProfileHandler.java
src/edu/internet2/middleware/shibboleth/idp/profile/saml1/ShibbolethSSOProfileHandler.java
src/edu/internet2/middleware/shibboleth/idp/profile/saml2/AbstractSAML2ProfileHandler.java
src/edu/internet2/middleware/shibboleth/idp/profile/saml2/AttributeQueryProfileHandler.java
src/edu/internet2/middleware/shibboleth/idp/profile/saml2/SSOProfileHandler.java
test/edu/internet2/middleware/shibboleth/idp/system/conf1/SAML2SSOTestCase.java