You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Jacob Singh (JIRA)" <ji...@apache.org> on 2009/05/19 14:26:45 UTC

[jira] Updated: (SOLR-1174) Logging Admin Servlet broken for multicore, cannot submit form

     [ https://issues.apache.org/jira/browse/SOLR-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacob Singh updated SOLR-1174:
------------------------------

    Attachment: logging_servlet_multicore.diff

This fixes it.

> 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
>
>         Attachments: logging_servlet_multicore.diff
>
>
> 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.