From 0f0bd735f44c90a06a7ca6d4d03455c0972f076b Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 4 Feb 2019 09:01:35 +0100 Subject: add UTF-8 encoding infos into config-tool forms --- id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp | 2 +- id/ConfigWebTool/src/main/webapp/jsp/editOAGeneral.jsp | 2 +- id/ConfigWebTool/src/main/webapp/jsp/edituser.jsp | 2 +- id/ConfigWebTool/src/main/webapp/jsp/newUserRequest.jsp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'id/ConfigWebTool/src/main/webapp/jsp') diff --git a/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp b/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp index 79c66f37c..f77996670 100644 --- a/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp +++ b/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp @@ -35,7 +35,7 @@ - +

<%=LanguageHelper.getGUIString("webpages.oaconfig.header", request) %>

- + diff --git a/id/ConfigWebTool/src/main/webapp/jsp/edituser.jsp b/id/ConfigWebTool/src/main/webapp/jsp/edituser.jsp index dffa7bd1b..6aa5a2728 100644 --- a/id/ConfigWebTool/src/main/webapp/jsp/edituser.jsp +++ b/id/ConfigWebTool/src/main/webapp/jsp/edituser.jsp @@ -38,7 +38,7 @@
- + diff --git a/id/ConfigWebTool/src/main/webapp/jsp/newUserRequest.jsp b/id/ConfigWebTool/src/main/webapp/jsp/newUserRequest.jsp index 934296b3a..2fe337758 100644 --- a/id/ConfigWebTool/src/main/webapp/jsp/newUserRequest.jsp +++ b/id/ConfigWebTool/src/main/webapp/jsp/newUserRequest.jsp @@ -37,7 +37,7 @@
- + -- cgit v1.2.3 From 198954f9257a4ec9984ea8766e216b85733a8c0f Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 18 Feb 2019 08:25:37 +0100 Subject: use UTF-8 servlet-filter instead of encoding information --- .../src/main/webapp/jsp/editMOAConfig.jsp | 2 +- .../src/main/webapp/jsp/editOAGeneral.jsp | 2 +- id/ConfigWebTool/src/main/webapp/jsp/edituser.jsp | 2 +- .../src/main/webapp/jsp/newUserRequest.jsp | 2 +- .../webapp/jsp/snippets/OA/targetConfiguration.jsp | 21 ++++++++++++++++++++- 5 files changed, 24 insertions(+), 5 deletions(-) (limited to 'id/ConfigWebTool/src/main/webapp/jsp') diff --git a/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp b/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp index f77996670..79c66f37c 100644 --- a/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp +++ b/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp @@ -35,7 +35,7 @@ - +

<%=LanguageHelper.getGUIString("webpages.oaconfig.header", request) %>

- + diff --git a/id/ConfigWebTool/src/main/webapp/jsp/edituser.jsp b/id/ConfigWebTool/src/main/webapp/jsp/edituser.jsp index 6aa5a2728..dffa7bd1b 100644 --- a/id/ConfigWebTool/src/main/webapp/jsp/edituser.jsp +++ b/id/ConfigWebTool/src/main/webapp/jsp/edituser.jsp @@ -38,7 +38,7 @@
- + diff --git a/id/ConfigWebTool/src/main/webapp/jsp/newUserRequest.jsp b/id/ConfigWebTool/src/main/webapp/jsp/newUserRequest.jsp index 2fe337758..934296b3a 100644 --- a/id/ConfigWebTool/src/main/webapp/jsp/newUserRequest.jsp +++ b/id/ConfigWebTool/src/main/webapp/jsp/newUserRequest.jsp @@ -37,7 +37,7 @@
- + diff --git a/id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/targetConfiguration.jsp b/id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/targetConfiguration.jsp index a61ce3053..367dc445d 100644 --- a/id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/targetConfiguration.jsp +++ b/id/ConfigWebTool/src/main/webapp/jsp/snippets/OA/targetConfiguration.jsp @@ -112,8 +112,17 @@
+
-

<%=LanguageHelper.getGUIString("webpages.oaconfig.general.foreignbpk.header", request) %>

+

<%=LanguageHelper.getGUIString("webpages.oaconfig.general.neweid.header", request) %>

+ + + + + + +
-- cgit v1.2.3