mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
f9b319d3ba
The change to "optimize" the template by not rebuilding the reply message when the original header channels was null was incorrect. We need to null out those headers if they were originally null. Issue: SPR-15991