Skip to content

Commit

Permalink
bugfix parameters don't put into methodParameters (apache#9599)
Browse files Browse the repository at this point in the history
  • Loading branch information
warmonipa authored Jan 24, 2022
1 parent e6148ac commit 01a0d55
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ private URL turnRegistryUrlToConsumerUrl(URL url) {
.clearParameters()
.addParameters(queryMap)
.removeParameter(MONITOR_KEY)
.addMethodParameters(URL.toMethodParameters(queryMap)) // reset method parameters
.build();
}

Expand Down

0 comments on commit 01a0d55

Please sign in to comment.