[java-identity-provider] branch main updated: Add a placeholder file for tests.
Scott Cantor
cantor.2 at osu.edu
Wed Aug 19 15:55:38 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=683f7a60ca46dc96b11120187b77383595bfafcb
The following commit(s) were added to refs/heads/main by this push:
new 683f7a60c Add a placeholder file for tests.
683f7a60c is described below
commit 683f7a60ca46dc96b11120187b77383595bfafcb
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 19 11:54:03 2020 -0400
Add a placeholder file for tests.
---
.../resources/conf/intercept/profile-intercept.xml | 24 ++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/idp-conf/src/test/resources/conf/intercept/profile-intercept.xml b/idp-conf/src/test/resources/conf/intercept/profile-intercept.xml
new file mode 100644
index 000000000..901133a73
--- /dev/null
+++ b/idp-conf/src/test/resources/conf/intercept/profile-intercept.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:context="http://www.springframework.org/schema/context"
+ xmlns:util="http://www.springframework.org/schema/util"
+ xmlns:p="http://www.springframework.org/schema/p"
+ xmlns:c="http://www.springframework.org/schema/c"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
+ http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
+
+ default-init-method="initialize"
+ default-destroy-method="destroy">
+
+ <!-- The tests rely on this bean being available. -->
+
+ <bean id="shibboleth.AvailableInterceptFlows" parent="shibboleth.DefaultInterceptFlows" lazy-init="true">
+ <property name="sourceList">
+ <list merge="true">
+ </list>
+ </property>
+ </bean>
+
+</beans>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list