Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Why Jetty sends 302 for welcome files?

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


Back to the top