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: [email protected]
For additional commands, e-mail: [email protected]