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

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -