aboutsummaryrefslogtreecommitdiff
path: root/id.server/src/at/gv/egovernment/moa/id/proxy
diff options
context:
space:
mode:
Diffstat (limited to 'id.server/src/at/gv/egovernment/moa/id/proxy')
-rw-r--r--id.server/src/at/gv/egovernment/moa/id/proxy/DefaultConnectionBuilder.java2
-rw-r--r--id.server/src/at/gv/egovernment/moa/id/proxy/ElakConnectionBuilder.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/id.server/src/at/gv/egovernment/moa/id/proxy/DefaultConnectionBuilder.java b/id.server/src/at/gv/egovernment/moa/id/proxy/DefaultConnectionBuilder.java
index b96360896..dbbc49870 100644
--- a/id.server/src/at/gv/egovernment/moa/id/proxy/DefaultConnectionBuilder.java
+++ b/id.server/src/at/gv/egovernment/moa/id/proxy/DefaultConnectionBuilder.java
@@ -4,7 +4,7 @@ import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.net.HttpURLConnection;
import java.net.URL;
-import iaik.servertools.URLEncoder;
+import at.gv.egovernment.moa.util.URLEncoder; //java.net.URLEncoder;
import java.util.Iterator;
import java.util.Vector;
diff --git a/id.server/src/at/gv/egovernment/moa/id/proxy/ElakConnectionBuilder.java b/id.server/src/at/gv/egovernment/moa/id/proxy/ElakConnectionBuilder.java
index 65d98002e..476650eb0 100644
--- a/id.server/src/at/gv/egovernment/moa/id/proxy/ElakConnectionBuilder.java
+++ b/id.server/src/at/gv/egovernment/moa/id/proxy/ElakConnectionBuilder.java
@@ -9,7 +9,7 @@ import com.ibm.webdav.protocol.URLStreamHandlerFactory;
import com.ibm.webdav.protocol.http.WebDAVURLConnection;
import java.util.StringTokenizer;
import java.net.URL;
-import iaik.servertools.URLEncoder;
+import at.gv.egovernment.moa.util.URLEncoder; //java.net.URLEncoder;
import java.net.URLStreamHandler;
import java.util.Iterator;
import java.util.Vector;