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

Loading…
Cancel
Save