Your message dated Tue, 26 Dec 2006 13:04:46 +0100
with message-id <[EMAIL PROTECTED]>
and subject line mozilla: image names containing a colon (':') do not cause 
image display
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: mozilla
Version: 2:0.9.9-6
Severity: normal

Suppose I have two identical images, "a.jpg" and "a:f.jpg". The bug
does not seem to depend on the particular choice of image, only on its
name.

Now consider following three versions of the simple html file a.html:

version 1:
<html><head></head><body><img src="a.jpg"></body> </html>

version 2:
<html><head></head><body><img src="a:f.jpg"></body> </html>

version 3:
<html><head></head><body><img src="axdf.jpg"></body> </html>


The first two should display the same page (just the image). In fact,
the second does not display the image, nor even a placeholder. The web
server shows that the image was not even requested in the second
case. Choosing an image name without a colon avoids the problem. The
problem is identical whether served from apache or requested directly
from the local file system.

Moreover, specifying a non-existent image, such as version 3, also
does not display a broken image icon.


-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux diderot.purple.com 2.2.18pre21 #1 Sat Nov 18 18:47:15 EST 2000 
i686
Locale: LANG=en_US, LC_CTYPE=en_US

Versions of packages mozilla depends on:
ii  mozilla-browser               2:0.9.9-6  Mozilla Web Browser - core and bro
ii  mozilla-mailnews              2:0.9.9-6  Mozilla Web Browser - mail and new
ii  mozilla-psm                   2:0.9.9-6  Mozilla Web Browser - Personal Sec




--- End Message ---
--- Begin Message ---
Version: 2:1.8+1.0.6-1

On 2002-06-30 Jeff Abrahamson <[EMAIL PROTECTED]> wrote:
> Package: mozilla
> Version: 2:0.9.9-6
> Severity: normal

> Suppose I have two identical images, "a.jpg" and "a:f.jpg". The bug
> does not seem to depend on the particular choice of image, only on its
> name.

> Now consider following three versions of the simple html file a.html:

> version 1:
> <html><head></head><body><img src="a.jpg"></body> </html>

> version 2:
> <html><head></head><body><img src="a:f.jpg"></body> </html>

> version 3:
> <html><head></head><body><img src="axdf.jpg"></body> </html>


> The first two should display the same page (just the image). In fact,
> the second does not display the image, nor even a placeholder. The web
> server shows that the image was not even requested in the second
> case. Choosing an image name without a colon avoids the problem. The
> problem is identical whether served from apache or requested directly
> from the local file system.

That is no bug. Colons are special characters in URIs which cannot
simply be used as part of filename, you'd need to escape it:
<html><head></head><body><img src="a%3Af.jpg"></body> </html>

(See also rfc 1630.)

> Moreover, specifying a non-existent image, such as version 3, also
> does not display a broken image icon.

Works for me with iceape 1.0.6-1.

cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.                                (c) Jasper Ffforde

--- End Message ---

Reply via email to