cups icon indicating copy to clipboard operation
cups copied to clipboard

Trying to display non-existing printer/class in web ui doesn't return 404.

Open zdohnal opened this issue 3 years ago • 0 comments

I took this one from https://github.com/apple/cups/issues/6045 . Currently we see an empty template if you go to web interface page for non-existing printer/class f.e. (class testclass and printer testprinter don't exist):

http://localhost:631/classes/testclass
http://localhost:631/printers/testpriner

We should show error when we try to access an non-existing printer directly by uri.

zdohnal avatar Jun 27 '22 08:06 zdohnal