https://bz.apache.org/bugzilla/show_bug.cgi?id=69633

--- Comment #5 from Grzegorz Grzybek <gr.grzy...@gmail.com> ---
Thanks

about
`org.apache.catalina.core.StandardContext#setMapperContextRootRedirectEnabled`
- it's `true` by default and that's how I use embedded Tomcat in Pax Web.
Similar to Jetty's
`org.eclipse.jetty.server.handler.ContextHandler#setAllowNullPathInContext` -
it's `false` by default (which means the same - redirect).

I agree that redirect should be the default, because Servlet API docs mention:

> http://host:port/<context-root> or http://host:port/<context-root>/

which kind of makes these cases equivalent.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to