This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/maven-wagon.git.
from d300b11 Ask ftp/http server for its assigned port instead of trying to assign an available port add e6c8e91 WAGON-541 add consistency to exception messages for all wagons so that clients ( ie. Maven ) reporting the Exceptions to users have good consistent contextual information. This means also report any custom status line reason phrases the servers involved might return. add 7bfe244 WAGON-541 fixed code style in tests add d77d88b WAGON-541 code dedupe add 003c1f6 WAGON-541 code simplification add 372aa52 WAGON-541 added a note on Reason Phrase future No new revisions were added by this update. Summary of changes: .../apache/maven/wagon/http/HttpWagonTestCase.java | 133 ++++++++++-- .../wagon/providers/http/LightweightHttpWagon.java | 181 ++++++++++++---- .../providers/http/LightweightHttpWagonTest.java | 107 ++++++++++ .../wagon/shared/http/AbstractHttpClientWagon.java | 122 ++++------- .../maven/wagon/shared/http/HttpMessageUtils.java | 230 +++++++++++++++++++++ .../maven/wagon/providers/http/HttpWagon.java | 22 +- .../providers/http/ErrorWithMessageServlet.java | 4 + .../wagon/providers/http/HttpWagonErrorTest.java | 69 ++++++- .../wagon/providers/webdav/WebDavWagonTest.java | 7 + .../apache/maven/wagon/tck/http/Assertions.java | 137 +++++++++++- .../apache/maven/wagon/tck/http/GetWagonTests.java | 35 +--- 11 files changed, 867 insertions(+), 180 deletions(-) create mode 100644 wagon-providers/wagon-http-shared/src/main/java/org/apache/maven/wagon/shared/http/HttpMessageUtils.java