istopwg / ippeveselfcert

IPP Everywhere Printer Self-Certification Tools
https://www.pwg.org/ipp/everywhere.html
Apache License 2.0
21 stars 6 forks source link

IPP Everywhere v1.1 ipp-test.sh test I-10.3 fails printer for successful-ok-ignored-or-substituted-attributes response #60

Closed crizzo-xerox closed 4 years ago

crizzo-xerox commented 4 years ago

Test sends Get-Printer-Attributes operation request for requested-attributes = 'none'. Since this is an unsupported attribute, a compliant printer can return IPP status of successful-ok-ignored-or-substituted-attributes, with request-attributes as supported, but with value none not supported. This response should not be treated as a failure.

michaelrsweet commented 4 years ago

[master 39383d6] Allow Get-Printer-Attributes to soft-fail (Issue #60)