comparison gwt-client/src/main/java/org/dive4elements/river/client/server/AuthenticationServlet.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents 238fc722f87a
children 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
47 } 47 }
48 48
49 protected void redirectSuccess(HttpServletResponse resp, String path, 49 protected void redirectSuccess(HttpServletResponse resp, String path,
50 String uri) throws IOException { 50 String uri) throws IOException {
51 if (uri == null) { 51 if (uri == null) {
52 String redirecturl = getServletContext().getInitParameter("redirect-url"); 52 String redirecturl = getServletContext().getInitParameter(
53 "redirect-url");
53 if (redirecturl == null) { 54 if (redirecturl == null) {
54 redirecturl = FLYS_PAGE; 55 redirecturl = FLYS_PAGE;
55 } 56 }
56 uri = "/" + redirecturl; 57 uri = "/" + redirecturl;
57 } 58 }

http://dive4elements.wald.intevation.org