diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-27 06:46:21 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-27 06:46:21 +0100 |
commit | 4dfca16cb46126d564240767a89fe8a9f4f9bcdf (patch) | |
tree | 9fee58a1ba475f359992233dffc14e3fc206a978 /id/server/modules/moa-id-module-eIDAS/src/main/resources | |
parent | 86cbb2b42468b71cc9c04785d075260cf80fbb9f (diff) | |
parent | 3ca240a596e3d2d22a7a6c68ce9c34dda9168e2c (diff) | |
download | moa-id-spss-4dfca16cb46126d564240767a89fe8a9f4f9bcdf.tar.gz moa-id-spss-4dfca16cb46126d564240767a89fe8a9f4f9bcdf.tar.bz2 moa-id-spss-4dfca16cb46126d564240767a89fe8a9f4f9bcdf.zip |
Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB)
Conflicts:
id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa/id/protocols/eidas/AuthenticationRequest.java
id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa/id/protocols/eidas/EidasMetaDataRequest.java
Diffstat (limited to 'id/server/modules/moa-id-module-eIDAS/src/main/resources')
-rw-r--r-- | id/server/modules/moa-id-module-eIDAS/src/main/resources/resources/templates/eidas_postbinding_template.vm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/id/server/modules/moa-id-module-eIDAS/src/main/resources/resources/templates/eidas_postbinding_template.vm b/id/server/modules/moa-id-module-eIDAS/src/main/resources/resources/templates/eidas_postbinding_template.vm index 8beb601c6..3bd225b00 100644 --- a/id/server/modules/moa-id-module-eIDAS/src/main/resources/resources/templates/eidas_postbinding_template.vm +++ b/id/server/modules/moa-id-module-eIDAS/src/main/resources/resources/templates/eidas_postbinding_template.vm @@ -9,6 +9,9 @@ ## Contains target attribute to delegate PEPS authentication out of iFrame <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> + </head> <body onload="document.forms[0].submit()"> <noscript> |