Updated OAuth2 client authentication.
Change-Id: Ic13a38afd2d405fa2b450d80c4737261a4ab1edc
diff --git a/full/src/test/resources/test-config.xml b/full/src/test/resources/test-config.xml
index 562c3bb..1757481 100644
--- a/full/src/test/resources/test-config.xml
+++ b/full/src/test/resources/test-config.xml
@@ -169,6 +169,9 @@
<bean id="urlValidator" class="org.apache.commons.validator.routines.UrlValidator">
<constructor-arg value="http,https"/>
</bean>
+ <bean id="httpsValidator" class="org.apache.commons.validator.routines.UrlValidator">
+ <constructor-arg value="https"/>
+ </bean>
<bean id="kustvakt_rewrite" class="de.ids_mannheim.korap.rewrite.FullRewriteHandler">
<constructor-arg ref="kustvakt_config" />