You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2019/04/11 10:48:40 UTC

[httpcomponents-client] branch master updated (8fdc2ec -> 8a45e86)

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git.


    from 8fdc2ec  Fixed copying of examples for project website
     add 7fbbe7c  HTTPCLIENT-1981: disallow TRACE requests with an enclosed entity
     new 8a45e86  Merge branch 'HTTPCLIENT-1981'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../client5/http/async/methods/AsyncRequestBuilder.java |  5 +++++
 .../hc/client5/http/classic/methods/HttpTrace.java      |  7 +++++++
 .../hc/client5/http/classic/methods/RequestBuilder.java |  5 +++++
 .../http/async/methods/TestAsyncRequestBuilder.java}    | 17 ++++++++++++++---
 .../hc/client5/http/classic/methods/TestHttpTrace.java} | 15 ++++++++++++---
 .../http/classic/methods/TestRequestBuilder.java        |  7 +++++++
 6 files changed, 50 insertions(+), 6 deletions(-)
 copy httpclient5/src/{main/java/org/apache/hc/client5/http/async/methods/package-info.java => test/java/org/apache/hc/client5/http/async/methods/TestAsyncRequestBuilder.java} (74%)
 copy httpclient5/src/{main/java/org/apache/hc/client5/http/classic/methods/package-info.java => test/java/org/apache/hc/client5/http/classic/methods/TestHttpTrace.java} (83%)


[httpcomponents-client] 01/01: Merge branch 'HTTPCLIENT-1981'

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git

commit 8a45e8608275cce3d2c156b332cc7492579851f5
Merge: 8fdc2ec 7fbbe7c
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Thu Apr 11 12:43:59 2019 +0200

    Merge branch 'HTTPCLIENT-1981'

 .../http/async/methods/AsyncRequestBuilder.java    |  5 +++
 .../hc/client5/http/classic/methods/HttpTrace.java |  7 ++++
 .../http/classic/methods/RequestBuilder.java       |  5 +++
 .../async/methods/TestAsyncRequestBuilder.java}    | 39 +++++-----------------
 .../http/classic/methods/TestHttpTrace.java}       | 35 ++++---------------
 .../http/classic/methods/TestRequestBuilder.java   |  7 ++++
 6 files changed, 39 insertions(+), 59 deletions(-)