[spring-extensions] branch main updated: Add clarifying comment.

Scott Cantor cantor.2 at osu.edu
Wed Jul 14 14:42:20 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository spring-extensions.

View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=764caf4cc115e6c8d81a6dd2a898267f15ad0704

The following commit(s) were added to refs/heads/main by this push:
       new  764caf4   Add clarifying comment.
764caf4 is described below

commit 764caf4cc115e6c8d81a6dd2a898267f15ad0704
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 14 10:42:17 2021 -0400

    Add clarifying comment.
---
 .../ext/spring/util/SchemaTypeAwareBeanDefinitionDocumentReader.java  | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/main/java/net/shibboleth/ext/spring/util/SchemaTypeAwareBeanDefinitionDocumentReader.java b/src/main/java/net/shibboleth/ext/spring/util/SchemaTypeAwareBeanDefinitionDocumentReader.java
index 59ab875..d44967a 100644
--- a/src/main/java/net/shibboleth/ext/spring/util/SchemaTypeAwareBeanDefinitionDocumentReader.java
+++ b/src/main/java/net/shibboleth/ext/spring/util/SchemaTypeAwareBeanDefinitionDocumentReader.java
@@ -31,6 +31,10 @@ import org.w3c.dom.Element;
 /**
  * An extension to the standard {@link DefaultBeanDefinitionDocumentReader} that uses a
  * {@link SchemaTypeAwareBeanDefinitionParserDelegate} delegate for processing bean definitions.
+ * 
+ * <p>This class was extended, per IDP-1640, to hijack another bug in Spring's reader class that
+ * prevents imports that don't start with file:// from being handled as absolute file paths
+ * if they exist.</p>
  */
 public class SchemaTypeAwareBeanDefinitionDocumentReader extends DefaultBeanDefinitionDocumentReader {
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list