comparison flys-client/src/main/webapp/login.jsp @ 3851:a4c9296f6efa

Use the Context PATH servlet variable when using URLs in the GGInAFilter flys-client/trunk@5591 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Mon, 24 Sep 2012 13:04:53 +0000
parents 16c71457ed43
children
comparison
equal deleted inserted replaced
3850:8d0ababa2db7 3851:a4c9296f6efa
4 <title>FLYS - Login</title> 4 <title>FLYS - Login</title>
5 <link href="FLYS.css" type="text/css" rel="stylesheet"> 5 <link href="FLYS.css" type="text/css" rel="stylesheet">
6 </head> 6 </head>
7 7
8 <body> 8 <body>
9 <form method="POST" action="/flys/login" id="authentication"> 9 <form method="POST" action="<%= request.getContextPath() + "/flys/login" %>" id="authentication">
10 <h1>FLYS Anmeldung</h1> 10 <h1>FLYS Anmeldung</h1>
11 <% String error = request.getParameter("error"); %> 11 <% String error = request.getParameter("error"); %>
12 <% if (error != null) { %> 12 <% if (error != null) { %>
13 <div class="error"> 13 <div class="error">
14 <h2>Authentifizierung fehlgeschlagen</h2> 14 <h2>Authentifizierung fehlgeschlagen</h2>

http://dive4elements.wald.intevation.org