<?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: Configuring spring security</title>
	<atom:link href="http://www.codercorp.com/blog/spring/security-spring/configuring-spring-security.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codercorp.com/blog/spring/security-spring/configuring-spring-security.html</link>
	<description>Everything java</description>
	<lastBuildDate>Wed, 28 Jul 2010 18:37:29 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: juniorsatanas</title>
		<link>http://www.codercorp.com/blog/spring/security-spring/configuring-spring-security.html/comment-page-1#comment-631</link>
		<dc:creator>juniorsatanas</dc:creator>
		<pubDate>Thu, 15 Jul 2010 23:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=79#comment-631</guid>
		<description>show post !</description>
		<content:encoded><![CDATA[<p>show post !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: angus</title>
		<link>http://www.codercorp.com/blog/spring/security-spring/configuring-spring-security.html/comment-page-1#comment-609</link>
		<dc:creator>angus</dc:creator>
		<pubDate>Sun, 28 Feb 2010 11:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=79#comment-609</guid>
		<description>could you release a complete war file for testing?</description>
		<content:encoded><![CDATA[<p>could you release a complete war file for testing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.codercorp.com/blog/spring/security-spring/configuring-spring-security.html/comment-page-1#comment-562</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 01 Dec 2009 21:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=79#comment-562</guid>
		<description>Sweet post.  I&#039;m setting up Spring 3.0 + Spring Security right now and this article is sorely missing from their documentation.  Thanks!</description>
		<content:encoded><![CDATA[<p>Sweet post.  I&#8217;m setting up Spring 3.0 + Spring Security right now and this article is sorely missing from their documentation.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basha</title>
		<link>http://www.codercorp.com/blog/spring/security-spring/configuring-spring-security.html/comment-page-1#comment-495</link>
		<dc:creator>Basha</dc:creator>
		<pubDate>Sun, 09 Aug 2009 02:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=79#comment-495</guid>
		<description>Hi

I am new to spring security and followed all the above steps to configure, but I am always getting login.jsp resource not available error. Please tell me what could be the issue here. Here are my configurations and thanks in advance.

web.xml
-------
 

    contextConfigLocation
     
          /WEB-INF/applicationContext-jdbc.xml
          /WEB-INF/applicationContext-security.xml
     

 

        springSecurityFilterChain
        org.springframework.web.filter.DelegatingFilterProxy



      springSecurityFilterChain
      /*


applicationContext-security.xml
-------------------------------
 

  
  
  
</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I am new to spring security and followed all the above steps to configure, but I am always getting login.jsp resource not available error. Please tell me what could be the issue here. Here are my configurations and thanks in advance.</p>
<p>web.xml<br />
&#8212;&#8212;-</p>
<p>    contextConfigLocation</p>
<p>          /WEB-INF/applicationContext-jdbc.xml<br />
          /WEB-INF/applicationContext-security.xml</p>
<p>        springSecurityFilterChain<br />
        org.springframework.web.filter.DelegatingFilterProxy</p>
<p>      springSecurityFilterChain<br />
      /*</p>
<p>applicationContext-security.xml<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Géza</title>
		<link>http://www.codercorp.com/blog/spring/security-spring/configuring-spring-security.html/comment-page-1#comment-493</link>
		<dc:creator>Géza</dc:creator>
		<pubDate>Thu, 06 Aug 2009 01:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=79#comment-493</guid>
		<description>The XML-code is not displayed. Check for example section 2.2.2. in the spring sec reference included in the download.</description>
		<content:encoded><![CDATA[<p>The XML-code is not displayed. Check for example section 2.2.2. in the spring sec reference included in the download.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Géza</title>
		<link>http://www.codercorp.com/blog/spring/security-spring/configuring-spring-security.html/comment-page-1#comment-492</link>
		<dc:creator>Géza</dc:creator>
		<pubDate>Wed, 05 Aug 2009 22:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=79#comment-492</guid>
		<description>Download Spring Security and Spring MVC. Add all of the jars in their lib folders to your project.

Then follow the first steps of this article here: modify your web.xml and create security-applicationContext.xml. For  I advise first a some data written directly into the security-applicationContext.xml file:

  
    
      
      
    
  

At this point you can try your project. If it works, the you can go on with database user service, custom login page and so on.</description>
		<content:encoded><![CDATA[<p>Download Spring Security and Spring MVC. Add all of the jars in their lib folders to your project.</p>
<p>Then follow the first steps of this article here: modify your web.xml and create security-applicationContext.xml. For  I advise first a some data written directly into the security-applicationContext.xml file:</p>
<p>At this point you can try your project. If it works, the you can go on with database user service, custom login page and so on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurav Arora</title>
		<link>http://www.codercorp.com/blog/spring/security-spring/configuring-spring-security.html/comment-page-1#comment-462</link>
		<dc:creator>Gaurav Arora</dc:creator>
		<pubDate>Wed, 06 May 2009 17:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=79#comment-462</guid>
		<description>By plugin do you mena libraries to your netbeans project? I&#039;m sorry, I have always used eclipse so not really aware of the netbeans terminology.</description>
		<content:encoded><![CDATA[<p>By plugin do you mena libraries to your netbeans project? I&#8217;m sorry, I have always used eclipse so not really aware of the netbeans terminology.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.codercorp.com/blog/spring/security-spring/configuring-spring-security.html/comment-page-1#comment-458</link>
		<dc:creator>john</dc:creator>
		<pubDate>Tue, 05 May 2009 22:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=79#comment-458</guid>
		<description>I&#039;m using NetBeans IDE and I&#039;m having a problem using Spring Security and Flow. I installed the Spring MVC 2.5 plug-in, but it doesn&#039;t include Security or Flow. I downloaded the Spring-Security.zip from sourceforge.net, and tried to add it to my libraries,but it doesn&#039;t work. Can you please tell me how to add Security and Flow to my plug-in in NetBeans 6.5? Is there a plug in with everything that I can add to NetBeans?
Thank you &gt; John</description>
		<content:encoded><![CDATA[<p>I&#8217;m using NetBeans IDE and I&#8217;m having a problem using Spring Security and Flow. I installed the Spring MVC 2.5 plug-in, but it doesn&#8217;t include Security or Flow. I downloaded the Spring-Security.zip from sourceforge.net, and tried to add it to my libraries,but it doesn&#8217;t work. Can you please tell me how to add Security and Flow to my plug-in in NetBeans 6.5? Is there a plug in with everything that I can add to NetBeans?<br />
Thank you &gt; John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurav Arora</title>
		<link>http://www.codercorp.com/blog/spring/security-spring/configuring-spring-security.html/comment-page-1#comment-447</link>
		<dc:creator>Gaurav Arora</dc:creator>
		<pubDate>Wed, 22 Apr 2009 10:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=79#comment-447</guid>
		<description>Yes, thats correct, you must add that line to redirect to a specific page. But spring security also has some default options. I remember why I didn&#039;t add the default-target-url, it&#039;s because my page name was the same as the default one.</description>
		<content:encoded><![CDATA[<p>Yes, thats correct, you must add that line to redirect to a specific page. But spring security also has some default options. I remember why I didn&#8217;t add the default-target-url, it&#8217;s because my page name was the same as the default one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leithold</title>
		<link>http://www.codercorp.com/blog/spring/security-spring/configuring-spring-security.html/comment-page-1#comment-445</link>
		<dc:creator>leithold</dc:creator>
		<pubDate>Wed, 22 Apr 2009 10:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=79#comment-445</guid>
		<description>Hi. First off thanks so much for these articles. they really help me a lot in trying to make spring-security work on my app. i was wondering though, in your configuration, what page does the app direct you to when the log-in is successfull? i was thinking maybe you forgor to add the 
default-target-url=&#039;/successfulLogin.htm&#039; in the form-login?</description>
		<content:encoded><![CDATA[<p>Hi. First off thanks so much for these articles. they really help me a lot in trying to make spring-security work on my app. i was wondering though, in your configuration, what page does the app direct you to when the log-in is successfull? i was thinking maybe you forgor to add the<br />
default-target-url=&#8217;/successfulLogin.htm&#8217; in the form-login?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
