<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DocDoku &#187; JSP</title>
	<atom:link href="http://www.docdoku.com/blog/competence/jsp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.docdoku.com</link>
	<description>Innovation, Conseil, Réalisation et Formation IT</description>
	<lastBuildDate>Thu, 02 Feb 2012 12:04:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Authentification par formulaire en jsp</title>
		<link>http://www.docdoku.com/blog/2006/02/23/authentification-par-formulaire-en-jsp/</link>
		<comments>http://www.docdoku.com/blog/2006/02/23/authentification-par-formulaire-en-jsp/#comments</comments>
		<pubDate>Thu, 23 Feb 2006 15:22:42 +0000</pubDate>
		<dc:creator>Florent Garin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JSP]]></category>

		<guid isPermaLink="false">http://www.docdoku.com/?p=1057</guid>
		<description><![CDATA[La spec jsp prévoit la possibilité de définir une page html pour l&#8217;authentification en lieu et place de la popup de logging du navigateur. Pour cela, il suffit de concevoir un formulaire comme ceci : form method="post" action="j_security"&#62; &#60;input type="text" name="j_username"/&#62; &#60;input type="password" name="j_password"/&#62; &#60;/form&#62; Parfait, il est donc possible de personnaliser la fenêtre de [...]]]></description>
		<wfw:commentRss>http://www.docdoku.com/blog/2006/02/23/authentification-par-formulaire-en-jsp/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

