[Buildbot] #420: slash not escaped in url links when builder name contains slash inside

Buildbot trac trac at buildbot.net
Sun Feb 22 01:52:10 UTC 2015


#420: slash not escaped in url links when builder name contains slash inside
-------------------+-----------------------
Reporter:  arekm   |       Owner:  djmitche
    Type:  defect  |      Status:  closed
Priority:  minor   |   Milestone:  0.8.x
 Version:  0.7.9   |  Resolution:  fixed
Keywords:  web     |
-------------------+-----------------------
Changes (by dustin):

 * keywords:  review => web
 * milestone:  0.7.10 => 0.8.x


Old description:

> When using builder names with slash inside like
>
> builderNames=["PLD/Linux Th"]
>
> then web interface contains links "/builders/PLD/Linux%20Th/builds/101"
> where the correct link should be "/builders/PLD%2fLinux%20Th/builds/101"
> (note slash escaped with %2f)

New description:

 When using builder names with slash inside like

 builderNames=["PLD/Linux Th"]

 then web interface contains links "/builders/PLD/Linux%20Th/builds/101"
 where the correct link should be "/builders/PLD%2fLinux%20Th/builds/101"
 (note slash escaped with %2f)

--

Comment:

 That's been rewritten in nine, but is certainly something that could be
 addressed in eight.

--
Ticket URL: <http://trac.buildbot.net/ticket/420#comment:5>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list