Menu

#10 Connection not possible with mail-address as username

1.1.2
closed-invalid
nobody
None
5
2014-11-11
2014-11-10
Seb
No

When I try to connect to a server that uses a mail-address as user name I'm unable to connect since the URL includes 2 @.

java -jar webdav_sync1_1_4.jar -c sync.conf
Wrong url value "https://user@domain.com:password@server".

There should be a way to specify the username outside the URL or to escape the @ character.

Discussion

  • Werner Donné

    Werner Donné - 2014-11-10

    You have to URI-encode special characters. The @-sign for example should be replaced with the code "%40", 40 being the hexadecimal ASCII-code of @.

     
  • Seb

    Seb - 2014-11-11

    Thanks, that works.

     
  • Werner Donné

    Werner Donné - 2014-11-11
    • status: open --> closed-invalid
     

Log in to post a comment.

MongoDB Logo MongoDB