Skip to content

fix #927 avoid double encoding for url query string, NettyWebTarget#r…#996

Merged
KostyaSha merged 1 commit intodocker-java:masterfrom
fengxx:bugfix/issue-927
Apr 14, 2018
Merged

fix #927 avoid double encoding for url query string, NettyWebTarget#r…#996
KostyaSha merged 1 commit intodocker-java:masterfrom
fengxx:bugfix/issue-927

Conversation

@fengxx
Copy link
Copy Markdown
Contributor

@fengxx fengxx commented Mar 2, 2018


This change is Reviewable

…WebTarget#request will encode the string, we can skip urlPathSegmentEscaper

The change is for netty only since jetty don't use the class under exec package
@codecov-io
Copy link
Copy Markdown

codecov-io commented Apr 14, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@276c495). Click here to learn what that means.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #996   +/-   ##
=========================================
  Coverage          ?   59.35%           
=========================================
  Files             ?      441           
  Lines             ?     8681           
  Branches          ?      527           
=========================================
  Hits              ?     5153           
  Misses            ?     3241           
  Partials          ?      287
Impacted Files Coverage Δ
...ub/dockerjava/core/exec/ListSwarmNodesCmdExec.java 0% <0%> (ø)
.../github/dockerjava/core/exec/ListTasksCmdExec.java 0% <0%> (ø)
...thub/dockerjava/core/exec/ListServicesCmdExec.java 0% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 276c495...1952fa6. Read the comment docs.

@KostyaSha KostyaSha added this to the 3.1.0-rc-3 milestone Apr 14, 2018
@KostyaSha KostyaSha merged commit 360adaa into docker-java:master Apr 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Netty test is broken for URI double encoding in master branch

3 participants