Package: cups Version: 1.4.4-7+squeeze1 Please note: This only affects people who have set their web browser to prefer german language content. You have to look at the CUPS web interface translated to german to be affected by this bug. When I open the CUPS printers list at http://127.0.0.1:631/printers/ and enter *anything* in the search box and press "Suchen", the form is submitted to a invalid URL:
http://127.0.0.1:631/printers/%7BTHIS_URL%7D?QUERY=asdf Instead of a list of matching printers, a placehodler printer titled "{THIS_URL}" with details consisting only of placeholders is shown. The cause seems obvious when comparing the original template to the localized version: me@mystuff:~$ diff /usr/share/cups/templates/search.tmpl /usr/share/cups/templates/de/search.tmpl 1c1 < <FORM ACTION="/{SECTION}/{?SEARCH_DEST}" METHOD="GET"> --- > <FORM ACTION="{THIS_URL}" METHOD="GET"> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

