mirror of
https://github.com/mistergibson/gxg-server.git
synced 2026-08-15 02:15:59 -07:00
uri-unescape bug fix 6
This commit is contained in:
parent
debc4bddd2
commit
08fb37ca8c
1 changed files with 1 additions and 0 deletions
|
|
@ -854,6 +854,7 @@ module GxGwww
|
||||||
while the_string.include?("%22")
|
while the_string.include?("%22")
|
||||||
the_string = the_parser.unescape(the_string)
|
the_string = the_parser.unescape(the_string)
|
||||||
end
|
end
|
||||||
|
the_string
|
||||||
}
|
}
|
||||||
case the_method
|
case the_method
|
||||||
when :get
|
when :get
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue