<?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: Using email addresses as OpenID identities (almost)</title>
	<atom:link href="http://blogs.gnome.org/jamesh/2008/04/02/openid-email/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/jamesh/2008/04/02/openid-email/</link>
	<description>Random stuff</description>
	<lastBuildDate>Wed, 28 Oct 2009 02:53:32 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Henstridge</title>
		<link>http://blogs.gnome.org/jamesh/2008/04/02/openid-email/comment-page-1/#comment-656</link>
		<dc:creator>James Henstridge</dc:creator>
		<pubDate>Fri, 04 Apr 2008 08:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/jamesh/2008/04/02/openid-email/#comment-656</guid>
		<description>Chris: I&#039;m not arguing that providers should tell their users to enter email addresses into OpenID forms: giving them a shorter constant string is definitely the better option.

However if users do enter their email address anyway, if it is possible to give the desired behaviour why not do so?</description>
		<content:encoded><![CDATA[<p>Chris: I&#8217;m not arguing that providers should tell their users to enter email addresses into OpenID forms: giving them a shorter constant string is definitely the better option.</p>
<p>However if users do enter their email address anyway, if it is possible to give the desired behaviour why not do so?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cunningham</title>
		<link>http://blogs.gnome.org/jamesh/2008/04/02/openid-email/comment-page-1/#comment-655</link>
		<dc:creator>Chris Cunningham</dc:creator>
		<pubDate>Thu, 03 Apr 2008 13:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/jamesh/2008/04/02/openid-email/#comment-655</guid>
		<description>&lt;blockquote&gt;I agree that this isn’t the sort of thing that you’d want to start relying on&lt;/blockquote&gt;

That&#039;d be why you wouldn&#039;t be wanting to implicitly condone it.

 - Chris</description>
		<content:encoded><![CDATA[<blockquote><p>I agree that this isn’t the sort of thing that you’d want to start relying on</p></blockquote>
<p>That&#8217;d be why you wouldn&#8217;t be wanting to implicitly condone it.</p>
<p> &#8211; Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Henstridge</title>
		<link>http://blogs.gnome.org/jamesh/2008/04/02/openid-email/comment-page-1/#comment-654</link>
		<dc:creator>James Henstridge</dc:creator>
		<pubDate>Thu, 03 Apr 2008 04:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/jamesh/2008/04/02/openid-email/#comment-654</guid>
		<description>Kevin: I agree that typing &quot;yahoo.com&quot; is easier and what users should be directed to use.  I just found it interesting that an approximation of the user&#039;s intent happens if they enter their email address.

Armin: it is true that the HTTP RFC doesn&#039;t specify handling of the userinfo portion of the authority section, but does seem to be supported by most implementations (they probably do URI generic syntax processing before any HTTP-specific processing).  I agree that this isn&#039;t the sort of thing that you&#039;d want to start relying on, but it is nice that it half works though.</description>
		<content:encoded><![CDATA[<p>Kevin: I agree that typing &#8220;yahoo.com&#8221; is easier and what users should be directed to use.  I just found it interesting that an approximation of the user&#8217;s intent happens if they enter their email address.</p>
<p>Armin: it is true that the HTTP RFC doesn&#8217;t specify handling of the userinfo portion of the authority section, but does seem to be supported by most implementations (they probably do URI generic syntax processing before any HTTP-specific processing).  I agree that this isn&#8217;t the sort of thing that you&#8217;d want to start relying on, but it is nice that it half works though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armin Ronacher</title>
		<link>http://blogs.gnome.org/jamesh/2008/04/02/openid-email/comment-page-1/#comment-650</link>
		<dc:creator>Armin Ronacher</dc:creator>
		<pubDate>Wed, 02 Apr 2008 20:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/jamesh/2008/04/02/openid-email/#comment-650</guid>
		<description>That&#039;s against the spec though.  HTTP URLs must not have a authentification part.  That&#039;s reserved for FTP and some others.</description>
		<content:encoded><![CDATA[<p>That&#8217;s against the spec though.  HTTP URLs must not have a authentification part.  That&#8217;s reserved for FTP and some others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Turner</title>
		<link>http://blogs.gnome.org/jamesh/2008/04/02/openid-email/comment-page-1/#comment-646</link>
		<dc:creator>Kevin Turner</dc:creator>
		<pubDate>Wed, 02 Apr 2008 18:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/jamesh/2008/04/02/openid-email/#comment-646</guid>
		<description>The thing to keep in mind though is this is currently an accident, and not a supported use case.  The HTTP-fetching code in many OpenID implementations doesn&#039;t really know what to do with the user@ part of the URL, i.e. it&#039;ll try to use it as a hostname instead of translating it to parameters for basic auth, and it&#039;ll break.

So you&#039;re better off just typing in &quot;yahoo.com&quot;, really.</description>
		<content:encoded><![CDATA[<p>The thing to keep in mind though is this is currently an accident, and not a supported use case.  The HTTP-fetching code in many OpenID implementations doesn&#8217;t really know what to do with the user@ part of the URL, i.e. it&#8217;ll try to use it as a hostname instead of translating it to parameters for basic auth, and it&#8217;ll break.</p>
<p>So you&#8217;re better off just typing in &#8220;yahoo.com&#8221;, really.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
