8devices / wakaama

Eclipse Wakaama (formerly liblwm2m) is an implementation of the Open Mobile Alliance's LightWeight M2M protocol (LWM2M).
0 stars 4 forks source link

Improve path handling #3

Open GiedriusM opened 7 years ago

GiedriusM commented 7 years ago

Some path variations are not handled correctly, especially those, that contain extra slashes. For example: /endpoints/foobar/1/1/1 - good //endpoints/foobar/1/1/1 - bad /endpoints//foobar/1/1/1 - bad /endpoints/foobar/1/1/1/ - bad