clixon/lib
Olof hagsand 17e7b25537 * RESTCONF in Clixon used empty key as "wildchar". But according to RFC 8040 it should mean the "empty string".
* Example: `GET restconf/data/x:a=`
  * Previous meaning (wrong): Return all `a` elements.
  * New meaning (correct): Return the `a` instance with empty key string: "".
* [RESTCONF GET request of single-key list with empty string returns all elements #213](https://github.com/clicon/clixon/issues/213)
* [RESTCONF GETof lists with empty string keys does not work #214](https://github.com/clicon/clixon/issues/214)
2021-05-05 15:04:22 +02:00
..
clixon - Yang deviation [deviation statement not yet support #211](https://github.com/clicon/clixon/issues/211) 2021-05-03 14:34:35 +02:00
src * RESTCONF in Clixon used empty key as "wildchar". But according to RFC 8040 it should mean the "empty string". 2021-05-05 15:04:22 +02:00
Makefile.in Copyright 2021 2021-01-13 14:40:34 +01:00