v3.3.1 MetadataProvider, metadataURL formatting question
Cantor, Scott
cantor.2 at osu.edu
Thu Jun 1 16:12:27 EDT 2017
> > I don't think so.
>
> I see https%3A//. Is there a reason why %26 would fail?
I don't know that %3A actually works, it would depend on the library decoding it before trying to execute it. There's definitely no reason to encode a colon like that. More to the point, encoding the query string separator itself would change the meaning of the URL, so no, I don't think that would work unless it didn't need to be there to start with. If you want the URL it invokes to contain an ampersand, the XML parser needs to see it as one. If you want to encode it in hex, the syntax isn't percent-encoding in XML. & is a shorthand entity replacement.
-- Scott
More information about the users
mailing list