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 "Hoss Man (JIRA)" <ji...@apache.org> on 2006/12/09 03:08:21 UTC

[jira] Updated: (SOLR-70) ping.jsp is very naive -- doesn't work with "qt" or any extra query args

     [ http://issues.apache.org/jira/browse/SOLR-70?page=all ]

Hoss Man updated SOLR-70:
-------------------------

    Attachment: ping.patch

improvement of the parsing, along with a comment in the example solrconfig.xml about exactly what kind of string should be in <pingQuery>

...fixed the issue where all params were ignored, and the first param that started with a "q" was used as a query ("qt" for example) but didn't try to change the format, or add any url-unescaping.

> ping.jsp is very naive -- doesn't work with "qt" or any extra query args
> ------------------------------------------------------------------------
>
>                 Key: SOLR-70
>                 URL: http://issues.apache.org/jira/browse/SOLR-70
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Hoss Man
>            Priority: Critical
>         Attachments: ping.patch
>
>
> while reviewing SOLR-58 i noticed that ping.jsp is *extremely* naive about the types of requests it can use to sanity check the index, in particular:
>    * it treats the first query param that starts with "q" as the query string (like for example "qt")
>    * it ignores all other query params
> ...this makes it worthless to try and configure anything but the standard querest handler with no options as your ping URL.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira