<?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: Rerouting Spring Security 2 Login Page Through a Spring Controller</title>
	<atom:link href="http://www.mularien.com/blog/2008/11/11/rerouting-spring-security-2-login-page-through-a-spring-controller/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mularien.com/blog/2008/11/11/rerouting-spring-security-2-login-page-through-a-spring-controller/</link>
	<description>Notes by Peter Mularien on Hibernate, Spring, CSS, Java, etc.</description>
	<lastBuildDate>Tue, 27 Jul 2010 22:22:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pmularien</title>
		<link>http://www.mularien.com/blog/2008/11/11/rerouting-spring-security-2-login-page-through-a-spring-controller/comment-page-1/#comment-25490</link>
		<dc:creator>pmularien</dc:creator>
		<pubDate>Fri, 16 Apr 2010 13:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/?p=77#comment-25490</guid>
		<description>@Thomas
That is part of the job of Spring Security. The form ACTION of j_spring_security_check is intercepted by Spring Security, which takes care of all the login stuff.</description>
		<content:encoded><![CDATA[<p>@Thomas<br />
That is part of the job of Spring Security. The form ACTION of j_spring_security_check is intercepted by Spring Security, which takes care of all the login stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.mularien.com/blog/2008/11/11/rerouting-spring-security-2-login-page-through-a-spring-controller/comment-page-1/#comment-25474</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Fri, 16 Apr 2010 02:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/?p=77#comment-25474</guid>
		<description>Okay, where is the Java code that checks the password and logs the user in? Shouldn&#039;t there be code in the controller that reads the username/password and stuffs it into spring-security?</description>
		<content:encoded><![CDATA[<p>Okay, where is the Java code that checks the password and logs the user in? Shouldn&#8217;t there be code in the controller that reads the username/password and stuffs it into spring-security?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristofer</title>
		<link>http://www.mularien.com/blog/2008/11/11/rerouting-spring-security-2-login-page-through-a-spring-controller/comment-page-1/#comment-24544</link>
		<dc:creator>Kristofer</dc:creator>
		<pubDate>Wed, 10 Mar 2010 02:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/?p=77#comment-24544</guid>
		<description>Nice article, I only wish you&#039;d provide the project structure. I have no idea what those intercept-url patterns refer to...</description>
		<content:encoded><![CDATA[<p>Nice article, I only wish you&#8217;d provide the project structure. I have no idea what those intercept-url patterns refer to&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LaSalle</title>
		<link>http://www.mularien.com/blog/2008/11/11/rerouting-spring-security-2-login-page-through-a-spring-controller/comment-page-1/#comment-23714</link>
		<dc:creator>LaSalle</dc:creator>
		<pubDate>Sun, 14 Feb 2010 18:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/?p=77#comment-23714</guid>
		<description>form--action=&#039;/webapp/j_spring_security_check&#039; instead of /j_spring_security_check&#039;</description>
		<content:encoded><![CDATA[<p>form&#8211;action=&#8217;/webapp/j_spring_security_check&#8217; instead of /j_spring_security_check&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LaSalle</title>
		<link>http://www.mularien.com/blog/2008/11/11/rerouting-spring-security-2-login-page-through-a-spring-controller/comment-page-1/#comment-23712</link>
		<dc:creator>LaSalle</dc:creator>
		<pubDate>Sun, 14 Feb 2010 18:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/?p=77#comment-23712</guid>
		<description>Following these instructions I got this to work in 3.0.
Only difference was that I had to use
 in my form rather than just

cheers!!</description>
		<content:encoded><![CDATA[<p>Following these instructions I got this to work in 3.0.<br />
Only difference was that I had to use<br />
 in my form rather than just</p>
<p>cheers!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LaSalle</title>
		<link>http://www.mularien.com/blog/2008/11/11/rerouting-spring-security-2-login-page-through-a-spring-controller/comment-page-1/#comment-23672</link>
		<dc:creator>LaSalle</dc:creator>
		<pubDate>Sun, 14 Feb 2010 00:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/?p=77#comment-23672</guid>
		<description>I tried this in version 3.0, it did not work and then switched to 2.5 -- still getting the same issue.

I get the login page to work , but when I click submit, it seems to be doing nothing?
So my question is -- how does the j_spring_security_check link used in the form work? in this scenario

thanks,
Lasalle</description>
		<content:encoded><![CDATA[<p>I tried this in version 3.0, it did not work and then switched to 2.5 &#8212; still getting the same issue.</p>
<p>I get the login page to work , but when I click submit, it seems to be doing nothing?<br />
So my question is &#8212; how does the j_spring_security_check link used in the form work? in this scenario</p>
<p>thanks,<br />
Lasalle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saved programmer</title>
		<link>http://www.mularien.com/blog/2008/11/11/rerouting-spring-security-2-login-page-through-a-spring-controller/comment-page-1/#comment-14152</link>
		<dc:creator>saved programmer</dc:creator>
		<pubDate>Fri, 05 Jun 2009 13:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/?p=77#comment-14152</guid>
		<description>Absolutely excelent post, you surely saved me some days. Thanks, good luck.</description>
		<content:encoded><![CDATA[<p>Absolutely excelent post, you surely saved me some days. Thanks, good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MattB</title>
		<link>http://www.mularien.com/blog/2008/11/11/rerouting-spring-security-2-login-page-through-a-spring-controller/comment-page-1/#comment-7765</link>
		<dc:creator>MattB</dc:creator>
		<pubDate>Tue, 03 Feb 2009 19:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/?p=77#comment-7765</guid>
		<description>Couldn&#039;t you also specify &lt;code&gt;access=&quot;ROLE_ANONYMOUS&quot;&lt;/code&gt; for login.do? As I understand Spring Security, anonymous users are automatically put in this role.</description>
		<content:encoded><![CDATA[<p>Couldn&#8217;t you also specify <code>access="ROLE_ANONYMOUS"</code> for login.do? As I understand Spring Security, anonymous users are automatically put in this role.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
