mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
faa749934b
- Remove unused clone() code left-over from previous way of cloning. - Lazy instantiation of ServerCodecConfigurer in HttpWebHandlerAdapter since in most cases the configurer instance is set externally. Closes gh-26263