Use Java mechanisms to read language files and default to UTF-8 - #21755
Conversation
|
While this is still in draft, it already contains updates to all property files and the docs. |
Check failure
Code scanning / CodeQL
Uncontrolled data used in path expression
|
It would be great to have a review from one of the maintainers on the Java side on this. Thanks! |
hmlnarik
left a comment
There was a problem hiding this comment.
Approving for the Java part
|
@ahus1 looks like the code scanner has some issues with the changes introduced here. |
d8bfd8c to
36c1c05
Compare
ghost
left a comment
There was a problem hiding this comment.
Unreported flaky test detected, please review
Unreported flaky test detectedIf the below flaky tests below are affected by the changes, please review and update the changes accordingly. Otherwise, a maintainer should report the flaky tests prior to merging the PR. org.keycloak.testsuite.forms.LoginTest#loginDifferentUserAfterDisabledUserThrownOutKeycloak CI - Forms IT (firefox) |
1 similar comment
Unreported flaky test detectedIf the below flaky tests below are affected by the changes, please review and update the changes accordingly. Otherwise, a maintainer should report the flaky tests prior to merging the PR. org.keycloak.testsuite.forms.LoginTest#loginDifferentUserAfterDisabledUserThrownOutKeycloak CI - Forms IT (firefox) |
ghost
left a comment
There was a problem hiding this comment.
Unreported flaky test detected, please review
36c1c05 to
471daad
Compare
|
@jonkoops - I've look at the CodeQL alert, and also added a Regex check for filenames - CodeQL still complains. The logic to create the filename didn't change in this PR, so I assume it is as safe as before. I'll follow up with Bruno to find out why CodeQL complains here. |
|
@ahus1 sounds good to me, should we go ahead and merge this then? |
|
@jonkoops - yes, I think this is the way to go. Please approve it for the UI part. |
|
@hmlnarik - I've added one more commit to make CodeQL happy, but it continues to warn. I'd like to keep that change, and have it squashed when committing. I'll contact @abstractj separately to figure out how to make CodeQL happy. Could you please re-approve and merge? Thanks! |
471daad to
e7c31c1
Compare
|
Rebased to resolve conflicts on the docs. Also squashed the two commits. |
e7c31c1 to
badab44
Compare
badab44 to
21eda42
Compare
|
@jonkoops - could you please re-review before we run into another merge conflict? Thank you very much! |
Closes #21753
Discussion: #9270