Replace Rack::Utils.escape by CGI.escape
Created by: josephpage
Fixes the @pboling comment in #332 (closed).
As of May 2011 and continuing to today Rack::Utils.escape calls CGI::escape directly, so switching would be fine. @pboling https://github.com/oauth-xx/oauth2/issues/332#issuecomment-356140908