Hi Davide, > > I believe this depends on the several network access managers used for > sending different requests. I'm thinking of trying and changing this and > using just on network access manager for each and every request.
Hm I am not sure if that is a good idea. The several network managers separate the different urls and requests. Is there a way to detect if the login fails? If there is you can reset the login in CResources. > > Now the question. > > When QLKGT starts up, WireShark logs the following request: > > POST http://www.qlandkarte.org:80/webservice/qlandkartegt.php HTTP/1.1\r\n > > for which no proxy authentication dialog box is shown. Hence, proxy > authentication fails. This is to probe the actual version on sf.net. If it differs from the local one, a small message is shown in the status bar. Thus it's nothing really important. > > Inspecting the code, I didn't find where this call is done. Could you > please give me a hint? Perhaps I forgot to manage proxy authentication > properly for that code block, and I want to check it. see CMainWindow::slotUpdate() and CMainWindow::slotGetResponse(). Oliver ------------------------------------------------------------------------------ How fast is your code? 3 out of 4 devs don\\\'t know how their code performs in production. Find out how slow your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219672;13503038;z? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Qlandkartegt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
