Hello Ian, On Friday 13 December 2002 12:29, Ian Pilborough wrote: > Hi, > > I have problem with IIS and Tomcat losing request parameters. > > I have a set-up with IIS 5.0 and Tomcat 4.0.6 on Windows 2002 Advanced > Server and JDK 1.3.1_01 and for sometime this has worked fine, but I have > just noticed that request parameters are lost when there are spaces in the > filenames of a JSP being served.
This is as it should be. Don't use spaces in a filename. A space is an illegal character in an URL. If you keep on using spaces in filename, expect a lot of random bugs. Regards, Cees. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
