Google App Engine optional slash redirect -


i have java app running on google app engine... i'd make trailing slash optional directories... navigating www.domain.com/test , www.domain.com/test/ yield same thing.

how achieve that?

i know app.yaml configuration file running java app not python..

see this post. works me, though looks hack. think worth posting issue google, thee servlet specification requires adding trailing slashes when attempting find proper welcome-file.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -