NIHVIVO-3137 not preparing the request is no cause for alarm. Remove the warning message.

This commit is contained in:
j2blake 2011-10-03 20:29:34 +00:00
parent bded986b92
commit 4e45b91c76

View file

@ -58,12 +58,6 @@ public class VitroHttpServlet extends HttpServlet {
if (log.isTraceEnabled()) {
dumpRequestHeaders(hreq);
}
// check to see if VitroRequestPrep filter was run
if (hreq.getAttribute("appBean") == null
|| hreq.getAttribute("webappDaoFactory") == null) {
log.warn("request scope was not prepared by VitroRequestPrep");
}
}
super.service(req, resp);