aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dok/RELEASE_NOTES-3.3.txt3
-rw-r--r--pdf-as-web/src/main/webapp/jsp/signupload.jsp5
2 files changed, 3 insertions, 5 deletions
diff --git a/dok/RELEASE_NOTES-3.3.txt b/dok/RELEASE_NOTES-3.3.txt
index 3682884..ed4c67d 100644
--- a/dok/RELEASE_NOTES-3.3.txt
+++ b/dok/RELEASE_NOTES-3.3.txt
@@ -74,6 +74,8 @@ ALLGEMEINE ÄNDERUNGEN
- Abhängigkeiten zu folgenden Bibliotheken wurden entfernt:
xml-apis-1.3.02.jar
+ - signupload.jsp: Automatische Weiterleitung auf https im Falle eines Aufrufs via http aus dem JSP-Code entfernt.
+
- Die folgenden Signaturprofile gelten als veraltet:
AMTSSIGNATURBLOCK_DE_DEPRECATED
AMTSSIGNATURBLOCK_EN_DEPRECATED
@@ -133,6 +135,7 @@ BEHOBENE BUGS
- null_request_page.jsp: NullPointerException behoben.
+
Modul pdf-as-lib:
- Leere Signatur-Parameter im Signaturblock führten bisher zu einem Fehler. Leere Signatur-Parameter müssen laut
diff --git a/pdf-as-web/src/main/webapp/jsp/signupload.jsp b/pdf-as-web/src/main/webapp/jsp/signupload.jsp
index a65f56a..ddcf16c 100644
--- a/pdf-as-web/src/main/webapp/jsp/signupload.jsp
+++ b/pdf-as-web/src/main/webapp/jsp/signupload.jsp
@@ -166,11 +166,6 @@
<link rel="stylesheet" type="text/css" href="<%=baseUrl%>/css/extern-styles.css" />
<% } %>
- <% if ((serverUrl.contains("http")) && (!serverUrl.contains("https")) && (!serverUrl.contains("localhost"))) {
- baseUrl = baseUrl.replace("http","https"); %>
- <meta HTTP-EQUIV="REFRESH" content="0; url=<%=baseUrl %>/">
- <% } %>
-
<meta http-equiv="pragma" content="no-cache,no-store,private,must-revalidate,max-stale=0,post-check=0,pre-check=0"/>
<meta http-equiv="cache-control" content="no-cache,no-store,must-revalidate,max-age=-1"/>
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT"/>