Re: [Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-10 Thread Kurt Pattyn
On 09 Mar 2014, at 22:46, Richard Moore r...@kde.org wrote: IIRC SSL sockets had the same issue when SSL errors are raised. Has it been solved there? How? AFAIK, it has not been solved. The problem is the same. It has been partially solved, in recent versions you can set the socket

Re: [Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-10 Thread Giuseppe D'Angelo
On 10 March 2014 07:43, Kurt Pattyn pattyn.k...@gmail.com wrote: Is the documentation on the signal sslErrors() still correct then: Note: You cannot use Qt::QueuedConnection when connecting to this signal, or calling QSslSocket::ignoreSslErrors() will have no effect. ? I presume it's still

Re: [Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-10 Thread Kurt Pattyn
On 10 Mar 2014, at 08:37, Giuseppe D'Angelo dange...@gmail.com wrote: On 10 March 2014 07:43, Kurt Pattyn pattyn.k...@gmail.com wrote: Is the documentation on the signal sslErrors() still correct then: Note: You cannot use Qt::QueuedConnection when connecting to this signal, or calling

[Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-09 Thread Kurt Pattyn
Currently, QNAM stalls when authentication is required (also see: https://bugreports.qt-project.org/browse/QTBUG-16251). Also, the connection between the authenticationRequired signal and the slot must be a direct connection. This is problematic when an application wants to show a login

Re: [Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-09 Thread Konstantin Ritt
2014-03-09 16:10 GMT+02:00 Kurt Pattyn pattyn.k...@gmail.com: Currently, QNAM stalls when authentication is required (also see: https://bugreports.qt-project.org/browse/QTBUG-16251). Also, the connection between the authenticationRequired signal and the slot must be a direct connection. This

Re: [Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-09 Thread Kevin Krammer
On Sunday, 2014-03-09, 15:10:02, Kurt Pattyn wrote: Currently, QNAM stalls when authentication is required (also see: https://bugreports.qt-project.org/browse/QTBUG-16251). Also, the connection between the authenticationRequired signal and the slot must be a direct connection. This is

Re: [Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-09 Thread Kurt Pattyn
On 09 Mar 2014, at 17:16, Konstantin Ritt ritt...@gmail.com wrote: 2014-03-09 16:10 GMT+02:00 Kurt Pattyn pattyn.k...@gmail.com: Currently, QNAM stalls when authentication is required (also see: https://bugreports.qt-project.org/browse/QTBUG-16251). Also, the connection between the

Re: [Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-09 Thread Olivier Goffart
On Sunday 09 March 2014 15:10:02 Kurt Pattyn wrote: Currently, QNAM stalls when authentication is required (also see: https://bugreports.qt-project.org/browse/QTBUG-16251). Also, the connection between the authenticationRequired signal and the slot must be a direct connection. This is

Re: [Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-09 Thread Giuseppe D'Angelo
On 9 March 2014 15:10, Kurt Pattyn pattyn.k...@gmail.com wrote: Also, the connection between the authenticationRequired signal and the slot must be a direct connection. IIRC SSL sockets had the same issue when SSL errors are raised. Has it been solved there? How? -- Giuseppe D'Angelo

Re: [Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-09 Thread Kurt Pattyn
On 09 Mar 2014, at 19:32, Olivier Goffart oliv...@woboq.com wrote: On Sunday 09 March 2014 15:10:02 Kurt Pattyn wrote: Currently, QNAM stalls when authentication is required (also see: https://bugreports.qt-project.org/browse/QTBUG-16251). Also, the connection between the

Re: [Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-09 Thread Kurt Pattyn
On 09 Mar 2014, at 21:02, Giuseppe D'Angelo dange...@gmail.com wrote: On 9 March 2014 15:10, Kurt Pattyn pattyn.k...@gmail.com wrote: Also, the connection between the authenticationRequired signal and the slot must be a direct connection. IIRC SSL sockets had the same issue when SSL errors

Re: [Development] [API Change] New authentication method in QNetworkAccessManager

2014-03-09 Thread Richard Moore
On 9 March 2014 20:13, Kurt Pattyn pattyn.k...@gmail.com wrote: On 09 Mar 2014, at 21:02, Giuseppe D'Angelo dange...@gmail.com wrote: On 9 March 2014 15:10, Kurt Pattyn pattyn.k...@gmail.com wrote: Also, the connection between the authenticationRequired signal and the slot must be a