git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1517
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
SAMLRequest samlRequest = null;
try {
try {
- samlRequest = binding.receive(request);
+ samlRequest = binding.receive(request,1);
} catch (SAMLException e) {
log.fatal("Unable to parse request: " + e);
throw new SAMLException("Invalid request data.");
shireURL, // My URL (Why??) To prevent attackers from redirecting messages.
SAMLBrowserProfile.PROFILE_POST, // TODO: support both profiles
context.getReplayCache(),
- null
+ null,
+ 1
);
// TODO: Audience/condition checking is now the profile caller's job.