Currently we are using`CGI.encode` in the `Dolly::Document` class, however they are more appropriate in the `Dolly::Request` class. Main offender: - https://github.com/amco/dolly/blob/1.0/lib/dolly/document.rb#L98
Currently we are using
CGI.encodein theDolly::Documentclass, however they are more appropriate in theDolly::Requestclass.Main offender: