NIHVIVO-3137 not preparing the request is no cause for alarm. Remove the warning message.
This commit is contained in:
parent
bded986b92
commit
4e45b91c76
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue