varlink / libvarlink

C implementation of the Varlink protocol and command line tool
Apache License 2.0
87 stars 15 forks source link

fix:uri: "varlink help" not working with camel-case interface names #58

Closed scabrero closed 3 months ago

scabrero commented 1 year ago

The varlink specification does not mandate that interface names are lower-case so it is not possible to know if an uri string contains a member or not based on last member capitalization.

This information must be provided by the caller depending on the context the URI is parsed.

Signed-off-by: Samuel Cabrero scabrero@suse.de