I still have problems with case sensitive urls, thats why I changed alias entry in solr document: https://github.com/MyCoRe-Org/mir-alias-plugin/blob/bae1cf4324f54220514066901a4c9d5723ac9850/src/main/resources/xsl/solr-alias.xsl#L18 to `<xsl:value-of select="translate(text(), 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz')" />`
I still have problems with case sensitive urls, thats why I changed alias entry in solr document:
mir-alias-plugin/src/main/resources/xsl/solr-alias.xsl
Line 18 in bae1cf4
to
<xsl:value-of select="translate(text(), 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz')" />