<?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: Bugs &amp; enhancements for Auth component in CakePHP v1.2 &#8211; Part 1</title>
	<atom:link href="http://www.sanisoft.com/blog/2007/08/03/bugs-enhancements-for-auth-component-in-cakephp-v12-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sanisoft.com/blog/2007/08/03/bugs-enhancements-for-auth-component-in-cakephp-v12-part-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bugs-enhancements-for-auth-component-in-cakephp-v12-part-1</link>
	<description>sharing technology, ideas, insights!</description>
	<lastBuildDate>Thu, 02 Feb 2012 08:48:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tarique Sani</title>
		<link>http://www.sanisoft.com/blog/2007/08/03/bugs-enhancements-for-auth-component-in-cakephp-v12-part-1/comment-page-1/#comment-2504</link>
		<dc:creator>Tarique Sani</dc:creator>
		<pubDate>Mon, 18 Aug 2008 04:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/08/03/bugs-enhancements-for-auth-component-in-cakephp-v12-part-1/#comment-2504</guid>
		<description>@rafaelbandeira a lot has changed since this blog post was written.</description>
		<content:encoded><![CDATA[<p>@rafaelbandeira a lot has changed since this blog post was written.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rafaelbandeira3</title>
		<link>http://www.sanisoft.com/blog/2007/08/03/bugs-enhancements-for-auth-component-in-cakephp-v12-part-1/comment-page-1/#comment-2502</link>
		<dc:creator>rafaelbandeira3</dc:creator>
		<pubDate>Sun, 17 Aug 2008 18:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/08/03/bugs-enhancements-for-auth-component-in-cakephp-v12-part-1/#comment-2502</guid>
		<description>I think you got it wrong...
you don&#039;t need to explicitly add login action to the deny list.</description>
		<content:encoded><![CDATA[<p>I think you got it wrong&#8230;<br />
you don&#8217;t need to explicitly add login action to the deny list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michelle</title>
		<link>http://www.sanisoft.com/blog/2007/08/03/bugs-enhancements-for-auth-component-in-cakephp-v12-part-1/comment-page-1/#comment-1911</link>
		<dc:creator>Michelle</dc:creator>
		<pubDate>Thu, 06 Dec 2007 23:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/08/03/bugs-enhancements-for-auth-component-in-cakephp-v12-part-1/#comment-1911</guid>
		<description>Thanks for this explanation Amit, i now figured it out :)

regards,
Mic.</description>
		<content:encoded><![CDATA[<p>Thanks for this explanation Amit, i now figured it out <img src='http://www.sanisoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>regards,<br />
Mic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NhanDo</title>
		<link>http://www.sanisoft.com/blog/2007/08/03/bugs-enhancements-for-auth-component-in-cakephp-v12-part-1/comment-page-1/#comment-1778</link>
		<dc:creator>NhanDo</dc:creator>
		<pubDate>Sun, 14 Oct 2007 04:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/08/03/bugs-enhancements-for-auth-component-in-cakephp-v12-part-1/#comment-1778</guid>
		<description>hi, im trying to use Cakephp 1.2 alpha, but there are some problems.
i’ve built blog demos application on cakephp 1.1, there was no problem. But on cakephp 1.2, i met with difficulties. I put the project into cake12 folder like this: cake12/app,cake,vendors, and the same with cake 1.1, folder cake11 contained app,cake,vendors folder. Both were put into the web root folder. As i run by these urls:
http://localhost/cake11/ and http://localhost/cake12/, the first page blog of both were right loaded, but when i clicked on link “Add post”, it just appeared right url for cake 1.1(was http://localhost/cake11/index.php/posts/add/) and wrong for cake 1.2(was http://localhost/posts/add/). Do you know why it’s wrong? I used the same $html-&gt;link(”Add Post”, “/posts/add”) for two. And do you you know how to change the url to http://localhost/cake11/posts/add/ instead of http://localhost/cake11/index.php/posts/add/ ?</description>
		<content:encoded><![CDATA[<p>hi, im trying to use Cakephp 1.2 alpha, but there are some problems.<br />
i’ve built blog demos application on cakephp 1.1, there was no problem. But on cakephp 1.2, i met with difficulties. I put the project into cake12 folder like this: cake12/app,cake,vendors, and the same with cake 1.1, folder cake11 contained app,cake,vendors folder. Both were put into the web root folder. As i run by these urls:<br />
<a href="http://localhost/cake11/" rel="nofollow">http://localhost/cake11/</a> and <a href="http://localhost/cake12/" rel="nofollow">http://localhost/cake12/</a>, the first page blog of both were right loaded, but when i clicked on link “Add post”, it just appeared right url for cake 1.1(was <a href="http://localhost/cake11/index.php/posts/add/" rel="nofollow">http://localhost/cake11/index.php/posts/add/</a>) and wrong for cake 1.2(was <a href="http://localhost/posts/add/" rel="nofollow">http://localhost/posts/add/</a>). Do you know why it’s wrong? I used the same $html-&gt;link(”Add Post”, “/posts/add”) for two. And do you you know how to change the url to <a href="http://localhost/cake11/posts/add/" rel="nofollow">http://localhost/cake11/posts/add/</a> instead of <a href="http://localhost/cake11/index.php/posts/add/" rel="nofollow">http://localhost/cake11/index.php/posts/add/</a> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: developercast.com &#187; SaniSoft Blog: Bugs &#38; enhancements for Auth component in CakePHP v1.2 - Part 1</title>
		<link>http://www.sanisoft.com/blog/2007/08/03/bugs-enhancements-for-auth-component-in-cakephp-v12-part-1/comment-page-1/#comment-193</link>
		<dc:creator>developercast.com &#187; SaniSoft Blog: Bugs &#38; enhancements for Auth component in CakePHP v1.2 - Part 1</dc:creator>
		<pubDate>Fri, 03 Aug 2007 16:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/08/03/bugs-enhancements-for-auth-component-in-cakephp-v12-part-1/#comment-193</guid>
		<description>[...] the SaniSoft blog, there&#8217;s a post pointing out a bugfix and a new enhancement to the Auth component for the CakePHP framework in version 1.2 (part [...]</description>
		<content:encoded><![CDATA[<p>[...] the SaniSoft blog, there&#8217;s a post pointing out a bugfix and a new enhancement to the Auth component for the CakePHP framework in version 1.2 (part [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHPDeveloper.org</title>
		<link>http://www.sanisoft.com/blog/2007/08/03/bugs-enhancements-for-auth-component-in-cakephp-v12-part-1/comment-page-1/#comment-184</link>
		<dc:creator>PHPDeveloper.org</dc:creator>
		<pubDate>Fri, 03 Aug 2007 11:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/08/03/bugs-enhancements-for-auth-component-in-cakephp-v12-part-1/#comment-184</guid>
		<description>&lt;strong&gt;SaniSoft Blog:  Bugs &amp; enhancements for Auth component in CakePHP v1.2 - Part 1...&lt;/strong&gt;

...</description>
		<content:encoded><![CDATA[<p><strong>SaniSoft Blog:  Bugs &#38; enhancements for Auth component in CakePHP v1.2 &#8211; Part 1&#8230;</strong></p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

