We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
uprightech
No branches or pull requests
In older version like 4.3.x we applied next block from path:
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
The text was updated successfully, but these errors were encountered: