OpenPrinting / cups

OpenPrinting CUPS Sources
https://openprinting.github.io/cups
Apache License 2.0
957 stars 174 forks source link

CUPS 2.4.8 HTTP status 404 for printers and classes web interface search #954

Closed dkosovic closed 1 month ago

dkosovic commented 2 months ago

When using a web browser with CUPS 2.4.8, the following query searches return HTTP status 404, instead of finding (or not finding) printers or classes with xyz in their name:

Seems to be a result of commit https://github.com/OpenPrinting/cups/commit/9a9f9b380f68c39f2e6039ac7ee543e328b2fdab which was introduced to fix issue #423

dkosovic commented 1 month ago

@zdohnal, could PR# https://github.com/OpenPrinting/cups/pull/957 which fixed this issue be merged into the 2.4.x branch? It was only merged into master. Thanks in advance.

EDIT: correction, merge commit# https://github.com/OpenPrinting/cups/commit/3826de00c5823d0118ed2bacb9caccd341cbdbe1 in master + that PR.