I\'m trying to write a web application using SpringMVC. Normally I\'d just map some made-up file extension to Spring\'s front controller and live happily, but this time I\
I've never tried to map a servlet like this, but I would argue that /* does technically both start with / and end with /*, even though the same character is used for both matches.