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:24:45 UTC

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

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.


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

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar updated SOLR-1174:
----------------------------------------

    Affects Version/s: 1.3
             Assignee: Shalin Shekhar Mangar

> 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
>    Affects Versions: 1.3
>            Reporter: Jacob Singh
>            Assignee: Shalin Shekhar Mangar
>             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.


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

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar resolved SOLR-1174.
-----------------------------------------

    Resolution: Fixed

Committed revision 776984.

Thanks Jacob!

> 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
>    Affects Versions: 1.3
>            Reporter: Jacob Singh
>            Assignee: Shalin Shekhar Mangar
>             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.


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

Posted by "Jacob Singh (JIRA)" <ji...@apache.org>.
     [ 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.