Re: autentification problem

2009-02-02 Thread Glenn L. Austin
ERROR, PLEASE NOTIFY US IMMEDIATELY SO THAT WE MAY CORRECT THE RECORDS. PLEASE THEN DELETE THE ORIGINAL MESSAGE. THANK YOU. -Original Message- From: Andrew Farmer [mailto:andf...@gmail.com] Sent: Monday, February 02, 2009 12:56 PM To: Valentin Dan Cc: Cocoa Developers Subject: Re: autentifica

RE: autentification problem

2009-02-02 Thread Valentin Dan
ASE THEN DELETE THE ORIGINAL MESSAGE. THANK YOU. -Original Message- From: Andrew Farmer [mailto:andf...@gmail.com] Sent: Monday, February 02, 2009 12:56 PM To: Valentin Dan Cc: Cocoa Developers Subject: Re: autentification problem On 02 Feb 09, at 02:32, Valentin Dan wrote: >

RE: autentification problem

2009-02-02 Thread Valentin Dan
ing List Subject: Re: autentification problem The strings are not ok. There is no \ in any valid URL, it is an error. That is _only_ working on windows file paths. Try using / instead. atze ps file:///\\ looks wrong as well. ___ Cocoa-dev mai

Re: autentification problem

2009-02-02 Thread Andrew Farmer
On 02 Feb 09, at 02:32, Valentin Dan wrote: I have paths like: \\10.1.1.11\SomeFolder\FileName.jpg . I tested the path on Windows in InternetExplorer and it pops up a Login dialog. After authentication the picture is loaded and all further requests are ok. How can I get this behavior on Mac (Fir

Re: autentification problem

2009-02-02 Thread Alexander Spohr
The strings are not ok. There is no \ in any valid URL, it is an error. That is _only_ working on windows file paths. Try using / instead. atze ps file:///\\ looks wrong as well. Am 02.02.2009 um 11:32 schrieb Valentin Dan: Hi, I have a problem when loading pictures from a serve

autentification problem

2009-02-02 Thread Valentin Dan
Hi, I have a problem when loading pictures from a server. I'm doing this in code, but I also tried to load them from "Safari" and "Firefox" and neither succeeded so the code may not be the problem. I have paths like: \\10.1.1.11\SomeFolder\FileName.jpg . I tested the path on Windows i