Ok I've set up a test for this on two different servers. Click on the link that appears to view the output.
Server A Test and
Server B Test It works on Server B, but breaks down on Server A. You'll notice that request.getParameter gets the correct values from the URL in Server B, but it's null in Server A.
However, request.getQueryString() returns the proper query string in both examples.
Here's the source code used:
I've done a Tomcat re-install, hoping that might solve my problems, but got the same error. Has anyone encountered this problem before?
[ June 14, 2004: Message edited by: Paid O'Cuana ]
[ June 14, 2004: Message edited by: Paid O'Cuana ]