Description
The redirect handler that is started in the HTTP port when SSL is enabled only redirects the root of the server. Additional handlers do not go through the handler, so if you have a deep link to the non-https server, you won't be redirected to the https port.
I tested this with the history server, but it should be the same for the normal UI; the fix should be the same for both too.