Details
-
Bug
-
Status: Open
-
Medium
-
Resolution: Unresolved
-
None
-
None
-
None
Description
On the current main branch when we invoke:
GET http://localhost:8181/rests/modules/ietf-yang-types/2013-07-15
We get the response 500 with message:
{
"errors": {
"error": [
{
"error-tag": "operation-failed",
"error-message": "Mount path has to end with yang-ext:mount",
"error-type": "application"
}
]
}
}
It is expected to get YANG module source.