Bug in Mozilla 1.6 AND in Firefox 1.0?

  • Thread starter Thread starter gnome
  • Start date Start date
  • Tags Tags
    Bug Firefox
AI Thread Summary
A user experienced issues downloading .pps files from a specific website using Mozilla Firefox 1.0 and Mozilla 1.6, while Internet Explorer successfully accessed the files. The problem stemmed from the webpage creator using backslash characters in the URLs instead of forward slashes, leading to non-compliant URLs that browsers could not handle correctly. The solution involves manually editing the URLs by replacing the encoded backslash ("%5C") with a forward slash to enable downloads in any browser. This highlights a coding error rather than a bug in the Mozilla browsers.
gnome
Messages
1,031
Reaction score
1
Bug in Mozilla 1.6 AND in Firefox 1.0?

I've been trying to download lecture notes (.pps files) from this website:

http://www-cs.engr.ccny.cuny.edu/~zhu/GC-Spring2005/CSc80000-2-VisionCourse.html

The ONLY one that I can get with Mozilla Firefox 1.0 OR with Mozilla 1.6 is the "Lecture 5" file. For all of the others the result is

Not Found
The requested URL ... bla bla bla ... was not found on this server.

This, despite the fact that I have both Mozillas configured to update the cache every time I view a page, AND I have manually cleared the entire cache anyway.

MS Internet Explorer downloads and opens all of these links with no problem.

(Note, no problems with the "Homework" files, and no problem with the "Lecture 5" ppt file. Only the pps files are eluding me.)

Any ideas?
 
Computer science news on Phys.org
It's not a bug. The person who made the webpage used a backslash character in the links, when (s)he should have used a forward slash. The resulting URLs are not compliant, and there is no general protocol browsers should use when trying to deal with non-compliant URLs.

The easiest thing to do is to copy the URL, change the "%5C" (the ASCII for the backslash, encoded) to a forward slash, and download the files with any browser you prefer.

- Warren
 
Thanks Warren. That's it.

Funny, while I was playing around with it, I noticed that backslash and tried replacing "%5" with a / (but I didn't realize the first "C" was part of the code too).

(I hope the Mozilla people will forgive me for insulting their browser.) o:) o:)
 
Last edited:
Lazy programmers. . . tsk tsk.
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Back
Top