Ticket #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: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

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