notebook/IPython/html/tree
Adam Hodgen c695ba45bc Remove / from route of TreeRedirectHandler.
When base_url is set, navigating to http://{url}/{base_url} returns 404
This is due to the TreeRedirectHandler only picking up
http://{url}/{base_url}/ and the trailing slash handler being set to
{base_url}/.*/.

This change will cause http://{url}/{base_url} to correctly redirect to
http://{url}/{base_url}/tree, as expected.
2014-07-11 20:48:42 +01:00
..
handlers.py Remove / from route of TreeRedirectHandler. 2014-07-11 20:48:42 +01:00