Scorched icon indicating copy to clipboard operation
Scorched copied to clipboard

lib/scorched/request.rb has incorrect require

Open tmilker opened this issue 4 years ago • 1 comments

You updated this file for URI.unescape() obsolescence to CGI.unescape() but didn't update the require.

I believe you need to update lib/scorched/request.rb to require 'cgi' instead of require 'uri'. It took a number of my apps before I ran into one that this caused an issue on since CGI is so ubiquitous.

tmilker avatar Jan 24 '21 22:01 tmilker

Thanks for finding that. Fixed now in v1.0.2 which is now published.

Wardrop avatar Jan 27 '21 23:01 Wardrop