Servlet mapping system has been replaced by the filter system. So just add a filter and catch the request you want at the good time. In the configuration of the filter you have a class that you can customize to catch the request the way you want.
Hmm, let me correct or precise this a little. One can still register servlets in the module descriptor (there are examples in, at least, core and admininterface modules) and these will get registered with the ServletDispatchingFilter when the module is installed. Check the / server/filters/servlets node to see how this is done.
-g ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/ ----------------------------------------------------------------
