wbRequest.setContext(this);
handled = true;
wbRequest.setContextPrefix(getAbsoluteLocalPrefix(httpRequest));
if(authentication != null) {
if(!authentication.isTrue(wbRequest)) {
throw new AuthenticationControlException("Not authorized");
}
}
if(exclusionFactory != null) {
wbRequest.setExclusionFilter(exclusionFactory.get());