mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kio: add TODO for authorization port trickery
is a maybe tho Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e0b6fcfa8b
commit
a38ba51a44
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,8 @@ static const int s_quit_signals[] = {
|
|||
// two keys are used to store the auth info, the reason for doing so is to be able to automagically
|
||||
// fill user and password when none has been specified (e.g. ftp://foo.bar.com has been
|
||||
// authenticated before)
|
||||
// TODO: port trickery to conveniently match URLs without specified port to URL with default port
|
||||
// (e.g. 21 for FTP)
|
||||
static QString authInfoUrl(const KUrl &authinfourl, const bool removeuser)
|
||||
{
|
||||
const QString nullstring;
|
||||
|
|
Loading…
Add table
Reference in a new issue