Hi,
The following occurs with Tomcat 3.2.1 on Red Hat Linux 7.0, JRE 1.3.0 :
public void doPost(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
response.setContentType( CONTENT_TYPE );
response.getWriter().println("If NO fields were posted this will not arrive at
the requesting browser");
// if at least one field was posted everything works fine.
}
The Tomcat 3.1 version that I am using with my IDE (JBuilder 4) on Win32 does
not show this behaviour.
For me this is rather inconvenient since I am using post requests in my web
application to circumvent any browser caching problems.
Does anybody know whether is this expected behaviour and if so do you have any
suggestions on how to work around it?
Wilko Hische
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]