Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make the second validator an empty pipeline for testing
iay committed May 23, 2018
1 parent 2f763d3 commit bedb49a
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
@@ -8,5 +8,5 @@ spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false
validator.common = common-beans.xml

# Space-separated list of the validator configurations to load.
validator.configurations = default-validator.xml second-validator.xml \
test-validator.xml
validator.configurations = default-validator.xml \
empty-validator.xml test-validator.xml
@@ -12,8 +12,8 @@
<!-- *** Default Shibboleth component bean id property from Spring bean id *** -->
<bean class="net.shibboleth.ext.spring.config.IdentifiableBeanPostProcessor" lazy-init="false"/>

<bean id="id" parent="String" c:_="second"/>
<bean id="description" parent="String" c:_="Second validator."/>
<bean id="id" parent="String" c:_="empty"/>
<bean id="description" parent="String" c:_="Empty validator pipeline."/>

<bean id="pipeline" parent="mda.SimplePipeline">
<property name="stages">

0 comments on commit bedb49a

Please sign in to comment.