Bug 295371 - FILE URL scheme redirects to smb
Summary: FILE URL scheme redirects to smb
Status: RESOLVED FIXED
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 4.7
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Dawit Alemayehu
URL: FILE:///
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-05 15:41 UTC by Christopher Yeleighton
Modified: 2013-07-07 09:23 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.11


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Yeleighton 2012-03-05 15:41:52 UTC
User-Agent:       Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
Build Identifier: 

An implementation should accept uppercase letters as equivalent to lowercase in scheme names.

Reproducible: Always

Steps to Reproduce:
  1. { kioclient exec 'FILE:///'; }
2.
3.
Actual Results:  
  1. Dolphin shows <URL: smb:/ >

Expected Results:  
  1. Let Dolphin show < URL: file:/// >

<URL: http://tools.ietf.org/html/rfc3986#section-3.1 >
Comment 1 Dawit Alemayehu 2013-07-07 09:23:33 UTC
Git commit 0b5bfb9444b4f9a55d9178adcb9d84f19c0a0487 by Dawit Alemayehu.
Committed on 06/07/2013 at 16:35.
Pushed by adawit into branch 'master'.

Always do case insensitive comparison of URL schemes. See RFC 3986 section 3.1
FIXED-IN: 4.11
REVIEW: 111419

M  +1    -1    kdecore/io/kurl.cpp
M  +3    -0    kdecore/tests/kurltest.cpp

http://commits.kde.org/kdelibs/0b5bfb9444b4f9a55d9178adcb9d84f19c0a0487