Skip to content

Commit

Permalink
SAK-44543 - RSF Tools generate bad urls for static content (emailtemp…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm authored Oct 26, 2020
1 parent b483557 commit 4f292a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion emailtemplateservice/tool/src/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<display-name>sakai-emailtemplateservice</display-name>
<description>Sakai Emailtemplateservice</description>

<context-param>
<param-name>resourceurlbase</param-name>
<param-value>/emailtemplateservice-tool/</param-value>
</context-param>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>
Expand Down Expand Up @@ -62,4 +66,4 @@
<url-pattern>/faces/*</url-pattern>
</servlet-mapping>

</web-app>
</web-app>

0 comments on commit 4f292a4

Please sign in to comment.