Comment 10 for bug 227852

Revision history for this message
Phr00t (phr00t) wrote :

I get this same problem.

Basically, the username is not being stripped from the connection URL after you type in the password.

I want to include the username in the URL so I just need to enter my password on connecting to a webDAV share. The login prompt correctly notices the username, and asks for just the password. However, when nautilus/gvfs tries to connect the the server, it fails because it is trying to connect to:

"<username>@server.com" with <username>/<password>

Instead of

"server.com" with <username>/<password>

sftp and other protocols are handled correctly in this manner...

- Phr00t