git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1318
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
attribute = ((Element) partyConfig).getAttribute("defaultToPOSTProfile");
if (attribute != null && !attribute.equals("")) {
defaultToPOST = Boolean.valueOf(attribute).booleanValue();
- if (defaultToPOST) {
- log.debug("Relying party defaults to POST profile.");
- } else {
- log.debug("Relying party defaults to Artifact profile.");
- }
+ }
+ if (defaultToPOST) {
+ log.debug("Relying party defaults to POST profile.");
+ } else {
+ log.debug("Relying party defaults to Artifact profile.");
}
// Determine whether or not we are forcing attribute push on or off