Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-2455

admin/index.jsp double submit on IE

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.1
    • 3.2, 4.0-ALPHA
    • None
    • IE8

    Description

      /admin/index.jsp could issue a double submit on IE causing Jetty to error out.

      Here are the steps to reproduce on IE8 (only applies to IE8 on occasional basis, really more of an IE8 bug...):
      1. Open IE8
      2. Browse to http://localhost:8983/solr/admin
      3. Submit a query
      4. Displayed on Jetty log due to double submit:
      SEVERE: org.mortbay.jetty.EofException
      at org.mortbay.jetty.HttpGenerator.flush(HttpGenerator.java:791)

      This can be fixed easily by modifying index.jsp's javascript submit to return false:
      ... queryForm.submit(); return false; ...

      I will try to submit a patch for this easy fix, new to all this so please bear with me...

      Attachments

        1. SOLR-2455.patch
          1 kB
          Jeffrey Chang
        2. SOLR-2455.patch
          0.7 kB
          Jeffrey Chang

        Activity

          People

            uschindler Uwe Schindler
            jeffrey_chang Jeffrey Chang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: