Closed Bug 88867 Opened 23 years ago Closed 23 years ago

Relative uri's are cached

Categories

(Core :: Networking: Cache, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 79983

People

(Reporter: dougt, Assigned: gordon)

Details

I loaded a page containing a: <script src="...js" =""></script> statement. The Console reported an error in the .js file. The line number was past the end of the file. The code it was complaining about was not in the file. The cache contained an older, longer version of the js file. When it read the new one, it updated in place, but it failed to correctly set the length, so the old tail was pinned onto the new file, causing a compiler error.
This'd be bug 79983 that you're seeing. It happens for any uri, not just relative ones. *** This bug has been marked as a duplicate of 79983 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
VERIFIED: same problem
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.