Am 20.08.2013 15:41, schrieb Libor Jelinek: > Hello dear jetty-users group! > I would like to ask why Jetty sends HTTP 302 "moved temporarily" > instead of just 200 "OK" when serving welcome file (index.jsp, index.html, > ...)?
If you leave away the trailing slash, e.g. http://www.example.com/path instead of http://www.example.com/path/ more or less every server will send you 302 instead of 200. Regards, Lothar _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
