clicon / clixon

YANG-based toolchain including NETCONF and RESTCONF interfaces and an interactive CLI
http://www.clicon.org/
Other
206 stars 69 forks source link

CLI: Explicit api-path not encoded correctly #504

Closed olofhagsand closed 3 months ago

olofhagsand commented 4 months ago

If an api-path-fmt is manually given, the encoding of arguments was not properly RFC8040 encoded in some circumstances. More specifically, with an api-path on the form: a/b=,%s and an argument such as: 10/10 the resulting api-path is a/b=,10/10 where 10/10 is not encoded which it should.