Spring Security SchemaPath Update

Update Spring-Security xsd path

Previously Spring schemas were available on both http and https URL. Now, sometimes Spring Security xsd is not available on http path. It is only available in https path. To avoid intermittent issues, below schema URLs should be updated in spring configuration.

http://www.springframework.org/schema/security/spring-security.xsd to https://www.springframework.org/schema/security/spring-security.xsd

http://www.springframework.org/schema/security/spring-security-oauth2-2.0.xsd to https://www.springframework.org/schema/security/spring-security-oauth2-2.0.xsd

Please update above schema URLs as applicable in below configuration XMLs.

  • app-oauth.xml
  • app-security.xml
  • authentication-arcgis.xml
  • authentication-ldap.xml
  • authentication-simple.xml

Rebuild and redeploy Geoportal.