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
Post a Comment