You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2021. It is now read-only.
Hi,
I think that I found a bug in the function oc_core_get_resource_by_uri() in api/oc_core_res.c on master branch.
In the code above the variable skip would means a number of leading slash of the uri.
So the code would be fixed like this.
Thanks