You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by ������ <co...@hyunchal.com> on 2000/11/22 10:05:23 UTC

Tomcat vs. Resin ?

Is there any thing that works on Tomcat3.1 but not on Resin1.2 ?

The only thing I found is:
- The query string (which is returned by request.getQueryString()) is
maintained through the request even the page is forwarded by
RequestDispatcher in Tomcat, but not in Resin.

Another difference is that Tomcat has a encoding problem in getParameter()
but resin doesn't...