Bug 394217 - urls with percent-encoding in url/search bar interpreted as query instead of url
Summary: urls with percent-encoding in url/search bar interpreted as query instead of url
Status: RESOLVED DUPLICATE of bug 392445
Alias: None
Product: Falkon
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: David Rosca
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-13 20:11 UTC by Erik Quaeghebeur
Modified: 2018-05-14 06:47 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Quaeghebeur 2018-05-13 20:11:04 UTC
[Falkon 3.0.0 using Qt 5.9.4 and KF 5.43.0.]

I was trying to go to a webpage from a url I copied from elsewhere. That url contains percent-encoded characters (%20 for a space, to be exact). This percent-encoded character causes the string to be interpreted as a query and not as a url. It should interpret it as a url.

Testcase:

enter "www.example.com" and "www.example.com/%20"
Comment 1 Juraj 2018-05-13 22:41:34 UTC
Hello,
ii looks related to Bug 392445
Comment 2 Erik Quaeghebeur 2018-05-14 06:47:02 UTC
*** This bug has been marked as a duplicate of bug 392445 ***