You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, @marketsimulator. Since the latest is 6.0, http://www.springframework.org/schema/security/spring-security.xsd will point to spring-security-6.0.xsd. I will leave this ticket open to look into what caused the missing file. For now, I've restored it manually.
If you do choose to resolve the schema remotely, it's also recommended that you pick a specific version so that you are always downloading the schema that is compatible with your Spring Security version. In the case you mentioned, this would be https://www.springframework.org/schema/security/spring-security-5.4.xsd
Expected behavior
http://www.springframework.org/schema/security/spring-security.xsd
returns 404
should't it return/point-to the latest version of spring-security.xsd? e.g. spring-security-5.4.xsd
I had to update WEB-INF/classes/META-INF/spring/security-context.xml because a .war refused its deployment.
The text was updated successfully, but these errors were encountered: