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

michaelo pushed a change to branch WAGON-569
in repository https://gitbox.apache.org/repos/asf/maven-wagon.git.


 discard d06720e  [WAGON-569] Inconsistent encoding behavior for repository 
URLs with spaces
     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
     new 3e34ecc  [WAGON-569] Inconsistent encoding behavior for repository 
URLs with spaces

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d06720e)
            \
             N -- N -- N   refs/heads/WAGON-569 (3e34ecc)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 .../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

Reply via email to