Bug 295371

Summary: FILE URL scheme redirects to smb
Product: [Frameworks and Libraries] kio Reporter: Christopher Yeleighton <giecrilj>
Component: generalAssignee: Dawit Alemayehu <adawit>
Status: RESOLVED FIXED    
Severity: normal CC: adawit
Priority: NOR    
Version: 4.7   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
URL: FILE:///
Latest Commit: Version Fixed In: 4.11

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