Skip to content

Commit

Permalink
Logging of SubjectSerialNumber when we know it
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Friis Østergaard committed May 3, 2011
1 parent 89634f5 commit 1ee2906
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public boolean isAuthorized(HttpServletRequest request) {
logger.info("Client '" + client + "' cannot access view='" + viewName + "'. ip='" + remoteIP + "'");
return false;
}
logger.info("No access for cvr='" + certificate.getCvr() + "' to view='" + viewName + "'. ip='" + remoteIP + "'");
logger.info("No access for subjectSerialNumber='" + certificate.getSubjectSerialNumber() + "' to view='" + viewName + "'. ip='" + remoteIP + "'");
return false;
}
logger.info("No or invalid certificate when accessing view='" + viewName + "'. ip='" + remoteIP + "'");
Expand Down

0 comments on commit 1ee2906

Please sign in to comment.