"Scott Carr" <scarr@(protected)
news:2858.12.107.242.5.1166479185.squirrel@(protected)...
> In Tomcat, when does the Servlet Processing get called?
>
> Is it after Tomcat has read the full request, or does it initiate the call
> as soon as it starts processing the request?
>
It is done after reading the headers only. Otherwise, the servlet wouldn't
get a chance to set the character encoding before the parameters are parsed.
> Thanks for your help.
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@(protected)
> To unsubscribe, e-mail: users-unsubscribe@(protected)
> For additional commands, e-mail: users-help@(protected)
>
>
---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)