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