#8558 closed bug (invalid)
creat error "page not found" in apache error log..
Reported by: | 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
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Quotes cannot go inside of quotes. This is not a jQuery bug
comment:3 Changed 12 years ago by
Component: | unfiled → attributes |
---|
the same issue happen if html tag has no quote.. look like: