[Webkit-unassigned] [Bug 23648] New: & in link does not get converted to &

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 30 09:51:43 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23648

           Summary: & in link does not get converted to &
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: All
               URL: http://dashb-cms-
                    sam.cern.ch/dashboard/request.py/taskmonitoring#action=t
                    asksTable&usergridname=JavierFernandezMenendez
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: Edward.Karavakis at cern.ch


The string I'm passing from python to the XSL is:
usergridname=RenataFigueiredoRodrigues&timerange=last3Days&typeofrequest=Atasktype=

and if I print the string from XSL: <xsl:value-of select="plotParameters"/> 
the result is correct:
usergridname=RenataFigueiredoRodrigues&timerange=last3Days&typeofrequest=Atasktype=

But if you go to:
http://dashb-cms-sam.cern.ch/dashboard/request.py/taskmonitoring#action=tasksTable&usergridname=JavierFernandezMenendez
you'll see that it is not working
The plot on the bottom of the page isn't rendered with Chrome & Safari. If you
right click on the image and open it in a new window, the url is the following:
http://dashb-cms-sam.cern.ch/dashboard/request.py/graphicaltablerepresentation.png?usergridname=JavierFernandezMenendez&timerange=last3Days&typeofrequest=A&tasktype=
but it should be:
http://dashb-cms-sam.cern.ch/dashboard/request.py/graphicaltablerepresentation.png?usergridname=JavierFernandezMenendez&timerange=last3Days&typeofrequest=A&tasktype=

I don't quite understand why Webkit (both on Safari and Chrome) is adding those
weird ' #38; ' values to the url.... they look like 'new line' or 'break'
characters. It works fine on all browsers except Safari/Chrome.
( a similar issue was reported on 2005: 
https://bugs.webkit.org/show_bug.cgi?id=3861 )


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list