Bug 63440 - Konqueror replaces properly encoded spaces ('%20') with spaces, creating invalid URLs
Summary: Konqueror replaces properly encoded spaces ('%20') with spaces, creating inva...
Status: RESOLVED DUPLICATE of bug 53751
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 64959 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-08-29 23:46 UTC by Joseph Reagle
Modified: 2004-03-16 07:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***