You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jeffrey Chang (JIRA)" <ji...@apache.org> on 2011/04/04 17:27:06 UTC

[jira] [Created] (SOLR-2455) admin/index.jsp double submit on IE

admin/index.jsp double submit on IE
-----------------------------------

                 Key: SOLR-2455
                 URL: https://issues.apache.org/jira/browse/SOLR-2455
             Project: Solr
          Issue Type: Bug
    Affects Versions: 3.1
         Environment: IE8
            Reporter: Jeffrey Chang
            Priority: Minor


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

Here are the steps to reproduce on IE8:
1. Open IE8
2. Browse to http://localhost:8983/solr/admin
3. Submit a query
4. Displayed on Jetty log: 
 
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...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-2455) admin/index.jsp double submit on IE

Posted by "Uwe Schindler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016291#comment-13016291 ] 

Uwe Schindler commented on SOLR-2455:
-------------------------------------

Committed trunk revision 1089335, branch 3.x revision 1089340

I will keep this open for possible backport to 3.1.1

> admin/index.jsp double submit on IE
> -----------------------------------
>
>                 Key: SOLR-2455
>                 URL: https://issues.apache.org/jira/browse/SOLR-2455
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.1
>         Environment: IE8
>            Reporter: Jeffrey Chang
>            Assignee: Uwe Schindler
>            Priority: Minor
>              Labels: patch
>             Fix For: 3.1.1, 3.2, 4.0
>
>         Attachments: SOLR-2455.patch, SOLR-2455.patch
>
>
> /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...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-2455) admin/index.jsp double submit on IE

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

Jeffrey Chang updated SOLR-2455:
--------------------------------

    Attachment: SOLR-2455.patch

> admin/index.jsp double submit on IE
> -----------------------------------
>
>                 Key: SOLR-2455
>                 URL: https://issues.apache.org/jira/browse/SOLR-2455
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.1
>         Environment: IE8
>            Reporter: Jeffrey Chang
>            Priority: Minor
>              Labels: patch
>         Attachments: SOLR-2455.patch
>
>
> /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...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-2455) admin/index.jsp double submit on IE

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

Uwe Schindler updated SOLR-2455:
--------------------------------

    Fix Version/s:     (was: 3.4)
                   3.2

> admin/index.jsp double submit on IE
> -----------------------------------
>
>                 Key: SOLR-2455
>                 URL: https://issues.apache.org/jira/browse/SOLR-2455
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.1
>         Environment: IE8
>            Reporter: Jeffrey Chang
>            Assignee: Uwe Schindler
>            Priority: Minor
>              Labels: patch
>             Fix For: 3.2, 4.0
>
>         Attachments: SOLR-2455.patch, SOLR-2455.patch
>
>
> /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...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Closed] (SOLR-2455) admin/index.jsp double submit on IE

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

Jeffrey Chang closed SOLR-2455.
-------------------------------

    Resolution: Fixed

> admin/index.jsp double submit on IE
> -----------------------------------
>
>                 Key: SOLR-2455
>                 URL: https://issues.apache.org/jira/browse/SOLR-2455
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.1
>         Environment: IE8
>            Reporter: Jeffrey Chang
>            Assignee: Uwe Schindler
>            Priority: Minor
>              Labels: patch
>             Fix For: 3.4, 4.0
>
>         Attachments: SOLR-2455.patch, SOLR-2455.patch
>
>
> /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...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Resolved] (SOLR-2455) admin/index.jsp double submit on IE

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

Uwe Schindler resolved SOLR-2455.
---------------------------------

    Resolution: Fixed

This can be closed, we will not backport to 3.1.1

> admin/index.jsp double submit on IE
> -----------------------------------
>
>                 Key: SOLR-2455
>                 URL: https://issues.apache.org/jira/browse/SOLR-2455
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.1
>         Environment: IE8
>            Reporter: Jeffrey Chang
>            Assignee: Uwe Schindler
>            Priority: Minor
>              Labels: patch
>             Fix For: 3.4, 4.0
>
>         Attachments: SOLR-2455.patch, SOLR-2455.patch
>
>
> /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...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Closed] (SOLR-2455) admin/index.jsp double submit on IE

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

Uwe Schindler closed SOLR-2455.
-------------------------------

    Resolution: Fixed

> admin/index.jsp double submit on IE
> -----------------------------------
>
>                 Key: SOLR-2455
>                 URL: https://issues.apache.org/jira/browse/SOLR-2455
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.1
>         Environment: IE8
>            Reporter: Jeffrey Chang
>            Assignee: Uwe Schindler
>            Priority: Minor
>              Labels: patch
>             Fix For: 4.0, 3.2
>
>         Attachments: SOLR-2455.patch, SOLR-2455.patch
>
>
> /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...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-2455) admin/index.jsp double submit on IE

Posted by "Uwe Schindler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016281#comment-13016281 ] 

Uwe Schindler commented on SOLR-2455:
-------------------------------------

Hi Jeffrey,

thaks for the fix. This is really an issue and has nothing to do with Internet Explorer. The timing of the javascript calls in this browser just make it happen. In general: onclick handlers in javascript *must* return false to prevent the default action. This is true in all browsers. You can try this out with a simple web page link: <a href="gohere" onclick="window.alert('clicked'); return true;">..</a>. This link will first display the message box and then go to "gohere" (in all browsers!), versus <a href="gohere" onclick="window.alert('clicked'); return false;">..</a> will only display the message box.

Another fix for this would be to simply remove form.submit() and explicitely return true.

> admin/index.jsp double submit on IE
> -----------------------------------
>
>                 Key: SOLR-2455
>                 URL: https://issues.apache.org/jira/browse/SOLR-2455
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.1
>         Environment: IE8
>            Reporter: Jeffrey Chang
>            Priority: Minor
>              Labels: patch
>         Attachments: SOLR-2455.patch, SOLR-2455.patch
>
>
> /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...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Reopened] (SOLR-2455) admin/index.jsp double submit on IE

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

Jeffrey Chang reopened SOLR-2455:
---------------------------------


Sorry; I hit close by accident.

> admin/index.jsp double submit on IE
> -----------------------------------
>
>                 Key: SOLR-2455
>                 URL: https://issues.apache.org/jira/browse/SOLR-2455
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.1
>         Environment: IE8
>            Reporter: Jeffrey Chang
>            Assignee: Uwe Schindler
>            Priority: Minor
>              Labels: patch
>             Fix For: 3.4, 4.0
>
>         Attachments: SOLR-2455.patch, SOLR-2455.patch
>
>
> /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...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-2455) admin/index.jsp double submit on IE

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

Jeffrey Chang updated SOLR-2455:
--------------------------------

    Attachment: SOLR-2455.patch

Modified both index.jsp and form.jsp to return false upon JS submit.

> admin/index.jsp double submit on IE
> -----------------------------------
>
>                 Key: SOLR-2455
>                 URL: https://issues.apache.org/jira/browse/SOLR-2455
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.1
>         Environment: IE8
>            Reporter: Jeffrey Chang
>            Priority: Minor
>              Labels: patch
>         Attachments: SOLR-2455.patch, SOLR-2455.patch
>
>
> /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...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-2455) admin/index.jsp double submit on IE

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

Uwe Schindler updated SOLR-2455:
--------------------------------

    Fix Version/s: 4.0
                   3.2
                   3.1.1

> admin/index.jsp double submit on IE
> -----------------------------------
>
>                 Key: SOLR-2455
>                 URL: https://issues.apache.org/jira/browse/SOLR-2455
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.1
>         Environment: IE8
>            Reporter: Jeffrey Chang
>            Assignee: Uwe Schindler
>            Priority: Minor
>              Labels: patch
>             Fix For: 3.1.1, 3.2, 4.0
>
>         Attachments: SOLR-2455.patch, SOLR-2455.patch
>
>
> /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...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Closed] (SOLR-2455) admin/index.jsp double submit on IE

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

Uwe Schindler closed SOLR-2455.
-------------------------------


> admin/index.jsp double submit on IE
> -----------------------------------
>
>                 Key: SOLR-2455
>                 URL: https://issues.apache.org/jira/browse/SOLR-2455
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.1
>         Environment: IE8
>            Reporter: Jeffrey Chang
>            Assignee: Uwe Schindler
>            Priority: Minor
>              Labels: patch
>             Fix For: 3.4, 4.0
>
>         Attachments: SOLR-2455.patch, SOLR-2455.patch
>
>
> /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...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-2455) admin/index.jsp double submit on IE

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

Jeffrey Chang updated SOLR-2455:
--------------------------------

    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...

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

Here are the steps to reproduce on IE8:
1. Open IE8
2. Browse to http://localhost:8983/solr/admin
3. Submit a query
4. Displayed on Jetty log: 
 
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...


> admin/index.jsp double submit on IE
> -----------------------------------
>
>                 Key: SOLR-2455
>                 URL: https://issues.apache.org/jira/browse/SOLR-2455
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.1
>         Environment: IE8
>            Reporter: Jeffrey Chang
>            Priority: Minor
>              Labels: patch
>
> /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...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Reopened] (SOLR-2455) admin/index.jsp double submit on IE

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

Uwe Schindler reopened SOLR-2455:
---------------------------------


> admin/index.jsp double submit on IE
> -----------------------------------
>
>                 Key: SOLR-2455
>                 URL: https://issues.apache.org/jira/browse/SOLR-2455
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.1
>         Environment: IE8
>            Reporter: Jeffrey Chang
>            Assignee: Uwe Schindler
>            Priority: Minor
>              Labels: patch
>             Fix For: 3.2, 4.0
>
>         Attachments: SOLR-2455.patch, SOLR-2455.patch
>
>
> /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...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Assigned] (SOLR-2455) admin/index.jsp double submit on IE

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

Uwe Schindler reassigned SOLR-2455:
-----------------------------------

    Assignee: Uwe Schindler

> admin/index.jsp double submit on IE
> -----------------------------------
>
>                 Key: SOLR-2455
>                 URL: https://issues.apache.org/jira/browse/SOLR-2455
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.1
>         Environment: IE8
>            Reporter: Jeffrey Chang
>            Assignee: Uwe Schindler
>            Priority: Minor
>              Labels: patch
>         Attachments: SOLR-2455.patch, SOLR-2455.patch
>
>
> /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...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org