On Wed, 02 Dec 2020 15:17:43 +0100, Claudio Jeker wrote: > Be stricter in what we accept as URL. Nobody should use silly encodings > like UTF-8 or other crap in the embedded URLs. I also consider any kind of > space as a failure (use %20 instead if that is really needed). > > This makes later handling of URLs a lot safer (e.g. rpki-client prints > part of URLs in log messages).
That makes sense to me. Any non-ascii characters should be URL-encoded anyway. - todd