Re: admin/index.jsp double submit on IE

2011-04-03 Thread Erick Erickson
Jeffery: It's perfectly appropriate to raise a JIRA for something like this. If you could add the steps to make this happen, that'd be great. see: http://wiki.apache.org/solr/HowToContribute#Contributing_your_work. If you can add a patch, that'd be even better (instructions on that page too). Y

admin/index.jsp double submit on IE

2011-04-02 Thread Jeffrey Chang
Hi, I noticed /admin/index.jsp could issue a double submit on IE causing Jetty to error out. Fixed by modifying index.jsp's javascript submit to return false. ... queryForm.submit(); return false; ... Not sure if I should log a defect for this or not. - Jeff