837838839840841842843844845846847
try { Interceptors.doPreIntercept( context, interceptors ); if ( context.requestWasCancelled() ) { if ( _log.isDebugEnabled() ) { _log.debug ( "Interceptor " + context.getOverridingInterceptor() + " cancelled the request." ); }
810811812813814815816817818819820
784785786787788789790791792793794
797798799800801802803804805806807
// try { Interceptors.doPreIntercept( context, interceptors ); if ( context.requestWasCancelled() ) { if ( LOG.isDebugEnabled() ) { LOG.debug ( "Interceptor " + context.getOverridingInterceptor() + " cancelled the request." ); }