From 358f986158204ef096084f6c459f3ea769e79d50 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 12 Aug 2013 23:11:32 +0200 Subject: [PATCH 1/1] =?utf8?q?Base-Tag=20mit=20dem=20Context-Path=20als=20?= =?utf8?q?HREF=20eingef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Damit sollte die statische Verlinkung stets funktionieren, egal in welchem Unterverzeichnis man sich befindet und somit insbesondere auch unabhängig davon, ob die Webanwendung im Root-Kontext eingebunden ist, oder unter einem speziellen Pfad. --- src/main/webapp/WEB-INF/templates/html5page.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/WEB-INF/templates/html5page.jsp b/src/main/webapp/WEB-INF/templates/html5page.jsp index a032632f..0cbbdb46 100644 --- a/src/main/webapp/WEB-INF/templates/html5page.jsp +++ b/src/main/webapp/WEB-INF/templates/html5page.jsp @@ -7,6 +7,7 @@ juplo - <t:getAsString name="title"/> + -- 2.20.1