Skip to content

Also check if the path and id are the same

David Redondo requested to merge work/id into master

The sensorId can contain characters which have special meaning in regexes. We cannot escape them however because we also pass sensor regexes through the same path. So simply compare for equality before doing any matching.

Merge request reports