Logging Admin Servlet broken for multicore, cannot submit form
--------------------------------------------------------------
Key: SOLR-1174
URL: https://issues.apache.org/jira/browse/SOLR-1174
Project: Solr
Issue Type: Bug
Components: web gui
Reporter: Jacob Singh
Fix For: 1.4
See SOLR-554 for the original improvement.
This has a bug in it. If I submit the form using multicore, it goes to
/solr/admin/logging (not the right path).
I'm guessing this is because of the path trickery in SolrDispathFilter but I
can't follow what the best procedure is to fix it.
The simplest thing to do is to not use request.getRequestURI() because a form
with no action submits to itself.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.