String msg = intres.getLocalizedMessage("signsession.nopasswordinrequest");
logSession.log(admin, ca.getCAId(), LogConstants.MODULE_CA, new java.util.Date(), req.getUsername(), null, LogConstants.EVENT_ERROR_CREATECERTIFICATE, msg);
throw new SignRequestException(msg);
} else {
ResponseStatus status = ResponseStatus.SUCCESS;
FailInfo failInfo = null;
String failText = null;
Certificate cert = null;
try {
// If we haven't done so yet, authenticate user. (Only if we store UserData for this CA.)
if (ca.isUseUserStorage()) {