Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
8115
Description
If I want to get data from data model which node_id = MSAN1γγΌγ I must call
curl --user admin:admin -v http://$ODL_HOST:8181/restconf/config/network-topology:network-topology/topology/topology-area1-pw/node/MSAN1%e3%83%8e%e3%83%bc%e3%83%89 -H "Content-Type: application/yang.data+json" -X GET
The Restconf return me error:
{
"errors":{
"error":[
]
}
}
Problem is in decoding of MSAN1%e3%83%8e%e3%83%bc%e3%83%89. Because the char set is set on ISO-8859-1. And should be on UTF-8