diff options
| author | gregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2003-12-17 15:56:25 +0000 | 
|---|---|---|
| committer | gregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2003-12-17 15:56:25 +0000 | 
| commit | 29dcffe43c27a42c71a05160db0544316ab16035 (patch) | |
| tree | 59de8ed5af72ca747b19314d94cfec9c49b592fa | |
| parent | 30b51f122dac66296e5b17c9ca2cc89a871ffdc2 (diff) | |
| download | moa-id-spss-29dcffe43c27a42c71a05160db0544316ab16035.tar.gz moa-id-spss-29dcffe43c27a42c71a05160db0544316ab16035.tar.bz2 moa-id-spss-29dcffe43c27a42c71a05160db0544316ab16035.zip | |
Link "Zurück zur Anwendung ..." umgeschrieben.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@75 d688527b-c9ab-4aba-bd8d-4036d912da1d
| -rw-r--r-- | spss.slinterface/pages/resultOverview.jsp | 10 | 
1 files changed, 7 insertions, 3 deletions
| diff --git a/spss.slinterface/pages/resultOverview.jsp b/spss.slinterface/pages/resultOverview.jsp index 32a0cd403..5fa38e7a4 100644 --- a/spss.slinterface/pages/resultOverview.jsp +++ b/spss.slinterface/pages/resultOverview.jsp @@ -37,7 +37,9 @@      <p>Nachfolgend finden Sie das Ergebnis der Prüfung der eingereichten elektronischen Signatur.</p>
      <p>
 -      <a href="<% out.print(response.encodeURL(request.getContextPath() + "/return")); %>">
 +      <a href="<%out.print(
 +	    ((at.gv.egovernment.moa.spss.slinterface.URLRewriter) application.getAttribute(at.gv.egovernment.moa.spss.slinterface.Constants.WSCP_URL_REWRITER_)).rewrite(
 +	      request.getContextPath() + "/return", request.getSession().getId()));%>">
          Zurück zur Anwendung ...</a>
      </p>
 @@ -231,7 +233,7 @@  	        out.print(
  	          "<a href=\"" + 
  	          ((at.gv.egovernment.moa.spss.slinterface.URLRewriter) application.getAttribute(at.gv.egovernment.moa.spss.slinterface.Constants.WSCP_URL_REWRITER_)).rewrite(
 -                response.encodeURL(request.getContextPath() + dataInfo.getHashInputDataURL()), request.getSession().getId()) +
 +                request.getContextPath() + dataInfo.getHashInputDataURL(), request.getSession().getId()) +
  	          "\"");
  	        boolean isSLXHTML = dataInfo.getIsSLXHTMLDocument();
 @@ -256,7 +258,9 @@      </table>
      <p>
 -      <a href="<% out.print(response.encodeURL(request.getContextPath() + "/return")); %>">
 +      <a href="<%out.print(
 +	    ((at.gv.egovernment.moa.spss.slinterface.URLRewriter) application.getAttribute(at.gv.egovernment.moa.spss.slinterface.Constants.WSCP_URL_REWRITER_)).rewrite(
 +	      request.getContextPath() + "/return", request.getSession().getId()));%>">
          Zurück zur Anwendung ...</a>
      </p>
      </td>
 | 
