Bug 63440

Summary: Konqueror replaces properly encoded spaces ('%20') with spaces, creating invalid URLs
Product: [Applications] konqueror Reporter: Joseph Reagle <joseph.2011>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kdebugs
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Joseph Reagle 2003-08-29 23:46:19 UTC
Version:            (using KDE KDE 3.1.3)
Installed from:    Debian testing/unstable Packages
OS:          Linux

This makes it impossible to properly reuse the URL.
Comment 1 John Firebaugh 2003-09-22 03:18:05 UTC
Please give detailed reproduction steps when reporting bugs. 
Comment 2 Joseph Reagle 2003-09-22 04:33:14 UTC
Konq turns a perfectly valid URL: 
  "http://goatee.net/2003/test%20file.txt" 
into a invalid URL: 
  "http://goatee.net/2003/test file.txt" 
This is another request in my desire that that Konq keep URLs in the address 
bar valid -- because I past them into other contexts of course. 
 
 
 
Comment 3 Thiago Macieira 2003-09-22 05:05:19 UTC
This bug report is a duplicate of the other one. 
 
Also note that having spaces in the URL doesn't make it invalid. It's just to make it more 
readable. Again, the URL is kept encoded internally. It's just the location bar that shows the 
"pretty" version for readability. 
 
Anyways, there's some broken code in there. According to the IRI drafts, the path 
components should be UTF-8 always, for instance. 
Comment 4 Thiago Macieira 2003-09-27 00:18:06 UTC
*** Bug 64959 has been marked as a duplicate of this bug. ***
Comment 5 Sashmit Bhaduri 2004-03-16 07:32:16 UTC

*** This bug has been marked as a duplicate of 53751 ***