Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporary fix for jetty/jetty.project#11841
jetty/jetty.project#11841 has an NPE when using 100-Continue. This hack is a workaround. - Create a new module that generates a JAR that will sort first in the classpath - Put a hacked version of Jetty's `HttpSender` in this module that has a fix - The Java classloader will load this version of the class first, thus working around the problem This hack should be removed as soon as possible
- Loading branch information