enonic / app-rss

Apache License 2.0
2 stars 6 forks source link

Limit the input of rss no whitespace allowed #40

Open poi33 opened 2 years ago

poi33 commented 2 years ago

The current rss inputs don't support whitespace. They just fail silently with a try catch. We need to add a regex to the input so that whitespaces are not allowed.