Events of this kind indicate lifecycle
events for a ServletRequest.
The source of the event
is the ServletContext of this web application.
See Also:ServletRequestListener since: Servlet 2.4
Construct a ServletRequestEvent for the given ServletContext
and ServletRequest.
Parameters: sc - the ServletContext of the web application. Parameters: request - the ServletRequest that is sending the event.