Bug 505525 - Link-local IPv6 addresses are malformed
Summary: Link-local IPv6 addresses are malformed
Status: REPORTED
Alias: None
Product: Falkon
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-12 14:35 UTC by xHire
Modified: 2025-06-12 14:35 UTC (History)
0 users

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 xHire 2025-06-12 14:35:13 UTC
SUMMARY
Link-local IPv6 addresses can be used only in combination with a specific ntework interface (because normal routing is not applicable in their context). This is accomplished by appending the interface name to the address, delimited with %. However, falkon encodes %, despite it being part of the IPv6 address.

STEPS TO REPRODUCE
1. Enter http://[fe80::9c33:c1fb:66b2:cb65%eth0]/ to the address bar and press Enter.

OBSERVED RESULT
The address changes to `http://[fe80::9c33:c1fb:66b2:cb65%25eth0]/` and the attempt to access it fails.

EXPECTED RESULT
The address to remain `http://[fe80::9c33:c1fb:66b2:cb65%eth0]/`. The % within [] must not be altered.

SOFTWARE/OS VERSIONS
Falkon Version: 24.12.3 (according to the change log, the problem should still occur in the latest version)
Qt Version: 6.8.3

ADDITIONAL INFORMATION
If you wonder why this is important, it is crucial for accessing routers, for example.