public boolean invoke(Request request, Response response)
throws Exception {
HttpRequest httpReq = (HttpRequest) request;
String requestUri = httpReq.requestURI().toString();
if(_logger.isLoggable(Level.FINER))
_logger.log(Level.FINER,
"clb.httpLBM_servicing_request",
new Object[]{requestUri});