aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/bku-erkennung/bku-erkennung/bku-erkennung.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/bku-erkennung/bku-erkennung/bku-erkennung.html')
-rw-r--r--src/main/webapp/bku-erkennung/bku-erkennung/bku-erkennung.html47
1 files changed, 0 insertions, 47 deletions
diff --git a/src/main/webapp/bku-erkennung/bku-erkennung/bku-erkennung.html b/src/main/webapp/bku-erkennung/bku-erkennung/bku-erkennung.html
deleted file mode 100644
index d3bb009..0000000
--- a/src/main/webapp/bku-erkennung/bku-erkennung/bku-erkennung.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-
- <head>
- <title>BKU Test</title>
- <script language="javascript" type="text/javascript">
- <!--
- bkuuri='https://127.0.0.1:3496/https-security-layer-request';
- protocol='https:';
- if (location.protocol != 'https:') {
- bkuuri='http://127.0.0.1:3495/http-security-layer-request';
- protocol='http:';
- }
- var index = location.href.indexOf('/bku-erkennung/bku-erkennung.html');
- if( index != -1 )
- helperlocation = location.href.substr( 0, index );
- else
- helperlocation = protocol + '//' + 'demo.egiz.gv.at/bku-erkennung/v1.1';
-
- function setBKUAvailable(flag) {
- if (flag == true) {
- parent.setBKUAvailable(true);
- } else {
- parent.setBKUAvailable(false);
- }
- }
- -->
- </script>
- </head>
-
- <body style="background-color:transparent">
- <script language="javascript" type="text/javascript">
- <!--
- if (location.protocol == 'https:' || location.protocol == 'http:') { // also keine lokalen Aufrufe
- document.write('<form name="bkucheckform" method="POST" target="iframename" action="' + bkuuri + '" enctype="application/x-www-form-urlencoded">');
- document.write('<input type="hidden" name="XMLRequest" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;NullOperationRequest xmlns=&quot;http://www.buergerkarte.at/namespaces/securitylayer/1.2#&quot;/&gt;" />');
- document.write('<input type="hidden" name="RedirectURL" value="' + helperlocation + '/bku-erkennung/bku-erkennung_helper.html"/>');
- document.write('</form>');
- setBKUAvailable(false);
- document.bkucheckform.submit();
- }
- -->
- </script>
- </body>
-
-</html>
-