Fixing path for server deployment of resources.
parent
e7362f93b3
commit
39e6cd1166
|
@ -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" %>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<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}/" />
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>OpenID Connect - ${title}</title>
|
||||
<meta name="description" content="">
|
||||
|
|
Loading…
Reference in New Issue