<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 25, 2020, 15:19 Martin Koppenhoefer, <<a href="mailto:dieterdreist@gmail.com">dieterdreist@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
there might be an issue with multiple images separated by ; because the semicolon does not have to be escaped in URLs. If the protocol is given every time it might still be ok? e.g. <a href="http://111.com/example1.jpg;http://111.com/example2.jpg" rel="noreferrer noreferrer" target="_blank">http://111.com/example1.jpg;http://111.com/example2.jpg</a> would be unambiguous because you cannot have // in the middle of a filename, or can you?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">You can have just about any character sequence in a url, particularly in the query part - including two slashes in a row. <a href="http://111.com/image_service?id=bla-$3_http://bla.com">http://111.com/image_service?id=bla-$3_http://bla.com</a> can be a valid image url (if a confusing and unusual one)</div></div>