Merge: nitcorn: redirect requests of directories to an URI ending with '/'
authorJean Privat <jean@pryen.org>
Sat, 20 Sep 2014 11:22:29 +0000 (07:22 -0400)
committerJean Privat <jean@pryen.org>
Sat, 20 Sep 2014 11:22:29 +0000 (07:22 -0400)
Example: request sent to http://xymus.net/nit will be redirected to http://xymus.net/nit/ (xymus.net) has not been updated yet). It fixes the loading of other assets such as css files.

Pull-Request: #751
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>


Trivial merge