Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#8558 closed bug (invalid)

creat error "page not found" in apache error log..

Reported by: binhaus@… Owned by:
Priority: undecided Milestone: 1.next
Component: attributes Version: 1.5.1
Keywords: Cc:
Blocked by: Blocking:

Description

dear. I see a lot of error on log file of apache server.. affeer few days search i narrow this is Jquery issue in special case

if the html like this for eg:

<img src="aaa.gif" alt="aaabbb "cccc" dddd ">

the double quote in side of other " make the error.. it make a reques as the file to server by jquery

the error will lock like this File does not exist: /home/xaluano/public_html/js/jquery cho \xc3\xb4ng Chu\xe1\xba\xa9n (t\xe1\xbb\x95 tr\xc6\xb0\xe1\xbb\x9fng d\xc3\xa2n ph\xe1\xbb\x91).<, referer: http://www.xaluan.com/

there a ton off erros like this in log file this issue related from 1.3 to 1.5.1 ( not test yet with ealy version )

the temp fix from server side remove those quote with leftquote or single quote.

Change History (3)

comment:1 Changed 12 years ago by anonymous

the same issue happen if html tag has no quote.. look like:

<p class=Normal>

comment:2 Changed 12 years ago by Rick Waldron

Resolution: invalid
Status: newclosed

Quotes cannot go inside of quotes. This is not a jQuery bug

comment:3 Changed 12 years ago by Rick Waldron

Component: unfiledattributes
Note: See TracTickets for help on using tickets.