Commit 401bc61
committed
fix: allow regex resource names with all control behaviors
Previously, regex resource names were only allowed with
CONTROL_BEHAVIOR_DEFAULT (fast failure). This restriction
prevented users from using warm-up or queue behaviors with
regex-matched resources.
Now regex resource names can be used with any control behavior,
as long as the rule is not in cluster mode.
Fixes #35441 parent 1375ff9 commit 401bc61
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
0 commit comments