<?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: What Mason 2.0 would look like</title>
	<atom:link href="http://www.openswartz.com/2009/09/01/what-mason-2-0-would-look-like/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openswartz.com/2009/09/01/what-mason-2-0-would-look-like/</link>
	<description>Perl and open source development</description>
	<lastBuildDate>Tue, 15 Jun 2010 14:03:25 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Emily</title>
		<link>http://www.openswartz.com/2009/09/01/what-mason-2-0-would-look-like/comment-page-1/#comment-1765</link>
		<dc:creator>Emily</dc:creator>
		<pubDate>Tue, 15 Jun 2010 14:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.openswartz.com/?p=80#comment-1765</guid>
		<description>Davidslv: Not to worry, the changes won&#039;t come for a while, and the previous version of Mason will continue to exist and be supported.</description>
		<content:encoded><![CDATA[<p>Davidslv: Not to worry, the changes won&#8217;t come for a while, and the previous version of Mason will continue to exist and be supported.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://www.openswartz.com/2009/09/01/what-mason-2-0-would-look-like/comment-page-1/#comment-1658</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Thu, 27 May 2010 10:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.openswartz.com/?p=80#comment-1658</guid>
		<description>If I may add the the wishlist:

I would be cool if Mason 2 was &quot;secure by default&quot;, i.e. 

- Mandatory, easy-to-use input validation (e.g. Params::Validate)
- Default encoding/escaping (e.g. default_escape_flags).
- Don&#039;t serve pages/components outside a defined whitelist.
- Secure out-of-the box authentication and session management.
- Do not disclose stack trace or source code by default.
- Promote secure coding standards. 

http://www.owasp.org/index.php/Top_10_2010-Main</description>
		<content:encoded><![CDATA[<p>If I may add the the wishlist:</p>
<p>I would be cool if Mason 2 was &#8220;secure by default&#8221;, i.e. </p>
<p>- Mandatory, easy-to-use input validation (e.g. Params::Validate)<br />
- Default encoding/escaping (e.g. default_escape_flags).<br />
- Don&#8217;t serve pages/components outside a defined whitelist.<br />
- Secure out-of-the box authentication and session management.<br />
- Do not disclose stack trace or source code by default.<br />
- Promote secure coding standards. </p>
<p><a href="http://www.owasp.org/index.php/Top_10_2010-Main" rel="nofollow">http://www.owasp.org/index.php/Top_10_2010-Main</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://www.openswartz.com/2009/09/01/what-mason-2-0-would-look-like/comment-page-1/#comment-1633</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Wed, 19 May 2010 15:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.openswartz.com/?p=80#comment-1633</guid>
		<description>Hum, i&#039;m worried about this new! Cos i&#039;m starting to learn Mason, and the book is from October 2002. Well, when the changes will come ?

Thank you</description>
		<content:encoded><![CDATA[<p>Hum, i&#8217;m worried about this new! Cos i&#8217;m starting to learn Mason, and the book is from October 2002. Well, when the changes will come ?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DarkoP</title>
		<link>http://www.openswartz.com/2009/09/01/what-mason-2-0-would-look-like/comment-page-1/#comment-655</link>
		<dc:creator>DarkoP</dc:creator>
		<pubDate>Wed, 11 Nov 2009 11:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.openswartz.com/?p=80#comment-655</guid>
		<description>Ugh, the keywords are: &lt;%if&gt; and &lt;%for&gt; Hopefully it works now.</description>
		<content:encoded><![CDATA[<p>Ugh, the keywords are: &lt;%if&gt; and &lt;%for&gt; Hopefully it works now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DarkoP</title>
		<link>http://www.openswartz.com/2009/09/01/what-mason-2-0-would-look-like/comment-page-1/#comment-654</link>
		<dc:creator>DarkoP</dc:creator>
		<pubDate>Wed, 11 Nov 2009 11:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.openswartz.com/?p=80#comment-654</guid>
		<description>Regarding syntax changes disscussed above: I implemented simple preprocessing (I&#039;ll probably reimeplent this in Lexer later) so I now have simple keywords like  and  (I use them alot). I&#039;m not sure it&#039;s the right thing to do, but it works nicely, and the templates (complex HTML form generation) are cleaner now. Here&#039;s the code: http://pastie.org/693463</description>
		<content:encoded><![CDATA[<p>Regarding syntax changes disscussed above: I implemented simple preprocessing (I&#8217;ll probably reimeplent this in Lexer later) so I now have simple keywords like  and  (I use them alot). I&#8217;m not sure it&#8217;s the right thing to do, but it works nicely, and the templates (complex HTML form generation) are cleaner now. Here&#8217;s the code: <a href="http://pastie.org/693463" rel="nofollow">http://pastie.org/693463</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Swartz</title>
		<link>http://www.openswartz.com/2009/09/01/what-mason-2-0-would-look-like/comment-page-1/#comment-373</link>
		<dc:creator>Jonathan Swartz</dc:creator>
		<pubDate>Tue, 22 Sep 2009 19:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.openswartz.com/?p=80#comment-373</guid>
		<description>Davidslv: Not to worry, the changes won&#039;t come for a while, and the previous version of Mason will continue to exist and be supported.</description>
		<content:encoded><![CDATA[<p>Davidslv: Not to worry, the changes won&#8217;t come for a while, and the previous version of Mason will continue to exist and be supported.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Swartz</title>
		<link>http://www.openswartz.com/2009/09/01/what-mason-2-0-would-look-like/comment-page-1/#comment-372</link>
		<dc:creator>Jonathan Swartz</dc:creator>
		<pubDate>Tue, 22 Sep 2009 19:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.openswartz.com/?p=80#comment-372</guid>
		<description>Tudor: You had problems with CHI for caching? Or do you mean Cache::Cache?</description>
		<content:encoded><![CDATA[<p>Tudor: You had problems with CHI for caching? Or do you mean Cache::Cache?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tudor Marghidanu</title>
		<link>http://www.openswartz.com/2009/09/01/what-mason-2-0-would-look-like/comment-page-1/#comment-371</link>
		<dc:creator>Tudor Marghidanu</dc:creator>
		<pubDate>Tue, 22 Sep 2009 19:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.openswartz.com/?p=80#comment-371</guid>
		<description>Very glad to hear about all these changes especially about the OO terminology which applies very good on Mason making thing clearer.  I&#039;m very enthusiastic about the fact that Mason will no longer use CHI for caching (had some big problems there) and about the controller mechanism. 
Are we going t o see this anytime soon, hope so because it sounds very good!</description>
		<content:encoded><![CDATA[<p>Very glad to hear about all these changes especially about the OO terminology which applies very good on Mason making thing clearer.  I&#8217;m very enthusiastic about the fact that Mason will no longer use CHI for caching (had some big problems there) and about the controller mechanism.<br />
Are we going t o see this anytime soon, hope so because it sounds very good!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davidslv</title>
		<link>http://www.openswartz.com/2009/09/01/what-mason-2-0-would-look-like/comment-page-1/#comment-336</link>
		<dc:creator>Davidslv</dc:creator>
		<pubDate>Thu, 17 Sep 2009 15:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.openswartz.com/?p=80#comment-336</guid>
		<description>Hum, i&#039;m worried about this new! Cos i&#039;m starting to learn Mason, and the book is from October 2002. Well, when the changes will come ?

Thank you</description>
		<content:encoded><![CDATA[<p>Hum, i&#8217;m worried about this new! Cos i&#8217;m starting to learn Mason, and the book is from October 2002. Well, when the changes will come ?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.openswartz.com/2009/09/01/what-mason-2-0-would-look-like/comment-page-1/#comment-325</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 06 Sep 2009 18:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.openswartz.com/?p=80#comment-325</guid>
		<description>Has anyone looked at Apache2::ASP?  Just curious?</description>
		<content:encoded><![CDATA[<p>Has anyone looked at Apache2::ASP?  Just curious?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
