]> git.ipfire.org Git - thirdparty/cups.git/commit
client.c: Allow any query string starting with '?'
authorZdenek Dohnal <zdohnal@redhat.com>
Wed, 15 May 2024 09:40:22 +0000 (11:40 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Wed, 15 May 2024 09:40:22 +0000 (11:40 +0200)
commit3826de00c5823d0118ed2bacb9caccd341cbdbe1
treeac7cc056abb3ed2760cf2b6ae3c65fc9db2e6764
parentf4f0b14597fc335ec1d8ce98fc08987cbc69580e
client.c: Allow any query string starting with '?'

Allow query strings starting with '?' when accessing the '/printers' and
'/classes' resources.
scheduler/client.c