NIHVIVO-1696 fix for bug in request filter that broke RDB mode

This commit is contained in:
bjl23 2011-01-13 22:24:46 +00:00
parent 054cb16d17
commit c326996f9a

View file

@ -67,6 +67,7 @@ public class WebappDaoFactorySDBPrep implements Filter {
(request.getAttribute(
"WebappDaoFactorySDBPrep.setup") != null) ) {
// don't run multiple times or if SDB is not active
filterChain.doFilter(request, response);
return;
}