I have different mappings that start with \mobile or contain \mobile. Is there a way to catch all these mappings?
My Mappings are:
\mobile\login.mvc
\mobile\profile\details.mvc
\secure\mobile\profile\edit.mvc
Now I want that for all "\mobile" mappings one function oder mapping is called, and then the call mapping.
Background: I want to check with every call, whether the user is logged in and sign him if necessary. But I would not query at every mapping the parameters username and password but all in one place.