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