You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Arcadius A." <ah...@sh.cvut.cz> on 2002/12/29 18:21:17 UTC

Special character in file name

Hello!

I'm having a strange problem.....

In my JSP, I have the following code :

 <img src="mar+tial.gif">

My trouble is that the image doesn't show in tomcat  (see
http://ahouans.sh.cvut.cz:8080/test/test.jsp  ) ... but the image is on the
server (see  http://ahouans.sh.cvut.cz/test/test.jsp )

I have notced the following:

 The image does not display at all when the image name contains the
character  "+" and that the server is not accessed through port 80 (so the
trouble comes up Only when Tomcat is used in standalone mode... see
http://ahouans.sh.cvut.cz:8080/test/test.jsp [this is the standalone mode]
vs.  http://ahouans.sh.cvut.cz/test/test.jsp  [apache+tomcat] ...note that
we are accessing the same file through different ports )

I have the same problem with both tomcat 3.2 and 4.1.

Is there anything I am doing wrong?
Note that the files are uploaded on the server.... and I cannot tell the
people not to use special characters in their file name.

Thanks

Arcadius.





--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>