From 39e6cd1166040fea2a9565b0d7904da84db13931 Mon Sep 17 00:00:00 2001 From: Michael Jett Date: Wed, 29 Feb 2012 14:59:51 -0500 Subject: [PATCH] Fixing path for server deployment of resources. --- server/src/main/webapp/WEB-INF/tags/header.tag | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/server/src/main/webapp/WEB-INF/tags/header.tag b/server/src/main/webapp/WEB-INF/tags/header.tag index 225e60c0c..4938a8ee4 100644 --- a/server/src/main/webapp/WEB-INF/tags/header.tag +++ b/server/src/main/webapp/WEB-INF/tags/header.tag @@ -1,7 +1,14 @@ <%@attribute name="title" required="false" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + + + ${pageContext.request.requestURL} + + OpenID Connect - ${title}