The event is fired for each incoming request (except Warp command service requests).
The event activates {@link RequestContext} and is observed by Warp implementation in order to trigger request filtering andWarp processing if required.
As a consequence of triggering this event, Warp implementation needs to decide whether HTTP request that fulfills conditions to be processed as Warp request. If yes, {@link ProcessWarpRequest} is fired. Otherwise the request is processed as usuallywithout Warp processing.
@see ProcessWarpRequest
|
|