Skip to content

Commit

Permalink
Merge pull request wso2#4082 from DilshanSenarath/dilshan
Browse files Browse the repository at this point in the history
Fix the path issue of extensions
  • Loading branch information
NipuniBhagya authored Sep 11, 2023
2 parents 95804b9 + c4c315f commit 326780e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<%
if (config.getServletContext().getResource("extensions/planned-downtime-banner.jsp") != null) {
%>
<jsp:include page="extensions/planned-downtime-banner.jsp"/>
<jsp:include page="/extensions/planned-downtime-banner.jsp"/>
<%
}
%>
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<%
if (config.getServletContext().getResource("extensions/cookie-consent-banner.jsp") != null) {
%>
<jsp:include page="extensions/cookie-consent-banner.jsp"/>
<jsp:include page="/extensions/cookie-consent-banner.jsp"/>
<%
}
%>
Expand Down

0 comments on commit 326780e

Please sign in to comment.