git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2290
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
auditLogEntry.setPrincipalName(context.getPrincipalName());
auditLogEntry.setAssertingPartyId(context.getAssertingPartyId());
auditLogEntry.setRelyingPartyId(context.getRelyingPartyId());
- if(context.getMessageDecoder().getBindingURI() != null){
+ if(context.getMessageDecoder() != null){
auditLogEntry.setRequestBinding(context.getMessageDecoder().getBindingURI());
}
auditLogEntry.setRequestId(null);