mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 08:28:54 +00:00
The problem had several aspects: * HttpField.add should not let a null entry be added to the fields * The putHeaders methods should have checked for a null field before trying to add it * But the fundamental problem was the JarFileResource.close was leaving exist==true, so a new entry was never created.