return contentType;
}
}
private void logAccess(HttpServletRequest request, HttpServletResponse response, long bytesWritten, ResponseCode responseCode, RequestTimer timer) {
HttpCommand cmd = getHttpCommand(request, response, timer);
int keyLength = 0;
if (request.getScheme().equals("https")) {
keyLength = SSLRequestUtils.getTransportSecurityStrengthFactor(request, unknownCipherKeyLength);
}