aboutsummaryrefslogtreecommitdiff
path: root/connector/src/test/resources/config/templates/pvp2_post_binding.html
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2022-02-08 08:18:35 +0000
committerThomas Lenz <thomas.lenz@egiz.gv.at>2022-02-08 08:18:35 +0000
commitb81ef7a782278cb941d3b424ccbe1ccc976c54f3 (patch)
tree220622592c0e49e1bf8ca60d3f16b4881b9b8ce1 /connector/src/test/resources/config/templates/pvp2_post_binding.html
parent07b71d26fb481859548b597aa43d7312608220d9 (diff)
parent884f208b5f4152a13e3f77d64ce0d4adec481700 (diff)
downloadNational_eIDAS_Gateway-b81ef7a782278cb941d3b424ccbe1ccc976c54f3.tar.gz
National_eIDAS_Gateway-b81ef7a782278cb941d3b424ccbe1ccc976c54f3.tar.bz2
National_eIDAS_Gateway-b81ef7a782278cb941d3b424ccbe1ccc976c54f3.zip
Merge branch 'feature/matching_search_address' into 'feature/matching_base'
add SOAP client to search addresses and add first simple test to request... See merge request egiz/eidas_at_proxy!15
Diffstat (limited to 'connector/src/test/resources/config/templates/pvp2_post_binding.html')
-rw-r--r--connector/src/test/resources/config/templates/pvp2_post_binding.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/connector/src/test/resources/config/templates/pvp2_post_binding.html b/connector/src/test/resources/config/templates/pvp2_post_binding.html
index 90858237..06b9b494 100644
--- a/connector/src/test/resources/config/templates/pvp2_post_binding.html
+++ b/connector/src/test/resources/config/templates/pvp2_post_binding.html
@@ -6,7 +6,7 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
- <script src="$contextPath/autocommit.js"></script>
+ <script src="/autocommit.js"></script>
</head>
<body>
<noscript>
@@ -21,7 +21,7 @@
<form action="${action}" method="post" target="_parent">
<div>
- #if($RelayState) <input type="hidden" name="RelayState" value="${RelayState}"/> #end
+ #if($RelayState) <input type="hidden" name="RelayState" value="${RelayState}"/> #end
#if($SAMLRequest) <input type="hidden" name="SAMLRequest" value="${SAMLRequest}" /> #end
#if($SAMLResponse) <input type="hidden" name="SAMLResponse" value="${SAMLResponse}" /> #end
</div>