- 
    Bug 
- 
    Resolution: Invalid
- 
    P3: Somewhat important 
- 
    None
- 
    5.11.3
- 
    None
When calling QUrl::fromUserInput with an URL having a password containing a question mark like ftp://test:pass?word@example.com, the result is incorrect: http://ftp//test:pass?word@example.com.
Tested with:
qDebug() << QUrl::fromUserInput(QString::fromUtf8("ftp://test:pass?word@example.com"));