Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-client/src/main/webapp/login.jsp Mon Sep 24 11:53:29 2012 +0000 +++ b/flys-client/src/main/webapp/login.jsp Mon Sep 24 13:04:53 2012 +0000 @@ -6,7 +6,7 @@ </head> <body> - <form method="POST" action="/flys/login" id="authentication"> + <form method="POST" action="<%= request.getContextPath() + "/flys/login" %>" id="authentication"> <h1>FLYS Anmeldung</h1> <% String error = request.getParameter("error"); %> <% if (error != null) { %>