encoded urls in KUrlNavigator
Sebastian Trüg
strueg at mandriva.com
Fri Jul 18 19:10:52 BST 2008
On Friday 18 July 2008 18:57:56 Thiago Macieira wrote:
> Sebastian Trüg wrote:
> >> Why do you need to encode the slashes? QUrl will convert them back to
> >> real slashes.
> >
> >because otherwise kio will interpret the slashes as path separators
> > instead of part of the name/query.
>
> If you use %2F in the path, it is a path separator.
>
> %2F *is* a slash.
>
> %3F is a question mark, but it gets encoded because the literal question
> mark is used to indicate the beginning of the query.
>
> The slash, however, has no special meaning. So it gets converted back to
> the literal '/'.
I see. No big problem. However, the endless loop remains.
More information about the kde-core-devel
mailing list