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 "Charles Hornberger (JIRA)" <ji...@apache.org> on 2007/12/05 19:32:43 UTC

[jira] Created: (SOLR-426) 1.2 commit script chokes on 1.2 response format

1.2 commit script chokes on 1.2 response format
-----------------------------------------------

                 Key: SOLR-426
                 URL: https://issues.apache.org/jira/browse/SOLR-426
             Project: Solr
          Issue Type: Bug
    Affects Versions: 1.2
            Reporter: Charles Hornberger


scripts/commit in 1.2 is checking for a pre-1.2 response format after it sends a <commit />.

This has been fixed in trunk; the patch below applies cleanly to 1.2:

http://svn.apache.org/viewvc/lucene/solr/trunk/src/scripts/commit?r1=543259&r2=555612&view=patch

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SOLR-426) 1.2 commit script chokes on 1.2 response format

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

Hoss Man resolved SOLR-426.
---------------------------

       Resolution: Fixed
    Fix Version/s: 1.3
         Assignee: Bill Au

although the svn commit message didn't mention it, Bill already noted this fix in the SOLR-282 CHANGES.txt message.

> 1.2 commit script chokes on 1.2 response format
> -----------------------------------------------
>
>                 Key: SOLR-426
>                 URL: https://issues.apache.org/jira/browse/SOLR-426
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: Charles Hornberger
>            Assignee: Bill Au
>             Fix For: 1.3
>
>
> scripts/commit in 1.2 is checking for a pre-1.2 response format after it sends a <commit />.
> This has been fixed in trunk; the patch below applies cleanly to 1.2:
> http://svn.apache.org/viewvc/lucene/solr/trunk/src/scripts/commit?r1=543259&r2=555612&view=patch

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.