I would like to have the same handler for my urls with and without slash at the end:
http://mysite.appspot.com/something/something-else/someVariable
http://mysite.appspot.com/something/something-else/someVariable/
How should I define the same in app.yaml?
try with: