kooloveme / thtmlviewer

Automatically exported from code.google.com/p/thtmlviewer
Other
0 stars 0 forks source link

URLs aren't decoded in demo application #277

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The demo application FrameBrowserId10 doesn't decode URLs when requesting them.

Which steps will reproduce the problem?
In FrameBrowserId10.exe input the following URL and hit Enter:
http://code.google.com/p/thtmlviewer/issues/detail?id=216&q=url%20decode&sort=-i
d&colspec=ID%20Type%20Status%20Priority%20Milestone%20Reporter%20Owner%20Summary
%20Opened%20Modified

What is the expected output? What do you see instead?
The program throws an exception "HTTP/1.1 400 Bad Request" while it should load 
the page normally.

Which version of the product are you using? Which compiler version are you
using? On which operating system?
r430, Delphi XE, Windows 7

Sebastian

Original issue reported on code.google.com by sebastia...@gmail.com on 31 Jul 2013 at 11:13

GoogleCodeExporter commented 9 years ago
r436 fixes this issue in the source code.

Original comment by OrphanCat on 4 Sep 2013 at 10:16

GoogleCodeExporter commented 9 years ago
Works, thanks!

Sebastian

Original comment by sebastia...@gmail.com on 17 Sep 2013 at 8:23