Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

fix double encoded %-signs in request path #30

Closed
wants to merge 1 commit into from
Closed

fix double encoded %-signs in request path #30

wants to merge 1 commit into from

Commits on Oct 14, 2017

  1. fix double encoded %-signs in request path

    According to go URL documentation (https://golang.org/pkg/net/url/#URL)
    URL.Path returns a decoded version of the originally requested
    URL. Filling this field with a value, but not RawPath causes URL
    to encode the value of Path and return it when called by
    URL.EscapedPath() and hence URL.String().
    shieldwed committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    8b071bc View commit details
    Browse the repository at this point in the history