Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.2.1
-
None
Description
The org.apache.http.localserver.LocalTestServer uses a ListenerThread that standard (not configurable / overridable) instantiates a DefaultHttpServerConnection. We have the need to support more then the set of supported methods (RFC2616 does not include the PATCH method) and therefore we would like to override createHttpRequestFactory defined in the AbstractHttpServerConnection (as this is already supported).