Commit b9e58ca
Fix disabled filter handling in AstFilterChain to match non-chained behavior
The non-chained path in JinjavaInterpreterResolver skips disabled filters
and passes the value through to the next filter. The chained path was
incorrectly returning null for the entire expression, discarding the input
and aborting remaining filters.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 60bafce commit b9e58ca
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 | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments