Summary: | Konqueror replaces properly encoded spaces ('%20') with spaces, creating invalid URLs | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Joseph Reagle <joseph.2011> |
Component: | general | Assignee: | 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
Please give detailed reproduction steps when reporting bugs. 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. 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. *** Bug 64959 has been marked as a duplicate of this bug. *** |