<?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: Authentication plugin released</title>
	<atom:link href="http://www.anyware.co.uk/2005/2008/04/22/authentication-plugin-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anyware.co.uk/2005/2008/04/22/authentication-plugin-released/</link>
	<description>Grails, Apple, usability and world stuff</description>
	<lastBuildDate>Thu, 26 Jan 2012 17:27:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mathias Hoeschen</title>
		<link>http://www.anyware.co.uk/2005/2008/04/22/authentication-plugin-released/comment-page-1/#comment-85106</link>
		<dc:creator>Mathias Hoeschen</dc:creator>
		<pubDate>Fri, 04 Jul 2008 12:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/2008/04/22/authentication-plugin-released/#comment-85106</guid>
		<description>I tried to use a different domain class adding this to Config.groovy:

authenticationUserClass = MyOwnUserClass

But still the AuthenticationUser class is used. 

The fix mentioned on this page (second comment at the bottom) http://docs.codehaus.org/display/GRAILS/Authentication+Plugin is working for me, too.</description>
		<content:encoded><![CDATA[<p>I tried to use a different domain class adding this to Config.groovy:</p>
<p>authenticationUserClass = MyOwnUserClass</p>
<p>But still the AuthenticationUser class is used. </p>
<p>The fix mentioned on this page (second comment at the bottom) <a href="http://docs.codehaus.org/display/GRAILS/Authentication+Plugin" rel="nofollow">http://docs.codehaus.org/display/GRAILS/Authentication+Plugin</a> is working for me, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Palmer</title>
		<link>http://www.anyware.co.uk/2005/2008/04/22/authentication-plugin-released/comment-page-1/#comment-81756</link>
		<dc:creator>Marc Palmer</dc:creator>
		<pubDate>Mon, 09 Jun 2008 14:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/2008/04/22/authentication-plugin-released/#comment-81756</guid>
		<description>Shawn... no it should be fine. Please try running with the 1.1 snapshot in SVN. That mechanism does not use anything special in 1.1 nor in 1.0 as far as I recall - it just accesses the session.

If no joy mail me your code - see author info in the AuthenticationGrailsPlugin.groovy file.</description>
		<content:encoded><![CDATA[<p>Shawn&#8230; no it should be fine. Please try running with the 1.1 snapshot in SVN. That mechanism does not use anything special in 1.1 nor in 1.0 as far as I recall &#8211; it just accesses the session.</p>
<p>If no joy mail me your code &#8211; see author info in the AuthenticationGrailsPlugin.groovy file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://www.anyware.co.uk/2005/2008/04/22/authentication-plugin-released/comment-page-1/#comment-81154</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Mon, 02 Jun 2008 19:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/2008/04/22/authentication-plugin-released/#comment-81154</guid>
		<description>Is there a trick to using the filter example?  I keep getting an exception because there isn&#039;t a request available when the filter is loaded:

if (!applicationContext.authenticationService.isLoggedIn(request)) {

Caused by: java.lang.IllegalStateException: No thread-bound request found: Are you referring to request attributes outside of an actual web request?</description>
		<content:encoded><![CDATA[<p>Is there a trick to using the filter example?  I keep getting an exception because there isn&#8217;t a request available when the filter is loaded:</p>
<p>if (!applicationContext.authenticationService.isLoggedIn(request)) {</p>
<p>Caused by: java.lang.IllegalStateException: No thread-bound request found: Are you referring to request attributes outside of an actual web request?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Beck</title>
		<link>http://www.anyware.co.uk/2005/2008/04/22/authentication-plugin-released/comment-page-1/#comment-76604</link>
		<dc:creator>Justin Beck</dc:creator>
		<pubDate>Mon, 28 Apr 2008 15:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/2008/04/22/authentication-plugin-released/#comment-76604</guid>
		<description>Ha!  Never mind...

This works:  &#039;grails install-plugin authentication 1.0&#039;</description>
		<content:encoded><![CDATA[<p>Ha!  Never mind&#8230;</p>
<p>This works:  &#8216;grails install-plugin authentication 1.0&#8242;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Beck</title>
		<link>http://www.anyware.co.uk/2005/2008/04/22/authentication-plugin-released/comment-page-1/#comment-76603</link>
		<dc:creator>Justin Beck</dc:creator>
		<pubDate>Mon, 28 Apr 2008 15:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/2008/04/22/authentication-plugin-released/#comment-76603</guid>
		<description>I&#039;m using the 1.0.3 SNAPSHOT of Grails and the command &#039;grails install-plugin authentication&#039; doesn&#039;t work for me.

I get this:  Latest release information is not available for plugin &#039;authentication&#039;, specify concrete release to install

Can I download a zip of the plugin from somewhere so I can just install from a local copy?

Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the 1.0.3 SNAPSHOT of Grails and the command &#8216;grails install-plugin authentication&#8217; doesn&#8217;t work for me.</p>
<p>I get this:  Latest release information is not available for plugin &#8216;authentication&#8217;, specify concrete release to install</p>
<p>Can I download a zip of the plugin from somewhere so I can just install from a local copy?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danb</title>
		<link>http://www.anyware.co.uk/2005/2008/04/22/authentication-plugin-released/comment-page-1/#comment-75956</link>
		<dc:creator>danb</dc:creator>
		<pubDate>Wed, 23 Apr 2008 15:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/2008/04/22/authentication-plugin-released/#comment-75956</guid>
		<description>oops... wordpress doesn&#039;t escape &lt; for me... that end of that last comment is:

&quot;not bad for &lt; 30 lines of code! next step is making it role aware and I&#039;ll be golden.&quot;</description>
		<content:encoded><![CDATA[<p>oops&#8230; wordpress doesn&#8217;t escape &lt; for me&#8230; that end of that last comment is:</p>
<p>&#8220;not bad for &lt; 30 lines of code! next step is making it role aware and I&#8217;ll be golden.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danb</title>
		<link>http://www.anyware.co.uk/2005/2008/04/22/authentication-plugin-released/comment-page-1/#comment-75955</link>
		<dc:creator>danb</dc:creator>
		<pubDate>Wed, 23 Apr 2008 15:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/2008/04/22/authentication-plugin-released/#comment-75955</guid>
		<description>Thanks Marc, you might want to make note of that in the docs.. I had no idea :)

After I got the plugin working last night I added a @Secure annotation to my project... now I can tag any controller or controller action method I want to require authentication with @Secure and my filter picks it up and does the auth check... not bad for </description>
		<content:encoded><![CDATA[<p>Thanks Marc, you might want to make note of that in the docs.. I had no idea <img src="http://www.anyware.co.uk/2005/wp-includes/images/smilies/icon_smile.gif?9d7bd4" alt=':)' class='wp-smiley' /> </p>
<p>After I got the plugin working last night I added a @Secure annotation to my project&#8230; now I can tag any controller or controller action method I want to require authentication with @Secure and my filter picks it up and does the auth check&#8230; not bad for</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel Overdijk</title>
		<link>http://www.anyware.co.uk/2005/2008/04/22/authentication-plugin-released/comment-page-1/#comment-75914</link>
		<dc:creator>Marcel Overdijk</dc:creator>
		<pubDate>Wed, 23 Apr 2008 09:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/2008/04/22/authentication-plugin-released/#comment-75914</guid>
		<description>Great plugin. I was working on some OpenID integration for authentication and was also thinking about creating a plugin from it. Your plugin gives me a lot of ideas!</description>
		<content:encoded><![CDATA[<p>Great plugin. I was working on some OpenID integration for authentication and was also thinking about creating a plugin from it. Your plugin gives me a lot of ideas!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Palmer</title>
		<link>http://www.anyware.co.uk/2005/2008/04/22/authentication-plugin-released/comment-page-1/#comment-75906</link>
		<dc:creator>Marc Palmer</dc:creator>
		<pubDate>Wed, 23 Apr 2008 06:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/2008/04/22/authentication-plugin-released/#comment-75906</guid>
		<description>danb: This is a bug in Grails 1.0.2 which fails to make plugin views available at runtime. You need to copy them over for now, sorry.</description>
		<content:encoded><![CDATA[<p>danb: This is a bug in Grails 1.0.2 which fails to make plugin views available at runtime. You need to copy them over for now, sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danb</title>
		<link>http://www.anyware.co.uk/2005/2008/04/22/authentication-plugin-released/comment-page-1/#comment-75882</link>
		<dc:creator>danb</dc:creator>
		<pubDate>Wed, 23 Apr 2008 04:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.anyware.co.uk/2005/2008/04/22/authentication-plugin-released/#comment-75882</guid>
		<description>The only plugin I have used so far is quartz, which has no UI and I&#039;m not sure how that stuff is supposed to work. So forgive me if I&#039;m missing something obvious... but when I install this plugin, I cannot hit http://localhost:8080/myapp/authentication unless I manually copy &quot;authentication/index.jsp&quot; into my project&#039;s &quot;views&quot; dir... once I&#039;ve done that, everything appears to work just fine.

I do end up with the gsp files in &quot;myapp/web-app/plugins/authentication-1.0/grails-app/views&quot; after installation... but that didn&#039;t seem to help much.

thanks!
dan</description>
		<content:encoded><![CDATA[<p>The only plugin I have used so far is quartz, which has no UI and I&#8217;m not sure how that stuff is supposed to work. So forgive me if I&#8217;m missing something obvious&#8230; but when I install this plugin, I cannot hit <a href="http://localhost:8080/myapp/authentication" rel="nofollow">http://localhost:8080/myapp/authentication</a> unless I manually copy &#8220;authentication/index.jsp&#8221; into my project&#8217;s &#8220;views&#8221; dir&#8230; once I&#8217;ve done that, everything appears to work just fine.</p>
<p>I do end up with the gsp files in &#8220;myapp/web-app/plugins/authentication-1.0/grails-app/views&#8221; after installation&#8230; but that didn&#8217;t seem to help much.</p>
<p>thanks!<br />
dan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 7/22 queries in 0.032 seconds using disk: basic

Served from: www.anyware.co.uk @ 2012-02-10 05:02:24 -->
