Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
lyrixx commentedDec 31, 2020
| Q | A |
|---|---|
| Branch? | 5.2 |
| Bug fix? | yes |
| New feature? | no |
| Deprecations? | no |
| Tickets | Fix#39505 |
| License | MIT |
| Doc PR |
Uh oh!
There was an error while loading.Please reload this page.
lyrixx commentedFeb 4, 2021
I choose a totally different approach, like suggested by Wouterthere |
fabpot commentedFeb 5, 2021
@wouterj Can you review this one please? |
wouterj commentedFeb 5, 2021
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. |
lyrixx commentedFeb 6, 2021
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... |
chalasr commentedFeb 7, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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. |
wouterj commentedFeb 7, 2021
What I was meaning is that expressions now need to handle |
lyrixx commentedFeb 7, 2021
yes and yes :) an anyway, without talking about the new security system, I think the patch is valid anyway. |
chalasr commentedFeb 15, 2021
no approval, not good! :) See#40201 |
lyrixx commentedFeb 15, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@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#39671Commits-------b596568 [Workflow] Re-add InvalidTokenConfigurationException for BC