uri-unescape bug fix 4

This commit is contained in:
G. Gibson 2025-03-30 13:03:04 -07:00
parent 4cb2eadd7a
commit b5e93634cd

View file

@ -849,7 +849,7 @@ module GxGwww
#
operations = []
the_parser = URI::Parser.new
triple_parse = Proc.new {|the_string| the_parser.unescape(the_parser.unescape(the_parser.unescape(the_string)))}
triple_parse = Proc.new {|the_string| the_parser.unescape(the_parser.unescape(the_parser.unescape(the_parser.unescape(the_string))))}
case the_method
when :get
if the_request.params["details"].to_s.size > 0