Hi, In article <[EMAIL PROTECTED]>, Fri, 26 Mar 2004 09:55:43 -0600, Willie H Armstrong <[EMAIL PROTECTED]> wrote: warmstr2> API Javadocs. Are the containers using different JVM versions? The warmstr2> implementation of the JVM, especially regarding how they use native methods warmstr2> to access files, might be different between containers.
Even the containers use same JVM version, PrintWriter obtained by ServletResponse#getWriter() might be a subclass of PrintWriter provided by each container vendor. So, the behavior is depending on how the vendor implements that, as long as the behavior is not clearly specified in the servlet spec. Regards, ---- Kazuhito SUGURI E-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
