I'm want to map these two different servlets (using addServletWithMapping):
"/soccerapp/teams/*"
"/soccerapp/teams/*/players
but the second is obviously never reached, is any other special char that I can use in the string path to solve the problem?