From e97e9455b9953559c9cc9f45a1056f1a43b65780 Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Thu, 11 Jul 2024 15:01:19 +0100 Subject: [PATCH] feat: Retrieve Resource Bundle from extension context instead of Monolith - MEED-7237 - Meeds-io/MIPs#134 This change will allow to request the resource bundle from extension context using declared as a filter in the file. --- war/src/main/webapp/WEB-INF/web.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/war/src/main/webapp/WEB-INF/web.xml b/war/src/main/webapp/WEB-INF/web.xml index 3f71a625..59c294bc 100644 --- a/war/src/main/webapp/WEB-INF/web.xml +++ b/war/src/main/webapp/WEB-INF/web.xml @@ -37,6 +37,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *.css *.js *.html + /i18n/* /images/*