-
-
Couldn't load subscription status.
- Fork 967
fix loading plugin messages if classpath is not a jar #15160
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
base: 7.0.x
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. If you can add a test-case for StaticResourceLoader that would be awesome.
I will try to provide a unit test-case. Regards. |
grails-core/src/main/groovy/org/grails/core/io/StaticResourceLoader.java
Dismissed
Show dismissed
Hide dismissed
|
How to pass the CodeQL check "Uncontrolled data used in path expression" ? Do I need to check Regards |
|
I'm investigating this but this change will likely not be for 7.0.1. I'd rather see us make use of the exploded feature and ensure this issue still exists. I'm hoping I have time today, if not it will have to wait until next week (after the 7.0.1 merge window). |
|
Great ! I updated the bug report with a simpler test-case. TGIF! |
fix bug #15129, without this patch, messages are not loaded.
Regards