Re: Images not showing on Win2000

2001-05-23 Thread Arnaud Dostes - NTI
probably something with the space needing to be a %20 - Original Message - From: oLi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 21, 2001 4:47 PM Subject: Re: Images not showing on Win2000 I get the same under NT. Obviously it is a bug, when I have my static content

Re: Images not showing on Win2000

2001-05-22 Thread Marco Baringer
just a guess, but if 'http://127.0.0.1/img/hello test.jpg' doesn't work what if you try: 'http://127.0.0.1/img/hello+test.jpg' or 'http://127.0.0.1/img/hello%20test.jpg' i'm guessing tomcat assumes (as HTTP protocol says it should) the a space marks the end of the URL On Mon, May 21, 2001 at

Re: Images not showing on Win2000

2001-05-22 Thread Jim Rudnicki
Can someone running Jakarta Tomcat 3.2.1 on Windows 2000 test this for me? Maybe it's a bug and i'll post it to the dev list. Confirmed this in T3.3m2 Win2000 - problem with urls with spaces. Doesn't depend on images abc.txt is ok, abc def.txt fails. Fixed in T3.3m3.

Re: Images not showing on Win2000

2001-05-22 Thread Eric Lubin
Rudnicki [EMAIL PROTECTED] on 05/22/2001 04:52:43 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED], Eric Lubin/Boca Raton/Contr/IBM@IBMUS cc: Subject: Re: Images not showing on Win2000 Can someone running Jakarta Tomcat 3.2.1 on Windows 2000 test this for me? Maybe it's a bug

Images not showing on Win2000

2001-05-21 Thread Eric Lubin
Can someone running Jakarta Tomcat 3.2.1 on Windows 2000 test this for me? Maybe it's a bug and i'll post it to the dev list. Create a new directory Put 2 JPG images in it, or the same one renamed. Name one hello.jpg and the other hello test.jpg (WITH THE SPACE) Now point your browser at that

Re: Images not showing on Win2000

2001-05-21 Thread oLi
I get the same under NT. Obviously it is a bug, when I have my static content served by IIS it works fine. oLi --- Eric Lubin [EMAIL PROTECTED] schrieb: Can someone running Jakarta Tomcat 3.2.1 on Windows 2000 test this for me? Maybe it's a bug and i'll post it to the dev list. Create a

Re: Images not showing on Win2000

2001-05-21 Thread Richard Draucker
You didn't say how you're creating your pages. If you're using out.println statements, be sure to put quotes around the image name like so, out.println(img src=\hello test.jpg\); On Mon, 21 May 2001, you wrote: I get the same under NT. Obviously it is a bug, when I have my static content