[Buildbot-commits] [buildbot/buildbot] 747b97: fix encoding header validation

GitHub noreply at github.com
Tue Mar 24 19:07:46 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 747b97e967b8b0a61ae0dd7c1f4435403b1073e1
      https://github.com/buildbot/buildbot/commit/747b97e967b8b0a61ae0dd7c1f4435403b1073e1
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2015-03-24 (Tue, 24 Mar 2015)

  Changed paths:
    M master/buildbot/test/unit/test_www_rest.py
    M master/buildbot/www/rest.py

  Log Message:
  -----------
  fix encoding header validation

some browsers use:

content-type: application/json; Charset=UTF-8

So we use a real content-type parser.

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


  Commit: 0fdb4c74552c7ed7af89ff827d56e3c132fea375
      https://github.com/buildbot/buildbot/commit/0fdb4c74552c7ed7af89ff827d56e3c132fea375
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-03-24 (Tue, 24 Mar 2015)

  Changed paths:
    M master/buildbot/test/unit/test_www_rest.py
    M master/buildbot/www/rest.py

  Log Message:
  -----------
  Merge pull request #1608 from tardyp/b3228

fix encoding header validation


Compare: https://github.com/buildbot/buildbot/compare/0bc3a370b088...0fdb4c74552c


More information about the Commits mailing list