You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Okke Harsta (JIRA)" <ji...@apache.org> on 2012/10/03 12:06:07 UTC

[jira] [Created] (HTTPCLIENT-1239) Support for overridable DefaultHttpServerConnection in LocalTestServer

Okke Harsta created HTTPCLIENT-1239:
---------------------------------------

             Summary: Support for overridable DefaultHttpServerConnection in LocalTestServer
                 Key: HTTPCLIENT-1239
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1239
             Project: HttpComponents HttpClient
          Issue Type: New Feature
          Components: HttpClient
    Affects Versions: 4.2.1
            Reporter: Okke Harsta


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). 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] [Updated] (HTTPCLIENT-1239) Support for overridable DefaultHttpServerConnection in LocalTestServer

Posted by "Okke Harsta (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Okke Harsta updated HTTPCLIENT-1239:
------------------------------------

    Attachment: PATCH-HTTPCLIENT-1239.diff
    
> Support for overridable DefaultHttpServerConnection in LocalTestServer
> ----------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1239
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1239
>             Project: HttpComponents HttpClient
>          Issue Type: New Feature
>          Components: HttpClient
>    Affects Versions: 4.2.1
>            Reporter: Okke Harsta
>         Attachments: PATCH-HTTPCLIENT-1239.diff
>
>
> 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). 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] [Resolved] (HTTPCLIENT-1239) Support for overridable DefaultHttpServerConnection in LocalTestServer

Posted by "Oleg Kalnichevski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski resolved HTTPCLIENT-1239.
-------------------------------------------

       Resolution: Fixed
    Fix Version/s: 4.2.2

Patch committed to both SVN trunk and 4.2.x branch.

Oleg
                
> Support for overridable DefaultHttpServerConnection in LocalTestServer
> ----------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1239
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1239
>             Project: HttpComponents HttpClient
>          Issue Type: New Feature
>          Components: HttpClient
>    Affects Versions: 4.2.1
>            Reporter: Okke Harsta
>             Fix For: 4.2.2
>
>         Attachments: PATCH-HTTPCLIENT-1239.diff
>
>
> 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). 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org