Useful for debugging purposes - should be enabled by default at DEBUG level.
void servletServiceRequested(Map<String, List<String>> parameters);
where parameters is a Map constructed from the request parameters Map<String, String[]>.
The conversion to collections is solely to facilitate logging.