[Buildbot] #2961: Force schedulers with space in their name break the www interface

Buildbot trac trac at buildbot.net
Thu Oct 23 16:34:52 UTC 2014


#2961: Force schedulers with space in their name break the www interface
----------------------+--------------------
Reporter:  Ben        |       Owner:
    Type:  undecided  |      Status:  new
Priority:  major      |   Milestone:  0.9.0
 Version:  0.8.9      |  Resolution:
Keywords:  data       |
----------------------+--------------------
Changes (by Ben):

 * keywords:  www => data


Comment:

 Indeed, all endpoints have the troubles.

 For my information, the code is there:
 https://github.com/buildbot/buildbot/blob/master/master/buildbot/util/pathmatch.py,
 and the regex for identifier ({{{^[a-zA-Z_-][.a-zA-Z0-9_-]*$}}}) doesn't
 allow {{{%}}} neither space, so that we are urlencoded or not is not the
 bug, in both cases, the endpoint would not have been matched.

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


More information about the bugs mailing list