Hi JL, Just checking your own message in gmail there are more headers which are duplicated (Authentication-Results for ex) so I guess the logic is more to enable duplicated headers until it is known not allowed + probably a system property to customize the list when needed as a fallback.
Side note: due to the logic change it can make sense to maintain an index of headers instead of just having a list to avoid to loop over them all the time - even if I agree the length of the list will never be 1000). Except that detail it looks very good improvements from my window! Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book <https://www.packtpub.com/application-development/java-ee-8-high-performance> Le lun. 10 juin 2024 à 12:55, Jean-Louis MONTEIRO <jeano...@gmail.com> a écrit : > Hi all, > > I've just pushed a couple of changes > https://svn.apache.org/viewvc?view=revision&revision=1918229 > > It fixes > https://issues.apache.org/jira/browse/GERONIMO-6869 > https://issues.apache.org/jira/browse/GERONIMO-6870 > > Hopefully it does not break more. > > -- > Jean-Louis >