base URL of the server is set by the issuer.

pull/419/head
Josh Mandel 12 years ago committed by Justin Richer
parent 3eddd58ae4
commit 34373d777c

@ -5,8 +5,7 @@
<html lang="en">
<head>
<c:set var="url">${pageContext.request.requestURL}</c:set>
<base href="${fn:substring(url, 0, fn:length(url) - fn:length(pageContext.request.requestURI))}${pageContext.request.contextPath}/" />
<base href="${config.issuer}">
<meta charset="utf-8">
<title>${config.topbarTitle} - ${title}</title>

Loading…
Cancel
Save