git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1841
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
this.matchFunctionIdentifier = matchFunctionIdentifier;
} else {
try {
- matchFunctionIdentifier = new URI("urn:mace:shibboleth:arp:matchFunction:stringMatch");
+ this.matchFunctionIdentifier = new URI("urn:mace:shibboleth:arp:matchFunction:stringMatch");
} catch (URISyntaxException e) {
throw new ArpMarshallingException(
"ARP Engine internal error: could not set default matching function for attribute value.");