From cbdd142f5563e729a34daf7e54da15b094754f46 Mon Sep 17 00:00:00 2001 From: tknall Date: Thu, 28 Mar 2013 07:06:59 +0000 Subject: https redirection removed from signupload.jsp git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/pdf-as/trunk@934 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- dok/RELEASE_NOTES-3.3.txt | 3 +++ pdf-as-web/src/main/webapp/jsp/signupload.jsp | 5 ----- 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 @@ <% } %> - <% if ((serverUrl.contains("http")) && (!serverUrl.contains("https")) && (!serverUrl.contains("localhost"))) { - baseUrl = baseUrl.replace("http","https"); %> - - <% } %> - -- cgit v1.2.3