"Scott Carr" <[EMAIL PROTECTED]> wrote in message news:[EMAIL 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@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]