Cause the specified request and response to be processed by
the sequence of Valves associated with this pipeline, until one
of these Valves decides to end the processing.
The implementation must ensure that multiple simultaneous
requests (on different threads) can be processed through the
same Pipeline without interfering with each other's control
flow.
Parameters: data - The run-time information, including the servletrequest and response we are processing. exception: IOException - an input/output error occurred. |