[ https://issues.apache.org/jira/browse/SOLR-10984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16070460#comment-16070460 ]
Varun Thacker commented on SOLR-10984: -------------------------------------- The redirect rules comes from SOLR-3337 and we can remove them now. I removed these mapping locally and the UI at http://localhost:8983/solr/#/ and http://localhost:8983/ loads up as expected but no more at http://localhost:8983/solr/index ( earlier it redirected correctly ) {code} <servlet-mapping> <servlet-name>RedirectOldAdminUI</servlet-name> <url-pattern>/admin/</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>RedirectOldAdminUI</servlet-name> <url-pattern>/admin</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>RedirectOldZookeeper</servlet-name> <url-pattern>/zookeeper.jsp</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>RedirectOldZookeeper</servlet-name> <url-pattern>/zookeeper</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>RedirectLogging</servlet-name> <url-pattern>/logging</url-pattern> </servlet-mapping> {code} We can remove the RedirectServlet as well I guess > Remove old redirects from web.xml > --------------------------------- > > Key: SOLR-10984 > URL: https://issues.apache.org/jira/browse/SOLR-10984 > Project: Solr > Issue Type: Task > Security Level: Public(Default Security Level. Issues are Public) > Components: Server > Reporter: Jan Høydahl > Fix For: master (7.0) > > > As found by Varun in > https://lists.apache.org/thread.html/c31fa4809c9f5cc5b82eb86601b6be21592f04f623091c6506332015@%3Cdev.lucene.apache.org%3E -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org