{
if (soLog.isDebugEnabled()) soLog.debug("doGet()");
// let our URI mapper tell us what we have to look up
URIMapperResult data = moMapper.parseRequest(new URIMapperRequest(request));
// if the URI mapper does not know what to do, hand off the request to the plugin
if (data == null) {