ehcache.xml xsi:schemaLocations needs update
Description
301 errors are thrown (see error.png), as the ehcache schema urls have been moved to https.
http://www.ehcache.org/schema/ehcache-core-3.5.xsd -> https://www.ehcache.org/schema/ehcache-core-3.5.xsd
http://www.ehcache.org/schema/ehcache-107-ext-3.5.xsd -> https://www.ehcache.org/schema/ehcache-107-ext-3.5.xsd
Environment
Version: 10.3.0-20201203-1400
Activity
Looks good to me :), when I use that header the xml problem goes away.
So the header should look like this?
The problem is whatever is parsing the URLs in the xml validator. It can't handle http redirects.
Not according to the official documentation: https://www.ehcache.org/documentation/3.8/107.html#supplementing-jcache-cache-configurations-using-ehcache-xml-extensions
The http links still work. There is an automatic forward to https on ehache.org