<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>ColdBox Platform Google Group</title>
  <link>http://groups.google.com/group/coldbox</link>
  <description>A group dedicated for helping the ColdBox ColdFusion Platform Community</description>
  <language>en</language>
  <item>
  <title>Re: [coldbox:3489] Re: Roles and Permissions without Transfer</title>
  <link>http://groups.google.com/group/coldbox/browse_thread/thread/94dcf737ad80f40e/f679bbd44586b225?show_docid=f679bbd44586b225</link>
  <description>
  Correct. And that was the point in my reply: whether or not you use an ORM, &lt;br&gt; the process is essentially identical. An ORM simply has those methods &lt;br&gt; already built into the object for you.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/coldbox/browse_thread/thread/94dcf737ad80f40e/f679bbd44586b225?show_docid=f679bbd44586b225</guid>
  <author>
  quackfu...@gmail.com
  (Matt Quackenbush)
  </author>
  <pubDate>Fri, 06 Nov 2009 01:43:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: Roles and Permissions without Transfer</title>
  <link>http://groups.google.com/group/coldbox/browse_thread/thread/94dcf737ad80f40e/c6da65a1069515ad?show_docid=c6da65a1069515ad</link>
  <description>
  Hi Bill Tindal, &lt;br&gt; &lt;p&gt;Coldbox have sample security application with transfer. &lt;br&gt; &lt;p&gt;Check coldbox samples &amp;quot;securitysample&amp;quot; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.coldboxframework.com/index.cfm/download/beta&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Thanks
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/coldbox/browse_thread/thread/94dcf737ad80f40e/c6da65a1069515ad?show_docid=c6da65a1069515ad</guid>
  <author>
  sanaulla...@gmail.com
  (Sana)
  </author>
  <pubDate>Fri, 06 Nov 2009 01:16:59 UT
</pubDate>
  </item>
  <item>
  <title>Re: [coldbox:3488] Re: Roles and Permissions without Transfer</title>
  <link>http://groups.google.com/group/coldbox/browse_thread/thread/94dcf737ad80f40e/191bb3482b0a3a20?show_docid=191bb3482b0a3a20</link>
  <description>
  Thanks for replying Matt. &lt;br&gt; &lt;p&gt;I&#39;m using a security interceptor and have authentication working fine. &lt;br&gt; My question is around authorization and NOT going back and forth to &lt;br&gt; the database to those checks. &lt;br&gt; &lt;p&gt;I perhaps didn&#39;t explain my question well enough. I&#39;m interested in &lt;br&gt; seeing examples of how others are storing the roles and permissions
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/coldbox/browse_thread/thread/94dcf737ad80f40e/191bb3482b0a3a20?show_docid=191bb3482b0a3a20</guid>
  <author>
  malp...@gmail.com
  (Bill Tindal)
  </author>
  <pubDate>Fri, 06 Nov 2009 01:10:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: [coldbox:3487] Roles and Permissions without Transfer</title>
  <link>http://groups.google.com/group/coldbox/browse_thread/thread/94dcf737ad80f40e/c6e636ca8767dafe?show_docid=c6e636ca8767dafe</link>
  <description>
  I&#39;m not sure what examples you&#39;re referring to, but the basic premise is the &lt;br&gt; same whether you use an ORM or not. &lt;br&gt; 1) You have a User object that represents the requesting user &lt;br&gt; 2) You have a Security Interceptor that fires and checks to see if the event &lt;br&gt; should be restricted based upon security rules &lt;br&gt; 3) If &#39;yes&#39; to #2, you have a Security Service (or some such object) that
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/coldbox/browse_thread/thread/94dcf737ad80f40e/c6e636ca8767dafe?show_docid=c6e636ca8767dafe</guid>
  <author>
  quackfu...@gmail.com
  (Matt Quackenbush)
  </author>
  <pubDate>Fri, 06 Nov 2009 00:53:56 UT
</pubDate>
  </item>
  <item>
  <title>Roles and Permissions without Transfer</title>
  <link>http://groups.google.com/group/coldbox/browse_thread/thread/94dcf737ad80f40e/6fd15cf6c8acd3d6?show_docid=6fd15cf6c8acd3d6</link>
  <description>
  I&#39;m working on setting up roles and permissions in my application. &lt;br&gt; I do not use Transfer and as most examples rely on the &#39;ORM&#39; &lt;br&gt; functionality to attach roles and permissions to a user identity I&#39;m &lt;br&gt; wondering if there are any examples out there of other ways to do it? &lt;br&gt; cheers,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/coldbox/browse_thread/thread/94dcf737ad80f40e/6fd15cf6c8acd3d6?show_docid=6fd15cf6c8acd3d6</guid>
  <author>
  malp...@gmail.com
  (Bill Tindal)
  </author>
  <pubDate>Fri, 06 Nov 2009 00:34:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: [coldbox:3484] Re: What are most likely sources of whitespace that can affect event.renderData?</title>
  <link>http://groups.google.com/group/coldbox/browse_thread/thread/18016e89752f8982/fa10e1941c3eea8b?show_docid=fa10e1941c3eea8b</link>
  <description>
  I found the solution. In the Application_noinheritance.cfc file, there is &lt;br&gt; line right at the top that says: &lt;br&gt; &lt;p&gt;&amp;lt;cfsetting enablecfoutputonly=&amp;quot;yes&amp;quot;&amp;gt; &lt;br&gt; &lt;p&gt;With this line, both my app and the advanced template work. Without this &lt;br&gt; line, both my app and the advanced template break when rendering the xml &lt;br&gt; using event.renderData().
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/coldbox/browse_thread/thread/18016e89752f8982/fa10e1941c3eea8b?show_docid=fa10e1941c3eea8b</guid>
  <author>
  dor...@gmail.com
  (Dorioo)
  </author>
  <pubDate>Thu, 05 Nov 2009 18:27:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: [coldbox:3484] Re: What are most likely sources of whitespace that can affect event.renderData?</title>
  <link>http://groups.google.com/group/coldbox/browse_thread/thread/18016e89752f8982/3fc2a6bc544ab685?show_docid=3fc2a6bc544ab685</link>
  <description>
  @Luis, &lt;br&gt; &lt;p&gt;It&#39;s likely something in my code. As part of my testing, I got the simple &lt;br&gt; template running and it did not experience this behavior. &lt;br&gt; &lt;p&gt;I&#39;m hopeful someone may have come across and interceptor or a plugin that &lt;br&gt; experienced something like this but I&#39;m aware it&#39;s a hail mary pass. :) &lt;br&gt; &lt;p&gt;@Marc,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/coldbox/browse_thread/thread/18016e89752f8982/3fc2a6bc544ab685?show_docid=3fc2a6bc544ab685</guid>
  <author>
  dor...@gmail.com
  (Dorioo)
  </author>
  <pubDate>Thu, 05 Nov 2009 17:56:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: [coldbox:3483] Re: What are most likely sources of whitespace that can affect event.renderData?</title>
  <link>http://groups.google.com/group/coldbox/browse_thread/thread/18016e89752f8982/aab55cb2314b4b92?show_docid=aab55cb2314b4b92</link>
  <description>
  also make sure that &amp;quot;enable whitespace management&amp;quot; is checked in CF Admin
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/coldbox/browse_thread/thread/18016e89752f8982/aab55cb2314b4b92?show_docid=aab55cb2314b4b92</guid>
  <author>
  marc.es...@gmail.com
  (Marc Esher)
  </author>
  <pubDate>Thu, 05 Nov 2009 17:33:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: [coldbox:3482] What are most likely sources of whitespace that can affect event.renderData?</title>
  <link>http://groups.google.com/group/coldbox/browse_thread/thread/18016e89752f8982/4f1199742e415fc7?show_docid=4f1199742e415fc7</link>
  <description>
  Gabriel, &lt;br&gt; &lt;p&gt;I have not seen this issue on any of my projects. There has to be something &lt;br&gt; as the culprit here. Whitespace is such a horrible thing in cf. Make sure &lt;br&gt; that you have output=false everywhere. &lt;br&gt; &lt;p&gt;Luis F. Majano &lt;br&gt; President &lt;br&gt; Ortus Solutions, Corp &lt;br&gt; &lt;p&gt;ColdBox Platform: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.coldbox.org&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/coldbox/browse_thread/thread/18016e89752f8982/4f1199742e415fc7?show_docid=4f1199742e415fc7</guid>
  <author>
  lmaj...@gmail.com
  (Luis Majano)
  </author>
  <pubDate>Thu, 05 Nov 2009 17:32:21 UT
</pubDate>
  </item>
  <item>
  <title>What are most likely sources of whitespace that can affect event.renderData?</title>
  <link>http://groups.google.com/group/coldbox/browse_thread/thread/18016e89752f8982/3729575340f34bc9?show_docid=3729575340f34bc9</link>
  <description>
  Running CB SVN with CF9 &lt;br&gt; &lt;p&gt;A. Setup: I have a handler with an event that has uses &lt;br&gt; event.renderData to render an xml version of the cookie scope. &lt;br&gt; &lt;p&gt;&amp;lt;cfset event.renderData(type=&amp;quot;XML&amp;quot;,da ta=cookie)&amp;gt; &lt;br&gt; &lt;p&gt;B. Problem: The problem is that I have some whitespace appearing &lt;br&gt; before the XML and XML nevers likes that.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/coldbox/browse_thread/thread/18016e89752f8982/3729575340f34bc9?show_docid=3729575340f34bc9</guid>
  <author>
  dor...@gmail.com
  (gabriel)
  </author>
  <pubDate>Thu, 05 Nov 2009 17:30:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: [coldbox:3480] Missed Convention</title>
  <link>http://groups.google.com/group/coldbox/browse_thread/thread/ba19d6bd83e5362f/a2a822bd6e0bcaec?show_docid=a2a822bd6e0bcaec</link>
  <description>
  Hi Jade, &lt;br&gt; &lt;p&gt;All cfml functions that we create facades for have been added a $ in front &lt;br&gt; so not to collide with cf9 or future versions. They where there to help &lt;br&gt; people writing in script since cfscript was really bad until cf9. &lt;br&gt; &lt;p&gt;Eventually, all the $cffacades will disappear once cf9 is standard, a few
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/coldbox/browse_thread/thread/ba19d6bd83e5362f/a2a822bd6e0bcaec?show_docid=a2a822bd6e0bcaec</guid>
  <author>
  lmaj...@gmail.com
  (Luis Majano)
  </author>
  <pubDate>Thu, 05 Nov 2009 16:36:53 UT
</pubDate>
  </item>
  <item>
  <title>Missed Convention</title>
  <link>http://groups.google.com/group/coldbox/browse_thread/thread/ba19d6bd83e5362f/e06e9edfc617ade3?show_docid=e06e9edfc617ade3</link>
  <description>
  HI, &lt;br&gt; &lt;p&gt;I&#39;m curious about a small semantics change from 2.6.3 to 2.6.4. And &lt;br&gt; I&#39;m just looking to understand the background around my issue. In &lt;br&gt; 2.6.3 in order to access the htmlHead() you used exactly that notation &lt;br&gt; htmlHead(&amp;quot;foo&amp;quot;). &lt;br&gt; &lt;p&gt;With 2.6.4 the direct access to htmlHead disappeared and what I found
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/coldbox/browse_thread/thread/ba19d6bd83e5362f/e06e9edfc617ade3?show_docid=e06e9edfc617ade3</guid>
  <author>
  jade.c...@gmail.com
  (Jade)
  </author>
  <pubDate>Thu, 05 Nov 2009 15:38:22 UT
</pubDate>
  </item>
  <item>
  <title>Re: [coldbox:3478] Swap between SES and traditional URLs on the fly</title>
  <link>http://groups.google.com/group/coldbox/browse_thread/thread/8cd165952baeb6ef/45a263cb807ad377?show_docid=45a263cb807ad377</link>
  <description>
  Jason, &lt;br&gt; &lt;p&gt;We added this to 3.0. There is an argument called &amp;quot;queryString&amp;quot; in the &lt;br&gt; buildLink method. You pass in a query string and the method will convert it &lt;br&gt; to ses or leave it as is. &lt;br&gt; &lt;p&gt;Luis &lt;br&gt; &lt;p&gt;Luis F. Majano &lt;br&gt; President &lt;br&gt; Ortus Solutions, Corp &lt;br&gt; &lt;p&gt;ColdBox Platform: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.coldbox.org&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Linked In: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.linkedin.com/pub/3/731/483&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/coldbox/browse_thread/thread/8cd165952baeb6ef/45a263cb807ad377?show_docid=45a263cb807ad377</guid>
  <author>
  lmaj...@gmail.com
  (Luis Majano)
  </author>
  <pubDate>Wed, 04 Nov 2009 21:53:04 UT
</pubDate>
  </item>
  <item>
  <title>Swap between SES and traditional URLs on the fly</title>
  <link>http://groups.google.com/group/coldbox/browse_thread/thread/8cd165952baeb6ef/0cec3f6031a925e6?show_docid=0cec3f6031a925e6</link>
  <description>
  This feature may exist, but I&#39;m unable to find it in the &lt;br&gt; documentation.  My apologies to Luis if he&#39;s already documented such a &lt;br&gt; feature. :) &lt;br&gt; With another framework, it was simple to swap the entire application &lt;br&gt; between traditional URLs and SES URLs.  I know we can turn on/off the &lt;br&gt; SES interceptor rather easily.  However, this doesn&#39;t correct all of
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/coldbox/browse_thread/thread/8cd165952baeb6ef/0cec3f6031a925e6?show_docid=0cec3f6031a925e6</guid>
  <author>
  jqdur...@gmail.com
  (Jason Durham)
  </author>
  <pubDate>Wed, 04 Nov 2009 16:46:24 UT
</pubDate>
  </item>
  <item>
  <title>Service Testing with MockBox</title>
  <link>http://groups.google.com/group/coldbox/browse_thread/thread/3f11e3977c3205a7/fd68e5621e0a4351?show_docid=fd68e5621e0a4351</link>
  <description>
  Hi, &lt;br&gt; I&#39;ve asked one of my questions allready in the CB-Forum, but it seems here &lt;br&gt; are more users reading this. &lt;br&gt; I&#39;m a totally newbie in testing. &lt;br&gt; I&#39;ve a ColdBox App. and want to test some services I&#39;ve created. For these &lt;br&gt; services I need also the objects which will be created via other beans. &lt;br&gt; These beans will be created via ColdSpring, so now my question:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/coldbox/browse_thread/thread/3f11e3977c3205a7/fd68e5621e0a4351?show_docid=fd68e5621e0a4351</guid>
  <author>
  occur...@gmail.com
  (Charlie Schaubmair)
  </author>
  <pubDate>Wed, 04 Nov 2009 10:39:18 UT
</pubDate>
  </item>
  </channel>
</rss>
