<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: NSURLConnection Crashing Antidote</title>
	<atom:link href="http://www.red-sweater.com/blog/478/nsurlconnection-crashing-antidote/feed" rel="self" type="application/rss+xml" />
	<link>http://www.red-sweater.com/blog/478/nsurlconnection-crashing-antidote</link>
	<description>Mac &#38; Technology Writings by Daniel Jalkut</description>
	<lastBuildDate>Mon, 15 Mar 2010 15:05:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave MacLachlan</title>
		<link>http://www.red-sweater.com/blog/478/nsurlconnection-crashing-antidote/comment-page-1#comment-136284</link>
		<dc:creator>Dave MacLachlan</dc:creator>
		<pubDate>Sat, 29 Mar 2008 15:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/478/nsurlconnection-crashing-antidote#comment-136284</guid>
		<description>For folks trying to get NSURLConnection bugs to appear, I have had great luck with the _debug frameworks causing bugs in NSURLConnection to appear (https://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=19915). You have to be an ADC member. Unfortunately I think we will need a new one with Daniel&#039;s fix in it to be sure we&#039;re not seeing his bug. I will file a Radar. Justin, this may help you out though.</description>
		<content:encoded><![CDATA[<p>For folks trying to get NSURLConnection bugs to appear, I have had great luck with the _debug frameworks causing bugs in NSURLConnection to appear (<a href="https://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=19915" rel="nofollow">https://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=19915</a>). You have to be an ADC member. Unfortunately I think we will need a new one with Daniel&#8217;s fix in it to be sure we&#8217;re not seeing his bug. I will file a Radar. Justin, this may help you out though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John McLaughlin</title>
		<link>http://www.red-sweater.com/blog/478/nsurlconnection-crashing-antidote/comment-page-1#comment-136254</link>
		<dc:creator>John McLaughlin</dc:creator>
		<pubDate>Fri, 28 Mar 2008 16:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/478/nsurlconnection-crashing-antidote#comment-136254</guid>
		<description>It&#039;s quite possible that the security aspects of this are as real as Apple outlined but here is what it sounds like to me:

Someone at Apple was embarassed about the problem (or generally agrees that it&#039;s unacceptable to have a problem like this exist) and wanted to fix it.  However his boss said &quot;Security fixes only&quot; so voila -- this becomes a &#039;security problem&#039; (which means &#039;it can now be fixed&#039;)

I see this at my work all the time -- Management decides how/what they want to do but individuals who care deeply see what *needs* to be done and they figure out a way to make it work within the system.</description>
		<content:encoded><![CDATA[<p>It&#8217;s quite possible that the security aspects of this are as real as Apple outlined but here is what it sounds like to me:</p>
<p>Someone at Apple was embarassed about the problem (or generally agrees that it&#8217;s unacceptable to have a problem like this exist) and wanted to fix it.  However his boss said &#8220;Security fixes only&#8221; so voila &#8212; this becomes a &#8217;security problem&#8217; (which means &#8216;it can now be fixed&#8217;)</p>
<p>I see this at my work all the time &#8212; Management decides how/what they want to do but individuals who care deeply see what *needs* to be done and they figure out a way to make it work within the system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul D. Waite</title>
		<link>http://www.red-sweater.com/blog/478/nsurlconnection-crashing-antidote/comment-page-1#comment-136145</link>
		<dc:creator>Paul D. Waite</dc:creator>
		<pubDate>Wed, 19 Mar 2008 13:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/478/nsurlconnection-crashing-antidote#comment-136145</guid>
		<description>And even if a bug has been reported, it might not have been reported well. A bug report that’s isolated the bug and provided clear steps to reproduce it can save a bunch of time on the developer’s end, reducing the cost of fixing it.</description>
		<content:encoded><![CDATA[<p>And even if a bug has been reported, it might not have been reported well. A bug report that’s isolated the bug and provided clear steps to reproduce it can save a bunch of time on the developer’s end, reducing the cost of fixing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul McCann</title>
		<link>http://www.red-sweater.com/blog/478/nsurlconnection-crashing-antidote/comment-page-1#comment-136144</link>
		<dc:creator>Paul McCann</dc:creator>
		<pubDate>Wed, 19 Mar 2008 12:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/478/nsurlconnection-crashing-antidote#comment-136144</guid>
		<description>I saw an occurrence of the 10.5 NSURLConnection problem this afternoon, when I attempted to get TextMate to update through an authenticating proxy server on a new machine I was setting up. At least I imagine it&#039;s using https to get at the new versions. In any case Old Faithful spewed forth onto my shiny new screen...

As per the 10.4 version of this problem, once the error kicks in it&#039;s a difficult beast to get rid of.</description>
		<content:encoded><![CDATA[<p>I saw an occurrence of the 10.5 NSURLConnection problem this afternoon, when I attempted to get TextMate to update through an authenticating proxy server on a new machine I was setting up. At least I imagine it&#8217;s using https to get at the new versions. In any case Old Faithful spewed forth onto my shiny new screen&#8230;</p>
<p>As per the 10.4 version of this problem, once the error kicks in it&#8217;s a difficult beast to get rid of.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.red-sweater.com/blog/478/nsurlconnection-crashing-antidote/comment-page-1#comment-136143</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 19 Mar 2008 11:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/478/nsurlconnection-crashing-antidote#comment-136143</guid>
		<description>Thanks for the feedback... FWIW, it is the combination of HTTPS, a proxy, and HTTP authentication using asynchronous NSURLConnection that does it, and not all the time. I&#039;ll be sure to blog it up if/when I can get to the bottom of it.</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback&#8230; FWIW, it is the combination of HTTPS, a proxy, and HTTP authentication using asynchronous NSURLConnection that does it, and not all the time. I&#8217;ll be sure to blog it up if/when I can get to the bottom of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conor</title>
		<link>http://www.red-sweater.com/blog/478/nsurlconnection-crashing-antidote/comment-page-1#comment-136140</link>
		<dc:creator>Conor</dc:creator>
		<pubDate>Wed, 19 Mar 2008 08:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/478/nsurlconnection-crashing-antidote#comment-136140</guid>
		<description>Congratulations, getting more famous everyday.</description>
		<content:encoded><![CDATA[<p>Congratulations, getting more famous everyday.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Jalkut</title>
		<link>http://www.red-sweater.com/blog/478/nsurlconnection-crashing-antidote/comment-page-1#comment-136139</link>
		<dc:creator>Daniel Jalkut</dc:creator>
		<pubDate>Wed, 19 Mar 2008 03:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/478/nsurlconnection-crashing-antidote#comment-136139</guid>
		<description>I haven&#039;t heard anything like that Justin, but I don&#039;t think there are all that many people using HTTPS + Proxy and MarsEdit. I know some people using HTTPS without a proxy, and that doesn&#039;t seem to be an issue.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t heard anything like that Justin, but I don&#8217;t think there are all that many people using HTTPS + Proxy and MarsEdit. I know some people using HTTPS without a proxy, and that doesn&#8217;t seem to be an issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.red-sweater.com/blog/478/nsurlconnection-crashing-antidote/comment-page-1#comment-136137</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 19 Mar 2008 02:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/478/nsurlconnection-crashing-antidote#comment-136137</guid>
		<description>This is great, and congrats! FWIW, there is still (to my knowledge) a crasher in Leopard, though, with NSURLConnection, that is related to HTTPS + auth, and I think a separate one involving HTTPS + auth + proxies. My bug report was marked as a dupe, though, and I can&#039;t check on the status of the original. I know we talked about this before, but have you seen any issues with folks using HTTPS + MarsEdit? There have to be some folks out there using MarsEdit for secure sites behind password protection.</description>
		<content:encoded><![CDATA[<p>This is great, and congrats! FWIW, there is still (to my knowledge) a crasher in Leopard, though, with NSURLConnection, that is related to HTTPS + auth, and I think a separate one involving HTTPS + auth + proxies. My bug report was marked as a dupe, though, and I can&#8217;t check on the status of the original. I know we talked about this before, but have you seen any issues with folks using HTTPS + MarsEdit? There have to be some folks out there using MarsEdit for secure sites behind password protection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.red-sweater.com/blog/478/nsurlconnection-crashing-antidote/comment-page-1#comment-136135</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 19 Mar 2008 01:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/478/nsurlconnection-crashing-antidote#comment-136135</guid>
		<description>Nice. I routinely cruise security update notes looking for credit shouts from Apple and when I saw your name I took note. Oh so nerdy…</description>
		<content:encoded><![CDATA[<p>Nice. I routinely cruise security update notes looking for credit shouts from Apple and when I saw your name I took note. Oh so nerdy…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sengan</title>
		<link>http://www.red-sweater.com/blog/478/nsurlconnection-crashing-antidote/comment-page-1#comment-136134</link>
		<dc:creator>Sengan</dc:creator>
		<pubDate>Wed, 19 Mar 2008 00:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.red-sweater.com/blog/478/nsurlconnection-crashing-antidote#comment-136134</guid>
		<description>Thanks for reporting this, Daniel. I&#039;ve seen it too.</description>
		<content:encoded><![CDATA[<p>Thanks for reporting this, Daniel. I&#8217;ve seen it too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
