"Scott Carr" <scarr@progbits.com> wrote in message
news:2858.12.107.242.5.1166479185.squirrel@mail.progbits.com...
> 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@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|