Open crotwell opened 2 years ago
This URL to my ringserver works correctly: http://eeyore.seis.sc.edu/ringserver/streams?match=CO_BARN but this one, which accidentally had a space as the first char of the match pattern, returns all channels. http://eeyore.seis.sc.edu/ringserver/streams?match=%20CO_BARN
I would expect it to either give an error message or to return no channels, since there are no channels starting with a space.
Thanks. I think it should return no channels.
This URL to my ringserver works correctly: http://eeyore.seis.sc.edu/ringserver/streams?match=CO_BARN but this one, which accidentally had a space as the first char of the match pattern, returns all channels. http://eeyore.seis.sc.edu/ringserver/streams?match=%20CO_BARN
I would expect it to either give an error message or to return no channels, since there are no channels starting with a space.