Bug 444227

Summary: Escape sequences don't work for magnet links
Product: [Applications] konsole Reporter: 2e36ad
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: REPORTED ---    
Severity: minor    
Priority: NOR    
Version: master   
Target Milestone: ---   
Platform: Other   
OS: All   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description 2e36ad 2021-10-22 08:26:09 UTC
Magnet links start with "magnet:" not "magnet://", but the code specifically checks for the slashes in this line:
https://invent.kde.org/utilities/konsole/-/blob/97569b764cb01b6e083b79399ea5ac353c7cd0f6/src/EscapeSequenceUrlExtractor.cpp#L49

It breaks the ability to encode magnet links with escape sequences.