deb.li bugtracker

Please add and discuss bugs and issues with deb.li here.

Hey Bernd, with python-sqlalchemy 0.6.1 some things have changed and so the deb.li code does not work anymore (godebian-server.py will fail to start). I have two small fixes that makes the code work again. I have uploaded the patch to patch-for-debli-startup.patch


deb.li is mangling some percent-encoded characters. For example:

jwilk@moszumanska:~$ ~bzed/godebian-client/add_url 'http://www.example.com/?q=foo%2Bbar'
xekG
jwilk@moszumanska:~$ curl -s --include 'http://deb.li/xekG' | grep -m1 ^Location
Location: http://www.example.com/?q=foo+bar

Note that %2B has been replaced with + in the query string, but these are entirely different things: the former denotes the plus character, while the latter denotes the space character.


-- There is a patch series from Paul Wise attached to this page:

0001-Drop-double-import-of-sys-module.patch 0002-Drop-unused-imports.patch 0003-Drop-an-unused-variable.patch 0004-Fix-whitespace.patch 0005-Use-RFC-3339-ISO-8601-dates-in-the-news-section.patch 0006-Link-to-archive.org-for-__credits__-since-the-URL-is.patch 0007-Redirect-to-the-lists-msgid-search-page-instead-of-t.patch 0008-Use-https-in-comments-and-links-where-possible.patch -- Applied, thanks!