Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Spring will, unfortunately and brokenly, rely on the schemaLocation hint int in the root element to map XML namespaces to schema locations. Furthermore, the code will end up dereferencing external URLs if it's left to its own devices. The only way to prevent that is by adding mappings between the URLs that appear in the hint to an alternate (i.e., local, via the classpath) reference to the schema file included in the software stack. This is managed in idp-schema/src/main/resources/META-INF/spring.schemas

...