PHP-based metadata refresh machines are failing on the umlaut in <mdui:Logo height="68" width="240">https://mdv.aai.dfn.de/media/logos/e115/Logo-SLUB_Geschäftsbrief.jpg</mdui:Logo>. We are going to add a rule that strips any mdui:logo that contains non-ASCII characters.
Whether non-ASCII characters are allowed in URIs is something we are trying to work out in parallel. It seems possible from RFC 3986 that they are not [1]. However, given that we have implementations that do not support it, it seems pragmatic to remove them from the aggregate.
[1] https://www.gnu.org/software/emacs/manual/html_node/url/URI-Encoding.html
PHP-based metadata refresh machines are failing on the umlaut in
<mdui:Logo height="68" width="240">https://mdv.aai.dfn.de/media/logos/e115/Logo-SLUB_Geschäftsbrief.jpg</mdui:Logo>. We are going to add a rule that strips anymdui:logothat contains non-ASCII characters.Whether non-ASCII characters are allowed in URIs is something we are trying to work out in parallel. It seems possible from RFC 3986 that they are not [1]. However, given that we have implementations that do not support it, it seems pragmatic to remove them from the aggregate.
[1] https://www.gnu.org/software/emacs/manual/html_node/url/URI-Encoding.html