Bryan Kelly opened SPR-15423 and commented
ForwardedHeaderFilter returns the same StringBuffer for every invocation. This means that if the resulting StringBuffer is modified it changes the state of the HttpServletRequest.
Instead a new StringBuffer should be returned for every invocation.
Affects: 4.3.7, 5.0 M5
Referenced from: commits 9a91666, d0d7a88