<?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: 5 Minute Guide to Spring Security</title>
	<atom:link href="http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/</link>
	<description>Notes by Peter Mularien on Hibernate, Spring, CSS, Java, etc.</description>
	<lastBuildDate>Sun, 05 Sep 2010 11:03:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Vince</title>
		<link>http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/comment-page-2/#comment-29795</link>
		<dc:creator>Vince</dc:creator>
		<pubDate>Fri, 03 Sep 2010 09:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/#comment-29795</guid>
		<description>I have a same problem as Murali, if I wanna make the struts validate before the login perform, how to archieve? I try to use redirect after post way but the j_username &amp; j_password cannot be send through post method. Did anyone have solution for this?</description>
		<content:encoded><![CDATA[<p>I have a same problem as Murali, if I wanna make the struts validate before the login perform, how to archieve? I try to use redirect after post way but the j_username &amp; j_password cannot be send through post method. Did anyone have solution for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin</title>
		<link>http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/comment-page-2/#comment-28246</link>
		<dc:creator>Sachin</dc:creator>
		<pubDate>Thu, 22 Jul 2010 06:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/#comment-28246</guid>
		<description>Sample application is not working for me, Tomcat log shows following error
&lt;code&gt;
[ERROR,ContextLoader,http-8080-1] Context initialization failed
org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [applicationContext-business.xml]; nested exception is java.lang.IllegalArgumentException: Class [org.springframework.ejb.config.JeeNamespaceHandler] does not implement the NamespaceHandler interface
Caused by: 
java.lang.IllegalArgumentException: Class [org.springframework.ejb.config.JeeNamespaceHandler] does not implement the NamespaceHandler interface&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Sample application is not working for me, Tomcat log shows following error<br />
<pre><code>[ERROR,ContextLoader,http-8080-1] Context initialization failed
org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [applicationContext-business.xml]; nested exception is java.lang.IllegalArgumentException: Class [org.springframework.ejb.config.JeeNamespaceHandler] does not implement the NamespaceHandler interface
Caused by: 
java.lang.IllegalArgumentException: Class [org.springframework.ejb.config.JeeNamespaceHandler] does not implement the NamespaceHandler interface</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Blue&#8217;s Blog &#187; Weekly Lifestream for July 18th</title>
		<link>http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/comment-page-2/#comment-28132</link>
		<dc:creator>Eric Blue&#8217;s Blog &#187; Weekly Lifestream for July 18th</dc:creator>
		<pubDate>Mon, 19 Jul 2010 02:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/#comment-28132</guid>
		<description>[...] Shared » 5 Minute Guide to Spring Security – It’s Only Software. [...]</description>
		<content:encoded><![CDATA[<p>[...] Shared » 5 Minute Guide to Spring Security – It’s Only Software. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murali</title>
		<link>http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/comment-page-2/#comment-27440</link>
		<dc:creator>Murali</dc:creator>
		<pubDate>Mon, 28 Jun 2010 09:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/#comment-27440</guid>
		<description>I would like to do form validation before the login check, if everything goes fine the actual login have to perform. how can i go ahead? can anyone help me?</description>
		<content:encoded><![CDATA[<p>I would like to do form validation before the login check, if everything goes fine the actual login have to perform. how can i go ahead? can anyone help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naseer</title>
		<link>http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/comment-page-2/#comment-26836</link>
		<dc:creator>Naseer</dc:creator>
		<pubDate>Fri, 04 Jun 2010 16:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/#comment-26836</guid>
		<description>hi guys, i found this article very useful.. i really appreciate your effort. I sovled most of my issues related to spring security but i have few question todo. 

Here i have an application which is in struts and i injected spring security into it with different roles. now i am intercepting few url&#039;s and delegating it to the appropraite action. but i want to intercept all the url and forward the control to struts-config to forward it to the appropriate action or jsp. please help me. 

thanks 
Naseer</description>
		<content:encoded><![CDATA[<p>hi guys, i found this article very useful.. i really appreciate your effort. I sovled most of my issues related to spring security but i have few question todo. </p>
<p>Here i have an application which is in struts and i injected spring security into it with different roles. now i am intercepting few url&#8217;s and delegating it to the appropraite action. but i want to intercept all the url and forward the control to struts-config to forward it to the appropriate action or jsp. please help me. </p>
<p>thanks<br />
Naseer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bayarja</title>
		<link>http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/comment-page-2/#comment-26800</link>
		<dc:creator>bayarja</dc:creator>
		<pubDate>Thu, 03 Jun 2010 06:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/#comment-26800</guid>
		<description>hi please i need to full source code. i don&#039;t understand i hope you send me example.</description>
		<content:encoded><![CDATA[<p>hi please i need to full source code. i don&#8217;t understand i hope you send me example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sarada</title>
		<link>http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/comment-page-2/#comment-26766</link>
		<dc:creator>sarada</dc:creator>
		<pubDate>Wed, 02 Jun 2010 07:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/#comment-26766</guid>
		<description>I am unable to import the files provided in the jsp page

org.springframework.security.ui.webapp.AuthenticationProcessingFilter

Could you please let me know which jar file i am missing.</description>
		<content:encoded><![CDATA[<p>I am unable to import the files provided in the jsp page</p>
<p>org.springframework.security.ui.webapp.AuthenticationProcessingFilter</p>
<p>Could you please let me know which jar file i am missing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/comment-page-1/#comment-25309</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Thu, 08 Apr 2010 10:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/#comment-25309</guid>
		<description>Guess my code didn&#039;t post.oops

I guess my real question is; how do I use encryption correctly in this tutorial. I get the BadCredentials error because my password in my database is not encrypted and therefore does not match my user entered password encoded by Spring. How should I correctly implement either database encryption of the database pw or configure Spring to encode my database pw so it correctly compares the passwords?

I&#039;d appreciate it if anyone can point me in the right direction.</description>
		<content:encoded><![CDATA[<p>Guess my code didn&#8217;t post.oops</p>
<p>I guess my real question is; how do I use encryption correctly in this tutorial. I get the BadCredentials error because my password in my database is not encrypted and therefore does not match my user entered password encoded by Spring. How should I correctly implement either database encryption of the database pw or configure Spring to encode my database pw so it correctly compares the passwords?</p>
<p>I&#8217;d appreciate it if anyone can point me in the right direction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/comment-page-1/#comment-25299</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Thu, 08 Apr 2010 04:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/#comment-25299</guid>
		<description>I&#039;m having a little trouble with this security configuration (i&#039;m a spring newb). I keep getting a Bad Credentials error. Can anyone help? My config is below.

    
    
		
    	
        
        
        &lt;!-- Configure these elements to secure URIs in your application --&gt;
        
        
        
        
        &lt;!--   --&gt;
       &lt;!--  --&gt;
       &lt;!--  --&gt;
        
        
        
	    
    



	&lt;!-- Configure Authentication mechanism --&gt;
    
    	&lt;!-- SHA-256 values can be produced using &#039;echo -n your_desired_password &#124; sha256sum&#039; (using normal *nix environments) --&gt;
    	
	    	
	        
	            
		        
		    
			
			
		    
    	
	</description>
		<content:encoded><![CDATA[<p>I&#8217;m having a little trouble with this security configuration (i&#8217;m a spring newb). I keep getting a Bad Credentials error. Can anyone help? My config is below.</p>
<p>        <!-- Configure these elements to secure URIs in your application --></p>
<p>        &lt;!&#8211;   &#8211;&gt;<br />
       &lt;!&#8211;  &#8211;&gt;<br />
       &lt;!&#8211;  &#8211;&gt;</p>
<p>	<!-- Configure Authentication mechanism --></p>
<p>    	<!-- SHA-256 values can be produced using 'echo -n your_desired_password | sha256sum' (using normal *nix environments) --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jovan</title>
		<link>http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/comment-page-1/#comment-24969</link>
		<dc:creator>Jovan</dc:creator>
		<pubDate>Thu, 25 Mar 2010 11:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/#comment-24969</guid>
		<description>Great tutorial.
Really helpful - well done!:)
(especially part with logout err, good stuff ;) )</description>
		<content:encoded><![CDATA[<p>Great tutorial.<br />
Really helpful &#8211; well done!:)<br />
(especially part with logout err, good stuff <img src='http://www.mularien.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
]]></content:encoded>
	</item>
</channel>
</rss>
