if (consumerUserId != null && !userId.equals(consumerUserId)) {
throw new ServletException("ERROR: invalid or unspecified userId");
}
// set userId in accessor and mark it as authorized
omgr.markAsAuthorized(accessor, userId);
WebloggerFactory.getWeblogger().flush();
}
returnToConsumer(request, response, accessor);