Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: include customizations folders into velocity path #170

Open
yurem opened this issue Jun 16, 2023 · 1 comment
Open

fix: include customizations folders into velocity path #170

yurem opened this issue Jun 16, 2023 · 1 comment
Assignees

Comments

@yurem
Copy link
Contributor

yurem commented Jun 16, 2023

In older version like 4.3.x we applied next block from path:

-        <property name="resourceLoaderPath" value="#{'%{idp.views:%{idp.home}/views}'.trim()},%{idp.home}/system/views" />
+        <property name="resourceLoaderPath" value="/opt/gluu/jetty/idp/custom/pages,#{'%{idp.views:%{idp.home}/views}'.trim()},%{idp.home}/system/views" />

In latest build we not apply same changed to IDP configuration in idp-conf module

We need to apply this patch and check if it works well with actual IDP version

@aliaksander-samuseu
Copy link

FYI: When I tried to apply this fix it in CE 4.5, it didn't solve the issue. I can help with testing when the fix is ready too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants