gianm commented on issue #6923: Adding a Unified web console. URL: https://github.com/apache/incubator-druid/pull/6923#issuecomment-459369160 > Add a redirect to allow existing user bookmarks to things such as `http://overlord:8090/console.html` to redirect to their new locations using the [jetty rewrite module](https://www.eclipse.org/jetty/documentation/9.4.x/rewrite-handler.html) (there might be other ways to achieve this too, but I tested this one out). Looks like a good idea: people do have bookmarks and we don't want to break them. Even better would be to continue serving the pages on their old URLs, since this patch isn't meant to replace the old coordinator or overlord consoles at this time (it's just adding a new one to the router, with an expectation that it will migrate to replace the existing consoles in a future patch). Would it be doable to do it that way: serve the pages in the old spots rather than redirect?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
