Skip to content
  • David Redondo's avatar
    Also check if the path and id are the same · 6f3e6031
    David Redondo authored
    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.
    6f3e6031