<?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: Secure single sign on (SSO) for JForum</title>
	<atom:link href="http://blog.smartkey.co.uk/2009/10/secure-sso-for-jforum/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smartkey.co.uk/2009/10/secure-sso-for-jforum/</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 10:28:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daniel</title>
		<link>http://blog.smartkey.co.uk/2009/10/secure-sso-for-jforum/comment-page-1/#comment-522</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 27 Nov 2011 16:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartkey.co.uk/?p=225#comment-522</guid>
		<description>For those wondering what happened to jforum - I don&#039;t know, but there&#039;s a version at Google code that seems to be maintained and documented:
http://code.google.com/p/jforum2/</description>
		<content:encoded><![CDATA[<p>For those wondering what happened to jforum &#8211; I don&#8217;t know, but there&#8217;s a version at Google code that seems to be maintained and documented:<br />
<a href="http://code.google.com/p/jforum2/" rel="nofollow">http://code.google.com/p/jforum2/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben</title>
		<link>http://blog.smartkey.co.uk/2009/10/secure-sso-for-jforum/comment-page-1/#comment-498</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Mon, 18 Jul 2011 21:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartkey.co.uk/?p=225#comment-498</guid>
		<description>Thanks, it works for me.</description>
		<content:encoded><![CDATA[<p>Thanks, it works for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Neal</title>
		<link>http://blog.smartkey.co.uk/2009/10/secure-sso-for-jforum/comment-page-1/#comment-89</link>
		<dc:creator>Steve Neal</dc:creator>
		<pubDate>Sun, 07 Nov 2010 17:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartkey.co.uk/?p=225#comment-89</guid>
		<description>I&#039;ve had a closer look at this and it looks like the problem is that the cookie has not been set properly. Make sure your code that does it the same as shown in the examples above. i.e.:

Cookie c = new Cookie(SecurityTools.FORUM_COOKIE_NAME, encryptedData)

Do you have extra quotes anywhere that are messing up the cookie for example? Or are your browser settings preventing the cookie from being passed - are you using a localhost URL for example? 

Good luck - Steve.
 
&lt;blockquote&gt;
&lt;a href=&quot;#comment-86&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;Steve Neal:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 I can’t tell from this – sorry.
&lt;blockquote&gt;
&lt;a href=&quot;#comment-84&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;FabioMiranda:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
Hey, I’m getting the following error:
URL is: /MyContext/forums/list.page?null
17:29:47,265 ERROR [ExceptionWriter] java.lang.NullPointerException
	at uk.co.smartkey.jforumsecuresso.JForumSecureSSO.isSessionValid(JForumSecureSSO.java:59)
I can login into one app and when I try to open jforum the above error is throw by jboss.
Do you have any clue?
Thanks!
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had a closer look at this and it looks like the problem is that the cookie has not been set properly. Make sure your code that does it the same as shown in the examples above. i.e.:</p>
<p>Cookie c = new Cookie(SecurityTools.FORUM_COOKIE_NAME, encryptedData)</p>
<p>Do you have extra quotes anywhere that are messing up the cookie for example? Or are your browser settings preventing the cookie from being passed &#8211; are you using a localhost URL for example? </p>
<p>Good luck &#8211; Steve.</p>
<blockquote><p>
<a href="#comment-86" rel="nofollow"><br />
<strong><em>Steve Neal:</em></strong><br />
</a><br />
 I can’t tell from this – sorry.</p>
<blockquote><p>
<a href="#comment-84" rel="nofollow"><br />
<strong><em>FabioMiranda:</em></strong><br />
</a><br />
Hey, I’m getting the following error:<br />
URL is: /MyContext/forums/list.page?null<br />
17:29:47,265 ERROR [ExceptionWriter] java.lang.NullPointerException<br />
	at uk.co.smartkey.jforumsecuresso.JForumSecureSSO.isSessionValid(JForumSecureSSO.java:59)<br />
I can login into one app and when I try to open jforum the above error is throw by jboss.<br />
Do you have any clue?<br />
Thanks!
</p></blockquote>
</blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Neal</title>
		<link>http://blog.smartkey.co.uk/2009/10/secure-sso-for-jforum/comment-page-1/#comment-86</link>
		<dc:creator>Steve Neal</dc:creator>
		<pubDate>Mon, 18 Oct 2010 19:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartkey.co.uk/?p=225#comment-86</guid>
		<description>I can&#039;t tell from this - sorry.
&lt;blockquote&gt;
&lt;a href=&quot;#comment-84&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;FabioMiranda:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 &lt;p&gt;Hey, I’m getting the following error:&lt;/p&gt;
&lt;p&gt;URL is: /MyContext/forums/list.page?null&lt;br&gt;
17:29:47,265 ERROR [ExceptionWriter] java.lang.NullPointerException&lt;br&gt;
	at uk.co.smartkey.jforumsecuresso.JForumSecureSSO.isSessionValid(JForumSecureSSO.java:59)&lt;/p&gt;
&lt;p&gt;I can login into one app and when I try to open jforum the above error is throw by jboss.&lt;/p&gt;
&lt;p&gt;Do you have any clue?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>I can&#8217;t tell from this &#8211; sorry.</p>
<blockquote><p>
<a href="#comment-84" rel="nofollow"><br />
<strong><em>FabioMiranda:</em></strong><br />
</a></p>
<p>Hey, I’m getting the following error:</p>
<p>URL is: /MyContext/forums/list.page?null<br />
17:29:47,265 ERROR [ExceptionWriter] java.lang.NullPointerException<br />
	at uk.co.smartkey.jforumsecuresso.JForumSecureSSO.isSessionValid(JForumSecureSSO.java:59)</p>
<p>I can login into one app and when I try to open jforum the above error is throw by jboss.</p>
<p>Do you have any clue?</p>
<p>Thanks!</p>
</blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: FabioMiranda</title>
		<link>http://blog.smartkey.co.uk/2009/10/secure-sso-for-jforum/comment-page-1/#comment-84</link>
		<dc:creator>FabioMiranda</dc:creator>
		<pubDate>Wed, 13 Oct 2010 20:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartkey.co.uk/?p=225#comment-84</guid>
		<description>Hey, I&#039;m getting the following error:

URL is: /MyContext/forums/list.page?null
17:29:47,265 ERROR [ExceptionWriter] java.lang.NullPointerException
	at uk.co.smartkey.jforumsecuresso.JForumSecureSSO.isSessionValid(JForumSecureSSO.java:59)

I can login into one app and when I try to open jforum the above error is throw by jboss.

Do you have any clue?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hey, I&#8217;m getting the following error:</p>
<p>URL is: /MyContext/forums/list.page?null<br />
17:29:47,265 ERROR [ExceptionWriter] java.lang.NullPointerException<br />
	at uk.co.smartkey.jforumsecuresso.JForumSecureSSO.isSessionValid(JForumSecureSSO.java:59)</p>
<p>I can login into one app and when I try to open jforum the above error is throw by jboss.</p>
<p>Do you have any clue?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Neal</title>
		<link>http://blog.smartkey.co.uk/2009/10/secure-sso-for-jforum/comment-page-1/#comment-83</link>
		<dc:creator>Steve Neal</dc:creator>
		<pubDate>Wed, 13 Oct 2010 07:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartkey.co.uk/?p=225#comment-83</guid>
		<description>Sadly it does appear to have tailed off there. It&#039;s a shame as its a neat project! Just needs a little TLC I think.
&lt;blockquote&gt;
&lt;a href=&quot;#comment-82&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;Slavko Glisic:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 Thanks Steve. Just want to ask one question: what happened to JForum community? It seems as it doesn’t exist anymore
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Sadly it does appear to have tailed off there. It&#8217;s a shame as its a neat project! Just needs a little TLC I think.</p>
<blockquote><p>
<a href="#comment-82" rel="nofollow"><br />
<strong><em>Slavko Glisic:</em></strong><br />
</a><br />
 Thanks Steve. Just want to ask one question: what happened to JForum community? It seems as it doesn’t exist anymore
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slavko Glisic</title>
		<link>http://blog.smartkey.co.uk/2009/10/secure-sso-for-jforum/comment-page-1/#comment-82</link>
		<dc:creator>Slavko Glisic</dc:creator>
		<pubDate>Tue, 12 Oct 2010 11:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartkey.co.uk/?p=225#comment-82</guid>
		<description>Thanks Steve. Just want to ask one question: what happened to JForum community? It seems as it doesn&#039;t exist anymore</description>
		<content:encoded><![CDATA[<p>Thanks Steve. Just want to ask one question: what happened to JForum community? It seems as it doesn&#8217;t exist anymore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: willy</title>
		<link>http://blog.smartkey.co.uk/2009/10/secure-sso-for-jforum/comment-page-1/#comment-80</link>
		<dc:creator>willy</dc:creator>
		<pubDate>Thu, 16 Sep 2010 19:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartkey.co.uk/?p=225#comment-80</guid>
		<description>hey Steve
everything is fine now  thanks.
for those who want to know: 
u can forbid anonymous to post messages by setting restrictions for users and user groups at the admin panel

regards</description>
		<content:encoded><![CDATA[<p>hey Steve<br />
everything is fine now  thanks.<br />
for those who want to know:<br />
u can forbid anonymous to post messages by setting restrictions for users and user groups at the admin panel</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Neal</title>
		<link>http://blog.smartkey.co.uk/2009/10/secure-sso-for-jforum/comment-page-1/#comment-79</link>
		<dc:creator>Steve Neal</dc:creator>
		<pubDate>Thu, 16 Sep 2010 18:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartkey.co.uk/?p=225#comment-79</guid>
		<description>&lt;blockquote&gt;
&lt;a href=&quot;#comment-76&quot; rel=&quot;nofollow&quot;&gt;
&lt;strong&gt;&lt;em&gt;willy:&lt;/em&gt;&lt;/strong&gt;
&lt;/a&gt;
 sorry i forgot  to say thanks for ur work
thanks a lot it helps me a lot
keep up the good work   :wink
&lt;/blockquote&gt;
You&#039;re welcome, glad to see you found the jar file.</description>
		<content:encoded><![CDATA[<blockquote><p>
<a href="#comment-76" rel="nofollow"><br />
<strong><em>willy:</em></strong><br />
</a><br />
 sorry i forgot  to say thanks for ur work<br />
thanks a lot it helps me a lot<br />
keep up the good work   :wink
</p></blockquote>
<p>You&#8217;re welcome, glad to see you found the jar file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: willy</title>
		<link>http://blog.smartkey.co.uk/2009/10/secure-sso-for-jforum/comment-page-1/#comment-76</link>
		<dc:creator>willy</dc:creator>
		<pubDate>Wed, 15 Sep 2010 21:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartkey.co.uk/?p=225#comment-76</guid>
		<description>sorry i forgot  to say thanks for ur work
thanks a lot it helps me a lot 
keep up the good work   :wink</description>
		<content:encoded><![CDATA[<p>sorry i forgot  to say thanks for ur work<br />
thanks a lot it helps me a lot<br />
keep up the good work   :wink</p>
]]></content:encoded>
	</item>
</channel>
</rss>

