Ride r = HowaldTunnelStatisticsDao.retrieveRideInformations(rd);
// Store ride informations in a request attribute
req.setAttribute("THRIDE", r);
} catch (LMBException e) {
LOGGER.severe(e.getMessage());
req.removeAttribute("THRIDE");
}
}
// We continue the chain...
chain.doFilter(req, resp);