Changeset 443 in ntrip


Ignore:
Timestamp:
Apr 14, 2007, 2:44:01 PM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r442 r443  
    150150  // Send Request
    151151  // ------------
    152   QByteArray userAndPwd = mountPoint.userName().toAscii() + ":" +
    153                           mountPoint.password().toAscii();
     152  QString uName = QUrl::fromPercentEncoding(mountPoint.userName().toAscii());
     153  QString passW = QUrl::fromPercentEncoding(mountPoint.password().toAscii());
     154  QByteArray userAndPwd = userName.toAscii() + ":" + passW.toAscii();
    154155
    155156  QUrl hlp;
Note: See TracChangeset for help on using the changeset viewer.