diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-27 06:26:52 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-27 06:26:52 +0100 |
commit | 3ca240a596e3d2d22a7a6c68ce9c34dda9168e2c (patch) | |
tree | 322bab6aca57ebadb5014e44676b6c06433adb99 /id/server/modules/moa-id-module-eIDAS/src/main/resources | |
parent | 1672ef1dc32bf37c966660c33e422729addd5b41 (diff) | |
download | moa-id-spss-3ca240a596e3d2d22a7a6c68ce9c34dda9168e2c.tar.gz moa-id-spss-3ca240a596e3d2d22a7a6c68ce9c34dda9168e2c.tar.bz2 moa-id-spss-3ca240a596e3d2d22a7a6c68ce9c34dda9168e2c.zip |
set ContentType parameter in HTTPServletResponse
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> |