-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support hierarchical searches with ippFindAttribute #4395
Comments
CUPS.org User: mike Fixed in Subversion repository. |
"str4395.patch": Index: cups/ipp.c--- cups/ipp.c (revision 11775) /*
return (NULL); Index: cups/ipp.h--- cups/ipp.h (revision 11775) /**** New in CUPS 1.4.4 */
Index: cups/testipp.c--- cups/testipp.c (revision 11775)
|
Version: 2.0-feature
CUPS.org User: mike
In order to allow programs like ipptool to validate collection values, we need to be able to find member attributes of collections.
The simplest solution is to support attribute names with slashes as the delimiter (slash is not a valid attribute name character), e.g.:
The text was updated successfully, but these errors were encountered: