I found this post, and now i want to use that regular expression too What characters are allowed in a Google App Engine Key?
However, in my handler i write something like
('/xxx/[a-zA-Z0-9-_]', MyHandler)
but it doesn't work...when i try to access a link it says not found...i tried many variations but can't seem to make it happen...Help?!
EDIT : Thanks for the help guys...such a foolish mistake :)