Closed Bug 250449 Opened 20 years ago Closed 19 years ago

backslash in path (images, css) causes them to not be displayed

Categories

(Firefox :: General, defect)

defect
Not set
major

Tracking

()

VERIFIED DUPLICATE of bug 64488

People

(Reporter: xindal, Assigned: bugs)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040614 Firefox/0.9
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040614 Firefox/0.9

< a href="\website\file_name.htm">file name</ a> (put spaces so not to screw up
the viewing of the code) is placing junk code in the line:

http://www.myfirstsecuritytitle.com/%5Cwebsite%5Caddendum_contract_sale_purchase.htm

were are the %5C coming from?  that is not in the code on my web page.  this
prevents firefox from viewing anything beyound the index.html page as nothing is
able to read the line properly.  the line reads \website\file_name.htm...

I have looked for a setting to change how firefox reads the site, but i have not
been able to find one.  this is a major issue with reading basic straight HTML.

Reproducible: Always
Steps to Reproduce:
1.open page
2.click on link.
3.get bad code.

Actual Results:  
get bad code.  i can manualy navigate to the proper URL, but that is the
problem.  the a href is not working and only not working in firefox.  it works
fine in Opera and IE.

Expected Results:  
not changed the code and left the a href alone to alow the link to work
properly.  NOTE this is on a LAN URL, the DNS has not propagated yet, and should
not until about the 10-14th of July 2004.

<html>
<head>
	<title>First Security Title Company</title>
</head>
<body bgcolor="#CCCCCC">
	<center>
	<img src="firstsecurity-logo1.gif">
	<img src="firstsecurity-logo2.gif">
<font color=red><P>258 E. Altamonte Drive<br>
Altamonte Springs, Florida 32701</P>

<font size=14<P>Telephone: (407) 767-1660<br>Fax: (407) 767-1663</P>
</font>	
<br>

	<a href="\website\addendum_contract_sale_purchase.htm">Addendum to contract for
sale and purchase</a>
<br>
	<a href="\website\allocation_closing_costs.htm">Allocation of closing closts</a>
<br>	
	<a href="\website\distribution_closing_costs.htm">Customary distribution of
closing closts</a>
<BR>

	<a href="\website\term_definitions.htm">Term definitions</a>
<br>
	<a href="\website\title_fees.htm">Title fees</a>
<br>
	<a href="\website\download.htm">Download page</a>	



<br><br><br>	<a
href="mailto:info@myfirstsecuritytitle.com">info@myfirstsecuritytitle.com</a>
	</center>
	</body>

	</html>

*** This bug has been marked as a duplicate of 121839 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
not a dupe of Tech Evang bug
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
a href="\website\file_name.htm"

This is invalid because a backslash is not allowd in a URL and a backslash must
be escaped..

This is valid and should work:
a href="/website/file_name.htm"
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago20 years ago
Resolution: --- → INVALID
Status: RESOLVED → VERIFIED
Summary: firefox is placing extra code in a line when trying to follow simple a href="\dir\filename" preventing the link from working. → backslash in path (images, css) causes them to not be displayed
*** Bug 258167 has been marked as a duplicate of this bug. ***
*** Bug 271938 has been marked as a duplicate of this bug. ***
Component: Product Site → General
OS: Windows 2000 → All
Hardware: PC → All
*** Bug 275709 has been marked as a duplicate of this bug. ***
*** Bug 283204 has been marked as a duplicate of this bug. ***
Status: VERIFIED → UNCONFIRMED
Resolution: INVALID → ---

*** This bug has been marked as a duplicate of 64488 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago19 years ago
Resolution: --- → DUPLICATE
v
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.