From b7c8fd5aa84bd66c88f2369ac10edea88ea1f095 Mon Sep 17 00:00:00 2001
From: Robin Eklund <robi-ekl@dsv.su.se>
Date: Thu, 4 Aug 2011 13:29:57 +0200
Subject: [PATCH] Remote request-queries now again uses the live server, this
 is to ensure proper deployment configuration.

---
 src/main/resources/applicationContext.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/applicationContext.xml b/src/main/resources/applicationContext.xml
index 7e10701258..bbc70d4ac6 100644
--- a/src/main/resources/applicationContext.xml
+++ b/src/main/resources/applicationContext.xml
@@ -34,7 +34,7 @@
 		-->
 		<property name="enableRemoteUserLookup" value="true"></property>
 		<!-- This property points to the location of the daisy json search -->
-		<property name="remoteLookupUrl" value="https://thesis3.dsv.su.se/match/json" />
+		<property name="remoteLookupUrl" value="https://thesis.dsv.su.se/match/json" />
 		<!--  External auth support (via J2EE standard mechanism REMOTE_USER), if true: other authentication mechanics will be bypassed.-->
 		<property name="acceptExternalAuthentication" value="true"/>
 	</bean>