-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Worflow] Fixed GuardListener when using the new Security system #39671
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
Conversation
Q | A |
---|---|
Branch? | 5.2 |
Bug fix? | yes |
New feature? | no |
Deprecations? | no |
Tickets | Fix #39505 |
License | MIT |
Doc PR |
6d4c810
to
fc30d99
Compare
I choose a totally different approach, like suggested by Wouter there |
@wouterj Can you review this one please? |
I'm not so sure about the 5.2 target for this PR:
We may be able to work around (1) by only doing this in the new system. Maybe we should set a parameter (e.g. |
I'm not sure we must do something more about the BC. We open a door here, we don't close one. But maybe, I should let the removed exception, and deprecate it... |
Looking at the code, I agree here. This stops throwing an undocumented exception, which is fine for me as a bugfix.
I think so :) it's a hard break, we can do it smoothly on 5.x. |
What I was meaning is that expressions now need to handle |
yes and yes :) an anyway, without talking about the new security system, I think the patch is valid anyway. |
no approval, not good! :) See #40201 |
@chalasr I know there are no approval, but the more than one month, without a clear direction of what I must do. So I do what I think is the best and I merged it 11 days later :) Anyway, thanks for taking care of the BC |
… BC (chalasr) This PR was merged into the 5.2 branch. Discussion ---------- [Workflow] Re-add InvalidTokenConfigurationException for BC | Q | A | ------------- | --- | Branch? | 5.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Reverts the BC breaking part of #39671 Commits ------- b596568 [Workflow] Re-add InvalidTokenConfigurationException for BC