Re: crashing web browser with openURL call

2009-06-06 Thread Andrew Farmer
On 6 Jun 2009, at 08:37, iseecolors wrote: What I am doing is a single sign on to an web service. I send the URL (with cert and nounce) to the server and get back a re-direct to the actual page, which does start to load. I see all of this take place. Than before the page finishes loading

Re: crashing web browser with openURL call

2009-06-06 Thread Greg Guerin
iseecolors wrote: What I am doing is a single sign on to an web service. I send the URL (with cert and nounce) to the server and get back a re-direct to the actual page, which does start to load. I see all of this take place. Than before the page finishes loading, the browser quits. The i

Re: crashing web browser with openURL call

2009-06-06 Thread iseecolors
What I am doing is a single sign on to an web service. I send the URL (with cert and nounce) to the server and get back a re-direct to the actual page, which does start to load. I see all of this take place. Than before the page finishes loading, the browser quits. The interesting note

Re: crashing web browser with openURL call

2009-06-06 Thread Fred Baker
On Jun 5, 2009, at 2:18 PM, iseecolors wrote: I am making a call to openURL (in NSWorkspace) that works great as long as the default browser is already running and has a window open. However, if I make the call when the default browser is either not running, or does not have a window open

crashing web browser with openURL call

2009-06-05 Thread iseecolors
I am making a call to openURL (in NSWorkspace) that works great as long as the default browser is already running and has a window open. However, if I make the call when the default browser is either not running, or does not have a window open, the get the console output below. I am guess