[NETCONF-1246] Cannot retieve modules source Created: 06/Feb/24 Updated: 06/Feb/24 |
|
| Status: | Open |
| Project: | netconf |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Medium |
| Reporter: | Ivan Hrasko | Assignee: | Ivan Hrasko |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | pick-next, pt, regression | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| 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. |