Summary

The Spring Security 5 XSDs are missing from https://www.springframework.org/schema/security/

Expected Behavior

They should be there

Version

5.x and above

Sample

Referencing as

    xsi:schemaLocation="
       http://www.springframework.org/schema/security
       https://www.springframework.org/schema/security/spring-security-5.3.xsd
       http://www.springframework.org/schema/beans
       https://www.springframework.org/schema/beans/spring-beans.xsd
       http://www.springframework.org/schema/util
       https://www.springframework.org/schema/util/spring-util.xsd"

cause IDE to fail XML Validation since the xsd is missing

Comment From: jzheaux

Updated the symbolic link on our docs site to point to 5.3.0.RELEASE.