You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2014/07/19 14:26:15 UTC

svn commit: r1611904 [3/15] - in /wicket/common/site/trunk/_site: ./ 2009/07/30/ 2009/08/21/ 2009/10/12/ 2009/10/24/ 2009/12/13/ 2009/12/21/ 2010/02/01/ 2010/03/05/ 2010/05/03/ 2010/05/24/ 2010/08/04/ 2010/08/11/ 2010/08/24/ 2010/09/09/ 2010/09/17/ 201...

Modified: wicket/common/site/trunk/_site/2012/03/12/wicket-1.5.5-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2012/03/12/wicket-1.5.5-released.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2012/03/12/wicket-1.5.5-released.html (original)
+++ wicket/common/site/trunk/_site/2012/03/12/wicket-1.5.5-released.html Sat Jul 19 12:26:11 2014
@@ -189,21 +189,21 @@
 			<p>This is the fifth maintenance release of the Wicket 1.5.x series. This release brings over 50 bug fixes and improvements.</p>
 
 <ul>
-<li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket-1.5.5">Git tag</a></li>
+  <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket-1.5.5">Git tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12319052">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
 
-<li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12319052">Changelog</a></li>
+<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.5.5<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></div>
 
-<li>To use in Maven:</li>
-</ul>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.5.5<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre></div>
 <ul>
-<li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.5">full distribution</a> (including source)</li>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.5">full distribution</a> (including source)</li>
 </ul>
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2012/03/22/wicket-cve-2012-0047.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2012/03/22/wicket-cve-2012-0047.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2012/03/22/wicket-cve-2012-0047.html (original)
+++ wicket/common/site/trunk/_site/2012/03/22/wicket-cve-2012-0047.html Sat Jul 19 12:26:11 2014
@@ -186,17 +186,27 @@
 
 		<div id="contentbody">
 			<h1>CVE-2012-0047 - Apache Wicket XSS vulnerability via pageMapName request parameter</h1>
-			<p>Vendor: The Apache Software Foundation</p>
+			<p>Severity: Important</p>
 
-<p>Versions Affected: Apache Wicket 1.4.x</p>
+<p>Vendor:
+The Apache Software Foundation</p>
+
+<p>Versions Affected:
+Apache Wicket 1.4.x</p>
 
 <p>Apache Wicket 1.3.x and 1.5.x are not affected</p>
 
-<p>Description: A Cross Site Scripting (XSS) attack is possible by manipulating the value of ‘wicket:pageMapName’ request parameter.</p>
+<p>Description:
+A Cross Site Scripting (XSS) attack is possible by manipulating the
+value of ‘wicket:pageMapName’ request parameter.</p>
+
+<p>Mitigation:
+Upgrade to <a href="http://wicket.apache.org/2012/03/12/wicket-1.4.20-released.html">Apache Wicket 1.4.20</a> or
+<a href="http://wicket.apache.org/2012/03/12/wicket-1.5.5-released.html">Apache Wicket 1.5.5</a></p>
 
-<p>Mitigation: Upgrade to <a href="http://wicket.apache.org/2012/03/12/wicket-1.4.20-released.html">Apache Wicket 1.4.20</a> or <a href="http://wicket.apache.org/2012/03/12/wicket-1.5.5-released.html">Apache Wicket 1.5.5</a></p>
+<p>Credit:
+This issue was discovered by Jens Schenck and Stefan Schmidt.</p>
 
-<p>Credit: This issue was discovered by Jens Schenck and Stefan Schmidt.</p>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2012/03/22/wicket-cve-2012-1089.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2012/03/22/wicket-cve-2012-1089.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2012/03/22/wicket-cve-2012-1089.html (original)
+++ wicket/common/site/trunk/_site/2012/03/22/wicket-cve-2012-1089.html Sat Jul 19 12:26:11 2014
@@ -186,26 +186,45 @@
 
 		<div id="contentbody">
 			<h1>CVE-2012-1089 - Apache Wicket serving of hidden files vulnerability</h1>
-			<p>Vendor: The Apache Software Foundation</p>
+			<p>Severity: Important</p>
 
-<p>Versions Affected: Apache Wicket 1.4.x and 1.5.x</p>
+<p>Vendor:
+The Apache Software Foundation</p>
 
-<p>Description: It is possible to view the content of any file of a web application by using an Url to a Wicket resource which resolves to a ‘null’ package. With such a Url the attacker can request the content of any file by specifying its relative path, i.e. the attacker must know the file name to be able to request it.</p>
+<p>Versions Affected:
+Apache Wicket 1.4.x and 1.5.x</p>
 
-<p>Mitigation: Setup a custom org.apache.wicket.markup.html.IPackageResourceGuard that provides a whitelist of allowed resources. Since versions 1.4.20 and 1.5.5 Apache Wicket uses by default org.apache.wicket.markup.html.SecurePackageResourceGuard with a preconfigured list of allowed file extensions. Either setup SecurePackageResourceGuard with code like:</p>
-<div class='highlight'><pre><code class='java'><span class='kd'>public</span> <span class='kd'>class</span> <span class='nc'>MyApp</span> <span class='kd'>extends</span> <span class='n'>WebApplication</span> <span class='o'>{</span>
-    <span class='kd'>public</span> <span class='kt'>void</span> <span class='nf'>init</span><span class='o'>()</span> <span class='o'>{</span>
-        <span class='kd'>super</span><span class='o'>.</span><span class='na'>init</span><span class='o'>();</span>
-        <span class='n'>SecurePackageResourceGuard</span> <span class='n'>guard</span> <span class='o'>=</span> <span class='k'>new</span> <span class='n'>SecurePackageResourceGuard</span><span class='o'>();</span>
-        <span class='n'>guard</span><span class='o'>.</span><span class='na'>addPattern</span><span class='o'>(...);</span>
-        <span class='n'>guard</span><span class='o'>.</span><span class='na'>addPattern</span><span class='o'>(...);</span>
-        <span class='n'>getResourceSettings</span><span class='o'>().</span><span class='na'>setPackageResourceGuard</span><span class='o'>(</span><span class='n'>guard</span><span class='o'>);</span>
-    <span class='o'>}</span>
-<span class='o'>}</span>
-</code></pre></div>
-<p>or upgrade <a href="http://wicket.apache.org/2012/03/12/wicket-1.4.20-released.html">Apache Wicket 1.4.20</a> or <a href="http://wicket.apache.org/2012/03/12/wicket-1.5.5-released.html">Apache Wicket 1.5.5</a></p>
+<p>Description:
+It is possible to view the content of any file of a web application by
+using an Url to a Wicket resource which resolves to a ‘null’ package.
+With such a Url the attacker can request the content of any file by specifying
+its relative path, i.e. the attacker must know the file name to be able to
+request it.</p>
+
+<p>Mitigation:
+Setup a custom org.apache.wicket.markup.html.IPackageResourceGuard that provides
+a whitelist of allowed resources.
+Since versions 1.4.20 and 1.5.5 Apache Wicket uses by default
+org.apache.wicket.markup.html.SecurePackageResourceGuard with a preconfigured
+list of allowed file extensions.
+Either setup SecurePackageResourceGuard with code like:</p>
+
+<div class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">public</span> <span class="kd">class</span> <span class="nc">MyApp</span> <span class="kd">extends</span> <span class="n">WebApplication</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="kt">void</span> <span class="nf">init</span><span class="o">()</span> <span class="o">{</span>
+        <span class="kd">super</span><span class="o">.</span><span class="na">init</span><span class="o">();</span>
+        <span class="n">SecurePackageResourceGuard</span> <span class="n">guard</span> <span class="o">=</span> <span class="k">new</span> <span class="nf">SecurePackageResourceGuard</span><span class="o">();</span>
+        <span class="n">guard</span><span class="o">.</span><span class="na">addPattern</span><span class="o">(...);</span>
+        <span class="n">guard</span><span class="o">.</span><span class="na">addPattern</span><span class="o">(...);</span>
+        <span class="n">getResourceSettings</span><span class="o">().</span><span class="na">setPackageResourceGuard</span><span class="o">(</span><span class="n">guard</span><span class="o">);</span>
+    <span class="o">}</span>
+<span class="o">}</span></code></pre></div>
+
+<p>or upgrade <a href="http://wicket.apache.org/2012/03/12/wicket-1.4.20-released.html">Apache Wicket 1.4.20</a> or
+<a href="http://wicket.apache.org/2012/03/12/wicket-1.5.5-released.html">Apache Wicket 1.5.5</a></p>
+
+<p>Credit:
+This issue was discovered by Sebastian van Erk.</p>
 
-<p>Credit: This issue was discovered by Sebastian van Erk.</p>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2012/03/26/wicket-6.0.0-beta1-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2012/03/26/wicket-6.0.0-beta1-released.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2012/03/26/wicket-6.0.0-beta1-released.html (original)
+++ wicket/common/site/trunk/_site/2012/03/26/wicket-6.0.0-beta1-released.html Sat Jul 19 12:26:11 2014
@@ -186,26 +186,31 @@
 
 		<div id="contentbody">
 			<h1>Wicket 6.0.0-beta1 released</h1>
-			<p>The Wicket team is proud to announce the first beta release of the Wicket 6.x series. This release brings over many improvements over the 1.5.x series.</p>
+			<p>The Wicket team is proud to announce the first beta release of the Wicket 6.x series.
+This release brings over many improvements over the 1.5.x series.</p>
 
-<p>Check the <a href="https://cwiki.apache.org/confluence/display/WICKET/Wicket+6.0+Roadmap">roadmap</a> with a list of the major goals. And the <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration guide</a> with all major and some minor changes between 1.5.x and 6.x series.</p>
+<p>Check the <a href="https://cwiki.apache.org/confluence/display/WICKET/Wicket+6.0+Roadmap">roadmap</a> with a list of the major goals.
+And the <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration guide</a> with all major and some minor changes between 1.5.x and 6.x series.</p>
 
-<p>The Jira changelog of all closed ticket at <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12319052">Jira</a></p>
+<p>The Jira changelog of all closed ticket at <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12319052">Jira</a></p>
 
 <p>To use it in Maven:</p>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>6.0.0-beta1<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre></div>
+
+<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>6.0.0-beta1<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></div>
+
 <p>If you don’t use dependencies management build tool then you can download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.0.0-beta1">full distribution</a> (including source).</p>
 
-<p>There are no more planned API breaks but if you find something that can be made better now it the time to discuss it! We will try to avoid making any API changes in the Release Candidates that will follow this beta release.</p>
+<p>There are no more planned API breaks but if you find something that can be made better now it the time to discuss it!
+We will try to avoid making any API changes in the Release Candidates that will follow this beta release.</p>
 
 <p>Any feedback about the new features, their implementation and their documentation is very welcome!</p>
 
 <p>The Wicket team!</p>
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2012/05/07/wicket-1.5.6-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2012/05/07/wicket-1.5.6-released.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2012/05/07/wicket-1.5.6-released.html (original)
+++ wicket/common/site/trunk/_site/2012/05/07/wicket-1.5.6-released.html Sat Jul 19 12:26:11 2014
@@ -189,21 +189,21 @@
 			<p>This is the sixth maintenance release of the Wicket 1.5.x series. This release brings over 40 bug fixes and improvements.</p>
 
 <ul>
-<li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.6">Git tag</a></li>
+  <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.6">Git tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12319053">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
 
-<li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12319053">Changelog</a></li>
+<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.5.6<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></div>
 
-<li>To use in Maven:</li>
-</ul>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.5.6<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre></div>
 <ul>
-<li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.6">full distribution</a> (including source)</li>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.6">full distribution</a> (including source)</li>
 </ul>
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2012/05/29/wicket-6.0.0-beta2-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2012/05/29/wicket-6.0.0-beta2-released.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2012/05/29/wicket-6.0.0-beta2-released.html (original)
+++ wicket/common/site/trunk/_site/2012/05/29/wicket-6.0.0-beta2-released.html Sat Jul 19 12:26:11 2014
@@ -186,56 +186,65 @@
 
 		<div id="contentbody">
 			<h1>Wicket 6.0.0-beta2 released</h1>
-			<p>The Wicket team is proud to announce the second beta release of the Wicket 6.x series. This release brings over many improvements over the 1.5.x series.</p>
+			<p>The Wicket team is proud to announce the second beta release of the Wicket 6.x series.
+This release brings over many improvements over the 1.5.x series.</p>
 
-<h3 id="new_and_noteworthy">New and Noteworthy</h3>
+<h3 id="new-and-noteworthy">New and Noteworthy</h3>
 
-<h4 id="wicket_atmosphere">Wicket Atmosphere</h4>
+<h4 id="wicket-atmosphere">Wicket Atmosphere</h4>
 
 <p>The Beta 2 contains a new experimental module Wicket Atmosphere, which brings serverside push to Wicket and provides a great way to render serverside markup and send it to the browsers of your users. Check out the atmosphere example in our Examples project to see it in action.</p>
 
 <p>In your application’s init method you need to register the push event bus:</p>
-<div class='highlight'><pre><code class='java'><span class='k'>new</span> <span class='nf'>EventBus</span><span class='o'>(</span><span class='k'>this</span><span class='o'>);</span>
-</code></pre></div>
+
+<div class="highlight"><pre><code class="language-java" data-lang="java"><span class="k">new</span> <span class="nf">EventBus</span><span class="o">(</span><span class="k">this</span><span class="o">);</span></code></pre></div>
+
 <p>Somewhere where you want to push your changes to the client, you need to publish your event to the push <code>EventBus</code>:</p>
-<div class='highlight'><pre><code class='java'><span class='n'>EventBus</span><span class='o'>.</span><span class='na'>get</span><span class='o'>().</span><span class='na'>post</span><span class='o'>(</span><span class='n'>input</span><span class='o'>.</span><span class='na'>getModelObject</span><span class='o'>());</span>
-</code></pre></div>
+
+<div class="highlight"><pre><code class="language-java" data-lang="java"><span class="n">EventBus</span><span class="o">.</span><span class="na">get</span><span class="o">().</span><span class="na">post</span><span class="o">(</span><span class="n">input</span><span class="o">.</span><span class="na">getModelObject</span><span class="o">());</span></code></pre></div>
+
 <p>And finally you need to subscribe your page (or component) to the <code>EventBus</code>’s events with <code>@Subscribe</code>, taking in the typed parameter you post to the EventBus (in this case a <code>String</code>):</p>
-<div class='highlight'><pre><code class='java'><span class='nd'>@Subscribe</span>
-<span class='kd'>public</span> <span class='kt'>void</span> <span class='nf'>receiveMessage</span><span class='o'>(</span><span class='n'>AjaxRequestTarget</span> <span class='n'>target</span><span class='o'>,</span> <span class='n'>String</span> <span class='n'>message</span><span class='o'>)</span> <span class='o'>{</span>
-	<span class='n'>label</span><span class='o'>.</span><span class='na'>setDefaultModelObject</span><span class='o'>(</span><span class='n'>message</span><span class='o'>);</span>
-	<span class='n'>target</span><span class='o'>.</span><span class='na'>add</span><span class='o'>(</span><span class='n'>label</span><span class='o'>);</span>
-<span class='o'>}</span>
-</code></pre></div>
+
+<div class="highlight"><pre><code class="language-java" data-lang="java"><span class="nd">@Subscribe</span>
+<span class="kd">public</span> <span class="kt">void</span> <span class="nf">receiveMessage</span><span class="o">(</span><span class="n">AjaxRequestTarget</span> <span class="n">target</span><span class="o">,</span> <span class="n">String</span> <span class="n">message</span><span class="o">)</span> <span class="o">{</span>
+	<span class="n">label</span><span class="o">.</span><span class="na">setDefaultModelObject</span><span class="o">(</span><span class="n">message</span><span class="o">);</span>
+	<span class="n">target</span><span class="o">.</span><span class="na">add</span><span class="o">(</span><span class="n">label</span><span class="o">);</span>
+<span class="o">}</span></code></pre></div>
+
 <p>To be able to use Wicket Atmosphere you need to include the following dependency:</p>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket-atmosphere<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>0.1<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre></div>
+
+<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>wicket-atmosphere<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>0.1<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></div>
+
 <p>Please note that this is still experimental.</p>
 
-<h3 id="this_release">This release</h3>
+<h3 id="this-release">This release</h3>
 
-<p>Check the <a href="https://cwiki.apache.org/confluence/display/WICKET/Wicket+6.0+Roadmap">roadmap</a> with a list of the major goals. And the <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration guide</a> with all major and some minor changes between 1.5.x and 6.x series.</p>
+<p>Check the <a href="https://cwiki.apache.org/confluence/display/WICKET/Wicket+6.0+Roadmap">roadmap</a> with a list of the major goals.
+And the <a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration guide</a> with all major and some minor changes between 1.5.x and 6.x series.</p>
 
-<p>The Jira changelog of all closed ticket at <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12320343">Jira</a></p>
+<p>The Jira changelog of all closed ticket at <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12320343">Jira</a></p>
 
 <p>To use it in Maven:</p>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>6.0.0-beta2<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre></div>
+
+<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>6.0.0-beta2<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></div>
+
 <p>If you don’t use a dependencies management build tool then you can download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.0.0-beta2">full distribution</a> (including source).</p>
 
-<p>There are no more planned API breaks but if you find something that can be made better now it the time to discuss it! We will try to avoid making any API changes in the Release Candidates that will follow this beta release.</p>
+<p>There are no more planned API breaks but if you find something that can be made better now it the time to discuss it!
+We will try to avoid making any API changes in the Release Candidates that will follow this beta release.</p>
 
 <p>Any feedback about the new features, their implementation and their documentation is very welcome!</p>
 
 <p>The Wicket team!</p>
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2012/06/04/wicket-1.5.7-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2012/06/04/wicket-1.5.7-released.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2012/06/04/wicket-1.5.7-released.html (original)
+++ wicket/common/site/trunk/_site/2012/06/04/wicket-1.5.7-released.html Sat Jul 19 12:26:11 2014
@@ -189,21 +189,21 @@
 			<p>This is the seventh maintenance release of the Wicket 1.5.x series. This release brings over 26 bug fixes and improvements.</p>
 
 <ul>
-<li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.7">Git tag</a></li>
+  <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.5.7">Git tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12321241">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
 
-<li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12321241">Changelog</a></li>
+<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.5.7<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></div>
 
-<li>To use in Maven:</li>
-</ul>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.5.7<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre></div>
 <ul>
-<li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.7">full distribution</a> (including source)</li>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.7">full distribution</a> (including source)</li>
 </ul>
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2012/06/20/wicket-native-websockets.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2012/06/20/wicket-native-websockets.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2012/06/20/wicket-native-websockets.html (original)
+++ wicket/common/site/trunk/_site/2012/06/20/wicket-native-websockets.html Sat Jul 19 12:26:11 2014
@@ -186,13 +186,17 @@
 
 		<div id="contentbody">
 			<h1>Wicket Native WebSockets support</h1>
-			<p>A new experimental module just landed in Wicket’s Git repository - Wicket Native WebSocket. It provides the support for HTML5 WebSockets in Wicket as the one for Ajax that you may already use in your applications.</p>
+			<p>A new experimental module just landed in Wicket’s Git repository - Wicket Native WebSocket.
+It provides the support for HTML5 WebSockets in Wicket as the one for Ajax that you may already use in your applications.</p>
 
-<p>The full documentation is available at <a href="https://cwiki.apache.org/confluence/x/0vSoAQ">Native WebSocket Wiki</a> A demo application is available at <a href="https://github.com/martin-g/wicket-native-websocket-example">Martin Grigorov’s GitHub</a></p>
+<p>The full documentation is available at <a href="https://cwiki.apache.org/confluence/x/0vSoAQ">Native WebSocket Wiki</a>
+A demo application is available at <a href="https://github.com/martin-g/wicket-native-websocket-example">Martin Grigorov’s GitHub</a></p>
 
-<p>Any feedback about the new module, its implementation and its documentation is very welcome! Just ask your question in Wicket’s mailing lists or IRC channel.</p>
+<p>Any feedback about the new module, its implementation and its documentation is very welcome!
+Just ask your question in Wicket’s mailing lists or IRC channel.</p>
 
 <p>The Wicket team!</p>
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2012/07/16/wicket-6.0.0-beta3-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2012/07/16/wicket-6.0.0-beta3-released.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2012/07/16/wicket-6.0.0-beta3-released.html (original)
+++ wicket/common/site/trunk/_site/2012/07/16/wicket-6.0.0-beta3-released.html Sat Jul 19 12:26:11 2014
@@ -186,29 +186,49 @@
 
 		<div id="contentbody">
 			<h1>Wicket 6.0.0-beta3 released</h1>
-			<p>The Wicket team is proud to announce the third beta release of the Wicket 6.x series. This release is an intermediary release just before we give you 6.0.0 final.</p>
+			<p>The Wicket team is proud to announce the third beta release of
+the Wicket 6.x series. This release is an intermediary release
+just before we give you 6.0.0 final.</p>
 
-<p>There are no more planned API breaks but if you find something that can be made better now it the time to discuss it! The next planned release is 6.0.0 final, so speak now or forever be silenced (or learn to live with it until 7.0.0 comes out).</p>
+<p>There are no more planned API breaks but if you find something
+that can be made better now it the time to discuss it! The
+next planned release is 6.0.0 final, so speak now or forever
+be silenced (or learn to live with it until 7.0.0 comes out).</p>
 
-<p>Any feedback about the new features, their implementation and their documentation is very welcome!</p>
+<p>Any feedback about the new features, their implementation and
+their documentation is very welcome!</p>
 
-<h1 id="new_and_noteworthy_in_600beta3">New and Noteworthy in 6.0.0-beta3</h1>
+<h1 id="new-and-noteworthy-in-600-beta3">New and Noteworthy in 6.0.0-beta3</h1>
 
-<p><strong>NOTA BENE:</strong> the use of modules that are marked experimental, by being part of the sub module ‘wicket-experimental’, are really that: experimental. These modules can change, disappear or blow up your computer without notice and you really use/depend on them at your own risk.</p>
+<p><strong>NOTA BENE:</strong> the use of modules that are marked experimental,
+by being part of the sub module ‘wicket-experimental’, are really
+that: experimental. These modules can change, disappear or blow up
+your computer without notice and you really use/depend on them at
+your own risk.</p>
 
-<h2 id="wicket_native_websockets">Wicket Native Websockets</h2>
+<h2 id="wicket-native-websockets">Wicket Native Websockets</h2>
 
-<p>A new <strong>experimental</strong> module has been added to Wicket 6 - Wicket Native WebSocket. This module adds support for using HTML5 WebSockets as you may use Ajax in your Wicket applications.</p>
+<p>A new <strong>experimental</strong> module has been added to Wicket 6 - Wicket
+Native WebSocket. This module adds support for using HTML5
+WebSockets as you may use Ajax in your Wicket applications.</p>
 
-<p>All you have to do is to add a WebSocketBehavior to your page and from there on you can receive messages from the clients and push messages back to them.</p>
+<p>All you have to do is to add a WebSocketBehavior to your page and from
+there on you can receive messages from the clients and push messages
+back to them.</p>
 
-<p>At <a href="https://cwiki.apache.org/confluence/x/0vSoAQ">our wiki</a> you may find the documentation and a link to a demo application.</p>
+<p>At <a href="https://cwiki.apache.org/confluence/x/0vSoAQ">our wiki</a> you may 
+find the documentation and a link to a demo application.</p>
 
-<p>If something is not clear feel free to ask your question in the mailing lists and we will improve the documentation.</p>
+<p>If something is not clear feel free to ask your question in the
+mailing lists and we will improve the documentation.</p>
 
-<h2 id="wicket_bootstrap">Wicket Bootstrap</h2>
+<h2 id="wicket-bootstrap">Wicket Bootstrap</h2>
 
-<p>The <strong>experimental</strong> modules now contain a new module for integration with Twitter’s Bootstrap. Currently this module only provides a central way of using the Bootstrap resources. In the future we will provide proper components and behaviors for the Bootstrap concepts.</p>
+<p>The <strong>experimental</strong> modules now contain a new module for integration
+with Twitter’s Bootstrap. Currently this module only provides a
+central way of using the Bootstrap resources. In the future we
+will provide proper components and behaviors for the Bootstrap
+concepts.</p>
 
 <p>To use this new <strong>experimental</strong> module, add this to your pom:</p>
 
@@ -216,53 +236,67 @@
     &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
     &lt;artifactId&gt;wicket-bootstrap&lt;/artifactId&gt;
     &lt;version&gt;0.1&lt;/version&gt;
-&lt;/dependency&gt;</code></pre>
+&lt;/dependency&gt;
+</code></pre>
 
-<p>To add Bootstrap support to your pages, add this in the <code>renderHead</code> method:</p>
+<p>To add Bootstrap support to your pages, add this in the <code>renderHead</code>
+method:</p>
 
 <pre><code>@Override
 public void renderHead(IHeaderResponse response) {
     super.renderHead(response);
 
     Bootstrap.renderHead(response);
-}</code></pre>
+}
+</code></pre>
 
-<p>This will render a dependency to the Twitter bootstrap CSS and JS files, including the required dependency to JQuery.</p>
+<p>This will render a dependency to the Twitter bootstrap CSS and JS files,
+including the required dependency to JQuery.</p>
 
-<h2 id="new_wicket_examples">New Wicket Examples</h2>
+<h2 id="new-wicket-examples">New Wicket Examples</h2>
+<p>We have started an effort to revamp the tried and tested Wicket Examples
+and bring them into 2012. The new examples are located in the
+<strong>experimental</strong> module.</p>
 
-<p>We have started an effort to revamp the tried and tested Wicket Examples and bring them into 2012. The new examples are located in the <strong>experimental</strong> module.</p>
-
-<p>It is currently a copy of Twitter Bootstrap’s design but with Wicket specific filling.</p>
+<p>It is currently a copy of Twitter Bootstrap’s design but with Wicket
+specific filling.</p>
 
 <p>You can test the examples by running the</p>
 
-<pre><code>wicket-examples-jar/src/test/java/Start.java</code></pre>
+<pre><code>wicket-examples-jar/src/test/java/Start.java
+</code></pre>
 
 <p>class in the default package.</p>
 
-<p>The examples will feature a component reference with typical use cases, full examples such as Hello, World, and descriptions of the code in play.</p>
-
-<h2 id="wicket_atmosphere">Wicket Atmosphere</h2>
-
-<p>Wicket Atmosphere in the experimental modules has seen an upgrade of the Atmosphere dependency to 1.0.0-beta3. This has caused an incompatibility with Jetty 7.6.3 (used with Wicket and the examples). To mitigate this, you need to override either:</p>
+<p>The examples will feature a component reference with typical use
+cases, full examples such as Hello, World, and descriptions of the
+code in play.</p>
+
+<h2 id="wicket-atmosphere">Wicket Atmosphere</h2>
+
+<p>Wicket Atmosphere in the experimental modules has seen an upgrade of
+the Atmosphere dependency to 1.0.0-beta3. This has caused an
+incompatibility with Jetty 7.6.3 (used with Wicket and the examples). To
+mitigate this, you need to override either:</p>
 
 <ul>
-<li>the dependency on Jetty to 8.1.3 or newer, or</li>
-
-<li>the dependency on Atmosphere to 0.9.5 (0.9.6 and 0.9.7 are broken as well)</li>
+  <li>the dependency on Jetty to 8.1.3 or newer, or</li>
+  <li>the dependency on Atmosphere to 0.9.5 (0.9.6 and 0.9.7 are broken as
+well)</li>
 </ul>
 
-<p>See <a href="https://issues.apache.org/jira/browse/WICKET-4656">WICKET-4656</a> for more information regarding this issue.</p>
+<p>See <a href="https://issues.apache.org/jira/browse/WICKET-4656">WICKET-4656</a> for 
+more information regarding this issue.</p>
 
-<h1 id="this_release">This release</h1>
+<h1 id="this-release">This release</h1>
 
 <ul>
-<li>Check the roadmap with a list of the major goals: <a href="https://cwiki.apache.org/confluence/display/WICKET/Wicket+6.0+Roadmap">6.0 roadmap</a></li>
-
-<li>And the migration guide with all major and some minor changes between 1.5.x and 6.x series: <a href="http://s.apache.org/wicket-6.0-migration">migration guide</a></li>
-
-<li>The Jira changelog of all closed ticket at Jira: <a href="http://s.apache.org/wicket-6.0.0-beta3-changelog">changelog</a></li>
+  <li>Check the roadmap  with a list of the major
+goals: <a href="https://cwiki.apache.org/confluence/display/WICKET/Wicket+6.0+Roadmap">6.0 roadmap</a></li>
+  <li>And the migration guide with all major and some minor changes
+between 1.5.x and 6.x series: <a href="http://s.apache.org/wicket-6.0-migration">migration guide</a></li>
+  <li>The Jira changelog of all closed ticket at
+Jira: <a href="http://s.apache.org/wicket-6.0.0-beta3-changelog">changelog</a></li>
 </ul>
 
 <p>To use it in Maven:</p>
@@ -271,13 +305,17 @@ public void renderHead(IHeaderResponse r
     &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
     &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
     &lt;version&gt;6.0.0-beta3&lt;/version&gt;
-&lt;/dependency&gt;</code></pre>
+&lt;/dependency&gt;
+</code></pre>
 
-<p>If you don’t use a dependencies management build tool then you can download the full distribution (including source) and build from source yourself.</p>
+<p>If you don’t use a dependencies management build tool then you
+can download the full distribution (including source) and build from
+source yourself.</p>
 
 <p>Have fun,</p>
 
 <p>The Wicket team!</p>
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2012/08/24/wicket-1.5.8-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2012/08/24/wicket-1.5.8-released.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2012/08/24/wicket-1.5.8-released.html (original)
+++ wicket/common/site/trunk/_site/2012/08/24/wicket-1.5.8-released.html Sat Jul 19 12:26:11 2014
@@ -189,21 +189,21 @@
 			<p>This is the eighth maintenance release of the Wicket 1.5.x series. This release brings over 45 bug fixes and improvements.</p>
 
 <ul>
-<li><a href="https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket.1.5.8">Git tag</a></li>
+  <li><a href="https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket.1.5.8">Git tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12321662">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
 
-<li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12321662">Changelog</a></li>
+<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.5.8<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></div>
 
-<li>To use in Maven:</li>
-</ul>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.5.8<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre></div>
 <ul>
-<li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.8">full distribution</a> (including source)</li>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.8">full distribution</a> (including source)</li>
 </ul>
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2012/09/05/wicket-1.4.21-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2012/09/05/wicket-1.4.21-released.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2012/09/05/wicket-1.4.21-released.html (original)
+++ wicket/common/site/trunk/_site/2012/09/05/wicket-1.4.21-released.html Sat Jul 19 12:26:11 2014
@@ -186,24 +186,27 @@
 
 		<div id="contentbody">
 			<h1>Wicket 1.4.21 released</h1>
-			<p>This is 21st release of the Wicket 1.4.x series. This is also the last release of the 1.4.x series, rounding up the remaining bugfixes. No further releases will happen in this branch.</p>
+			<p>This is 21st release of the Wicket 1.4.x series. This is also the last release of the 1.4.x series, rounding up the remaining
+bugfixes. No further
+releases will happen in this branch.</p>
 
 <ul>
-<li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket-1.4.21">Git tag</a></li>
+  <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket-1.4.21">Git tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12320171">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
 
-<li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12320171">Changelog</a></li>
+<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>wicket<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.4.21<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></div>
 
-<li>To use in Maven:</li>
-</ul>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.4.21<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre></div>
 <ul>
-<li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.21">full distribution</a> (including source)</li>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.21">full distribution</a> (including source)</li>
 </ul>
+
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2012/09/05/wicket-6.0.0-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2012/09/05/wicket-6.0.0-released.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2012/09/05/wicket-6.0.0-released.html (original)
+++ wicket/common/site/trunk/_site/2012/09/05/wicket-6.0.0-released.html Sat Jul 19 12:26:11 2014
@@ -187,25 +187,21 @@
 		<div id="contentbody">
 			<h1>Apache Wicket v6.0.0 released</h1>
 			<blockquote>
-<p>“With great pleasure we announce the availability of Apache Wicket 6.0.0”</p>
+  <p>“With great pleasure we announce the availability of Apache Wicket 6.0.0”</p>
 
-<p>– Martijn Dashorst, Vice President, Apache Wicket</p>
+  <p>– Martijn Dashorst, Vice President, Apache Wicket </p>
 </blockquote>
 
-<p>Apache Wicket v6.0.0 is the 6th major release of the popular open source Java web framework. Numerous enhancements make Apache Wicket v6.0.0 a solid choice for web development:</p>
+<p>Apache Wicket v6.0.0 is the 6th major release of the popular open source Java web framework. Numerous enhancements make Apache Wicket v6.0.0 a solid choice for web
+development:</p>
 
 <ul>
-<li>Out-of-the box JQuery integration</li>
-
-<li>Complete control over AJAX requests</li>
-
-<li>Improved event registration in browsers</li>
-
-<li>Support for large datasets in components</li>
-
-<li>Dependency management for client side javascript libraries</li>
-
-<li>Experimental support for websockets</li>
+  <li>Out-of-the box JQuery integration </li>
+  <li>Complete control over AJAX requests</li>
+  <li>Improved event registration in browsers</li>
+  <li>Support for large datasets in components</li>
+  <li>Dependency management for client side javascript libraries</li>
+  <li>Experimental support for websockets</li>
 </ul>
 
 <p>This release is available from the <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.0.0">usual download location (wicket-6.0.0)</a>, or available through the Maven Central repository.</p>
@@ -234,11 +230,12 @@
 
 <p>The complete set of changes is available in the migration guide at <a href="http://s.apache.org/wicket-6.0-migration">http://s.apache.org/wicket-6.0-migration</a></p>
 
-<h3 id="availability_and_oversight">Availability and Oversight</h3>
+<h3 id="availability-and-oversight">Availability and Oversight</h3>
 
 <p>As with all Apache products, Apache Wicket v6.0.0 is released under the Apache License v2.0, and is overseen by a self-selected team of active contributors to the project. A Project Management Committee (PMC) guides the Project’s day-to-day operations, including community development and product releases. Apache Wicket source code, documentation, and related resources are available at http://wicket.apache.org/</p>
 
 <p>“Apache”, “Wicket”, “Apache Wicket”, and “ApacheCon” are trademarks of The Apache Software Foundation. All other brands and trademarks are the property of their respective owners.</p>
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2012/09/06/cve-2012-3373.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2012/09/06/cve-2012-3373.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2012/09/06/cve-2012-3373.html (original)
+++ wicket/common/site/trunk/_site/2012/09/06/cve-2012-3373.html Sat Jul 19 12:26:11 2014
@@ -186,17 +186,28 @@
 
 		<div id="contentbody">
 			<h1>CVE-2012-3373 - Apache Wicket XSS vulnerability</h1>
-			<p>Vendor: The Apache Software Foundation</p>
+			<p>Severity: Important</p>
 
-<p>Versions Affected: Apache Wicket 1.4.x and 1.5.x</p>
+<p>Vendor:
+The Apache Software Foundation</p>
 
-<p>Description: It is possible to inject JavaScript statements into an ajax link by adding an encoded null byte to a URL pointing to a Wicket app. This could be done by sending a legitimate user a manipulated URL and tricking the user into clicking on it.</p>
+<p>Versions Affected:
+Apache Wicket 1.4.x and 1.5.x</p>
 
-<p>This vulnerability is fixed in <a href="https://wicket.apache.org/2012/09/05/wicket-1.4.21-released.html">Apache Wicket 1.4.21</a> and <a href="https://wicket.apache.org/2012/08/24/wicket-1.5.8-released.html">Apache Wicket 1.5.8</a>.</p>
+<p>Description:
+It is possible to inject JavaScript statements into an ajax link by adding an
+encoded null byte to a URL pointing to a Wicket app. This could be done by sending a
+legitimate user a manipulated URL and tricking the user into clicking on it.</p>
+
+<p>This vulnerability is fixed in 
+<a href="https://wicket.apache.org/2012/09/05/wicket-1.4.21-released.html">Apache Wicket 1.4.21</a> and
+<a href="https://wicket.apache.org/2012/08/24/wicket-1.5.8-released.html">Apache Wicket 1.5.8</a>.</p>
 
 <p><a href="https://wicket.apache.org/2012/09/05/wicket-6.0.0-released.html">Apache Wicket 6.0.0</a> is not affected.</p>
 
-<p>Credit: This issue was reported by Thomas Heigl.</p>
+<p>Credit:
+This issue was reported by Thomas Heigl.</p>
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2012/10/04/wicket-6.1.0-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2012/10/04/wicket-6.1.0-released.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2012/10/04/wicket-6.1.0-released.html (original)
+++ wicket/common/site/trunk/_site/2012/10/04/wicket-6.1.0-released.html Sat Jul 19 12:26:11 2014
@@ -190,48 +190,50 @@
 
 <p>This release marks the first maintenance release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0.</p>
 
-<h3 id="new_and_noteworthy">New and noteworthy</h3>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
 
 <p>Wicket CDI has been integrated as a core module, and can be used to manage conversations in your Wicket application with ease.</p>
 
 <p>Wicket Experimental:</p>
 
 <ul>
-<li>Wicket Bootstrap has been upgraded to 2.1.1</li>
-
-<li>Several issues with Wicket Atmosphere have been resolved</li>
+  <li>Wicket Bootstrap has been upgraded to 2.1.1</li>
+  <li>Several issues with Wicket Atmosphere have been resolved</li>
 </ul>
 
-<h3 id="known_issues">Known issues</h3>
+<h3 id="known-issues">Known issues</h3>
 
 <p>This release has two known issues, which will be solved shortly in 6.1.1 and 6.2.0:</p>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4789">WICKET-4789</a> The way URLs are encoded was changed (WICKET-4645) and now the first request (with ;jsessionid in path) generates invalid internal links.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4759">WICKET-4759</a> FilterForm/FilterToolbar don’t work when there’s more than one IColumn to be filtered</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4789">WICKET-4789</a>
+The way URLs are encoded was changed (WICKET-4645) and now the first 
+request (with ;jsessionid in path) generates invalid internal links.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4759">WICKET-4759</a>
+FilterForm/FilterToolbar don’t work when there’s more than one IColumn to 
+be filtered</li>
 </ul>
 
 <p>Any other issues will be released in 6.2.0</p>
 
-<h3 id="using_this_release">Using this release</h3>
+<h3 id="using-this-release">Using this release</h3>
 
 <p>With Apache Maven update your dependency to (and don’t forget to update any other dependencies on Wicket projects to the same version):</p>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>6.1.0<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre></div>
+
+<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>6.1.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></div>
+
 <p>Or download and build the distribution yourself, or use our convenience binary package:</p>
 
 <ul>
-<li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.1.0">6.1.0 sources</a></li>
-
-<li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.1.0/binaries">6.1.0 binaries</a></li>
+  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.1.0">6.1.0 sources</a></li>
+  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.1.0/binaries">6.1.0 binaries</a></li>
 </ul>
 
-<h3 id="upgrading_from_earlier_versions">Upgrading from earlier versions</h3>
+<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
 
 <p>If you upgrade from 6.0.0, this release is a drop in replacement. If you come from a version prior to 6.0.0, please read our <a href="http://s.apache.org/wicket-6.0-migration">Wicket 6 migration guide</a> found at http://s.apache.org/wicket-6.0-migration</p>
 
@@ -239,93 +241,64 @@
 
 <p>— The Wicket team</p>
 
-<h3 id="release_notes__wicket__version_610">Release Notes - Wicket - Version 6.1.0</h3>
+<h3 id="release-notes---wicket---version-610">Release Notes - Wicket - Version 6.1.0</h3>
 
-<h4 id="squashed_bugs">Squashed bugs</h4>
+<h4 id="squashed-bugs">Squashed bugs</h4>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4645">WICKET-4645</a> - encodeURL broken on Tomcat 7.0.28</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4656">WICKET-4656</a> - Atmosphere example doesn't work due to missing 'page' when creating AjaxRequestTarget</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4729">WICKET-4729</a> - atmosphere example will stop working if opening the same url in a different tab in the same browser</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4732">WICKET-4732</a> - CssPackageResource doesn't work if the extension isn't css</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4734">WICKET-4734</a> - Button value is double escaped</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4735">WICKET-4735</a> - KittenCaptchaPanel is broken</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4737">WICKET-4737</a> - IllegalStateException on WicketFilter.init() after calling setFilterPath()</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4738">WICKET-4738</a> - DownloadLink doesn't wrap the String model used for file name nor does it detach</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4741">WICKET-4741</a> - Only complete handler (no success or failure handler) is called when Ajax link produces an exception</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4742">WICKET-4742</a> - Wicket 6 and Atmospher Integration: AtmosphereServlet does not delegate WicketFilter for Error Pages .</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4743">WICKET-4743</a> - SerializingObjectSizeOfStrategy do not use framework serializer</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4749">WICKET-4749</a> - TabbedPanel - IModel&lt;?&gt; initModel()</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4750">WICKET-4750</a> - AbstractDefaultAjaxBehavior.getCallbackFunction should not add the event attribute</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4751">WICKET-4751</a> - UploadProgressBar regression</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4753">WICKET-4753</a> - Resource bundles are not resolved on PriorityHeaderItems</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4755">WICKET-4755</a> - &quot;'NEW VALUE' is not a valid Serializable&quot; error during ajax form submission</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4757">WICKET-4757</a> - FormComponents remain invalid forever if there is no feedback panel</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4758">WICKET-4758</a> - DOM ids change of the input fields of FilterToolbar</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4760">WICKET-4760</a> - JavaScriptStripper fails with single line comments</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4761">WICKET-4761</a> - ModalWindow.closeCurrent Javascript error</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4763">WICKET-4763</a> - Page's stateless hint is initially set to 'false'</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4766">WICKET-4766</a> - multiple &amp;lt;style&amp;gt; tags in header are rendered incorrectly</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4768">WICKET-4768</a> - Whitespace in TabbedPanel markup causes layout issues</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4770">WICKET-4770</a> - Wicket 6: modal windows in Safari are always in drag or resize mode</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4773">WICKET-4773</a> - ComponentFeedbackPanel broken under Wicket 6.0.0 when RenderStrategy.REDIRECT_TO_RENDER</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4775">WICKET-4775</a> - PageParameters#mergeWith may loose values of the 'other' PP</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4780">WICKET-4780</a> - Using both MountedMapper and CryptoMapper causes warning</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4645">WICKET-4645</a> - encodeURL broken on Tomcat 7.0.28</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4656">WICKET-4656</a> - Atmosphere example doesn't work due to missing 'page' when creating AjaxRequestTarget</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4729">WICKET-4729</a> - atmosphere example will stop working if opening the same url in a different tab in the same browser</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4732">WICKET-4732</a> - CssPackageResource doesn't work if the extension isn't css</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4734">WICKET-4734</a> - Button value is double escaped</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4735">WICKET-4735</a> - KittenCaptchaPanel is broken</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4737">WICKET-4737</a> - IllegalStateException on WicketFilter.init() after calling setFilterPath()</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4738">WICKET-4738</a> - DownloadLink doesn't wrap the String model used for file name nor does it detach</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4741">WICKET-4741</a> - Only complete handler (no success or failure handler) is called when Ajax link produces an exception</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4742">WICKET-4742</a> - Wicket 6 and Atmospher Integration:  AtmosphereServlet does not delegate WicketFilter for Error Pages .</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4743">WICKET-4743</a> - SerializingObjectSizeOfStrategy do not use framework serializer</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4749">WICKET-4749</a> - TabbedPanel - IModel&lt;?&gt; initModel()</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4750">WICKET-4750</a> - AbstractDefaultAjaxBehavior.getCallbackFunction should not add the event attribute</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4751">WICKET-4751</a> - UploadProgressBar regression</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4753">WICKET-4753</a> - Resource bundles are not resolved on PriorityHeaderItems</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4755">WICKET-4755</a> - "'NEW VALUE' is not a valid Serializable" error during ajax form submission</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4757">WICKET-4757</a> - FormComponents remain invalid forever if there is no feedback panel</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4758">WICKET-4758</a> - DOM ids change of the input fields of FilterToolbar</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4760">WICKET-4760</a> - JavaScriptStripper fails with single line comments</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4761">WICKET-4761</a> - ModalWindow.closeCurrent Javascript error</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4763">WICKET-4763</a> - Page's stateless hint is initially set to 'false'</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4766">WICKET-4766</a> - multiple &amp;lt;style&amp;gt; tags in header are rendered incorrectly</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4768">WICKET-4768</a> - Whitespace in TabbedPanel markup causes layout issues</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4770">WICKET-4770</a> - Wicket 6: modal windows in Safari are always in drag or resize mode</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4773">WICKET-4773</a> - ComponentFeedbackPanel broken under Wicket 6.0.0 when RenderStrategy.REDIRECT_TO_RENDER</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4775">WICKET-4775</a> - PageParameters#mergeWith may loose values of the 'other' PP</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4780">WICKET-4780</a> - Using both MountedMapper and CryptoMapper causes warning</li>
 </ul>
 
 <h4 id="improvement">Improvement</h4>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4730">WICKET-4730</a> - Filter component does not clear filter fields</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4731">WICKET-4731</a> - TimeField not able to work with a java.sql.Time</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4736">WICKET-4736</a> - JavaScriptFilteredIntoFooterHeaderResponse should reverse filter logic</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4745">WICKET-4745</a> - Allow to set initial state of DebugBar to expanded / collapsed</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4746">WICKET-4746</a> - Wizard component translation for pt_BR</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4748">WICKET-4748</a> - Improve WicketTester to be able to find AjaxBehaviors on second/third/… event name</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4730">WICKET-4730</a> - Filter component does not clear filter fields</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4731">WICKET-4731</a> - TimeField not able to work with a java.sql.Time</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4736">WICKET-4736</a> - JavaScriptFilteredIntoFooterHeaderResponse should reverse filter logic</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4745">WICKET-4745</a> - Allow to set initial state of DebugBar to expanded / collapsed</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4746">WICKET-4746</a> - Wizard component translation for pt_BR</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4748">WICKET-4748</a> - Improve WicketTester to be able to find AjaxBehaviors on second/third/… event name</li>
 </ul>
 
-<h4 id="new_feature">New Feature</h4>
+<h4 id="new-feature">New Feature</h4>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/WICKET-3969">WICKET-3969</a> - Add CDI integration</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-3969">WICKET-3969</a> - Add CDI integration</li>
 </ul>
 
 <h4 id="task">Task</h4>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4781">WICKET-4781</a> - Downgrade the warning that a rendering falls back to redirect_to_buffer to a DEBUG</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4781">WICKET-4781</a> - Downgrade the warning that a rendering falls back to redirect_to_buffer to a DEBUG</li>
 </ul>
+
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2012/10/08/wicket-6.1.1-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2012/10/08/wicket-6.1.1-released.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2012/10/08/wicket-6.1.1-released.html (original)
+++ wicket/common/site/trunk/_site/2012/10/08/wicket-6.1.1-released.html Sat Jul 19 12:26:11 2014
@@ -188,44 +188,53 @@
 			<h1>Apache Wicket 6.1.1 released</h1>
 			<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.1.1!</p>
 
-<p>This release marks the first patch release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.1.0 and 6.0.0.</p>
+<p>This release marks the first patch release of Wicket 6. Starting with Wicket 
+6 we use semantic versioning for the future development of Wicket, and as
+such no API breaks are present in this release compared to 6.1.0 and 6.0.0.</p>
 
 <p>This release fixes two bugs in 6.1.0:</p>
 
 <p><a href="https://issues.apache.org/jira/browse/WICKET-4789">WICKET-4789</a></p>
 
-<p>The way URLs are encoded was changed (WICKET-4645) and now the first request (with ;jsessionid in path) generates invalid internal links.</p>
+<p>The way URLs are encoded was changed (WICKET-4645) and now the first
+request (with ;jsessionid in path) generates invalid internal links.</p>
 
 <p><a href="https://issues.apache.org/jira/browse/WICKET-4759">WICKET-4759</a></p>
 
-<p>FilterForm/FilterToolbar don’t work when there’s more than one IColumn to be filtered</p>
+<p>FilterForm/FilterToolbar don’t work when there’s more than one IColumn
+to be filtered</p>
 
 <p>Any other issues will be released in 6.2.0</p>
 
-<h2 id="using_this_release">Using this release</h2>
+<h2 id="using-this-release">Using this release</h2>
 
-<p>With Apache Maven update your dependency to (and don’t forget to update any other dependencies on Wicket projects to the same version):</p>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>6.1.1<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre></div>
-<p>Or download and build the distribution yourself, or use our convenience binary package</p>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
 
-<ul>
-<li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.1.1">http://www.apache.org/dyn/closer.cgi/wicket/6.1.1</a></li>
+<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>6.1.1<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></div>
+
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
 
-<li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.1.1/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.1.1/binaries</a></li>
+<ul>
+  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.1.1">http://www.apache.org/dyn/closer.cgi/wicket/6.1.1</a></li>
+  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.1.1/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.1.1/binaries</a></li>
 </ul>
 
-<h2 id="upgrading_from_earlier_versions">Upgrading from earlier versions</h2>
+<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
 
-<p>If you upgrade from 6.0.0 or 6.1.0, this release is a drop in replacement. If you come from a version prior to 6.0.0, please read our Wicket 6 migration guide found at <a href="http://s.apache.org/wicket-6.0-migration">http://s.apache.org/wicket-6.0-migration</a></p>
+<p>If you upgrade from 6.0.0 or 6.1.0, this release is a drop in 
+replacement. If you come from a version prior to 6.0.0, please 
+read our Wicket 6 migration guide found at <a href="http://s.apache.org/wicket-6.0-migration">http://s.apache.org/wicket-6.0-migration</a></p>
 
 <p>Have fun!</p>
 
 <p>— The Wicket team</p>
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2012/10/23/wicket-6.2.0-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2012/10/23/wicket-6.2.0-released.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2012/10/23/wicket-6.2.0-released.html (original)
+++ wicket/common/site/trunk/_site/2012/10/23/wicket-6.2.0-released.html Sat Jul 19 12:26:11 2014
@@ -188,128 +188,108 @@
 			<h1>Apache Wicket 6.2.0 released</h1>
 			<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.2.0!</p>
 
-<p>This release marks the second minor release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0.</p>
+<p>This release marks the second minor release of Wicket 6. Starting
+with Wicket 6 we use semantic versioning for the future development of
+Wicket, and as such no API breaks are present in this release compared
+to 6.0.0.</p>
+
+<h2 id="new-and-noteworthy">New and noteworthy</h2>
+
+<p>SerializableChecker has been made easier to extend. It is now much easier
+to add your own checks at serialization time. For example, check whether your
+LoadableDetachableModels are detached, or no Hibernate entities are referenced
+directly from your component tree, etc.</p>
+
+<p>For the full changelog see the release notes attached to the end of
+this announcement.</p>
+
+<h2 id="using-this-release">Using this release</h2>
+
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+
+<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>6.2.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></div>
 
-<h2 id="new_and_noteworthy">New and noteworthy</h2>
-
-<p>SerializableChecker has been made easier to extend. It is now much easier to add your own checks at serialization time. For example, check whether your LoadableDetachableModels are detached, or no Hibernate entities are referenced directly from your component tree, etc.</p>
-
-<p>For the full changelog see the release notes attached to the end of this announcement.</p>
-
-<h2 id="using_this_release">Using this release</h2>
-
-<p>With Apache Maven update your dependency to (and don’t forget to update any other dependencies on Wicket projects to the same version):</p>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>6.2.0<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre></div>
-<p>Or download and build the distribution yourself, or use our convenience binary package</p>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
 
 <ul>
-<li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.2.0">http://www.apache.org/dyn/closer.cgi/wicket/6.2.0</a></li>
-
-<li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.2.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.2.0/binaries</a></li>
+  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.2.0">http://www.apache.org/dyn/closer.cgi/wicket/6.2.0</a></li>
+  <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.2.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.2.0/binaries</a></li>
 </ul>
 
-<h2 id="upgrading_from_earlier_versions">Upgrading from earlier versions</h2>
+<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
 
-<p>If you upgrade from 6.0.0 or 6.1.0, this release is a drop in replacement. If you come from a version prior to 6.0.0, please read our Wicket 6 migration guide found at <a href="http://s.apache.org/wicket-6.0-migration">http://s.apache.org/wicket-6.0-migration</a></p>
+<p>If you upgrade from 6.0.0 or 6.1.0, this release is a drop in 
+replacement. If you come from a version prior to 6.0.0, please 
+read our Wicket 6 migration guide found at <a href="http://s.apache.org/wicket-6.0-migration">http://s.apache.org/wicket-6.0-migration</a></p>
 
 <p>Have fun!</p>
 
 <p>— The Wicket team</p>
 
-<h3 id="release_notes__wicket__version_620">Release Notes - Wicket - Version 6.2.0</h3>
+<h3 id="release-notes---wicket---version-620">Release Notes - Wicket - Version 6.2.0</h3>
 
-<h4 id="subtask">Sub-task</h4>
+<h4 id="sub-task">Sub-task</h4>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4752">WICKET-4752</a> - Revert Wicket-4715 -Read multipart request params in WebApplication</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4752">WICKET-4752</a> - Revert Wicket-4715 -Read multipart request params in WebApplication</li>
 </ul>
 
 <h4 id="bug">Bug</h4>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4587">WICKET-4587</a> - URLRenderer renderFullUrl</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4589">WICKET-4589</a> - Closing <code>&lt;/wicket:container&gt;</code> tag is incorrectly setup as autocomponent</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4756">WICKET-4756</a> - AtmosphereWebRequest should return true on calls to #isAjax()</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4759">WICKET-4759</a> - FilterForm/FilterToolbar don’t work when there’s more than one IColumn to be filtered</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4769">WICKET-4769</a> - Clicking on Label of Radio doesn’t update component with Ajax update</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4771">WICKET-4771</a> - Submitting value filled in DropDownChoice fails when tinymce textarea is on the page</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4776">WICKET-4776</a> - Problems with switching between HTTP/HTTPS</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4777">WICKET-4777</a> - JavaScriptReference escapes given URL</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4786">WICKET-4786</a> - AjaxTabbedPanel doesn’t include constructor with model</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4787">WICKET-4787</a> - Registering resource bundles with duplicate resource references gives an NPE</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4788">WICKET-4788</a> - FilteringHeaderResponse does not unwrap PriorityHeaderItems for filtering</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4789">WICKET-4789</a> - URL rendering regression</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4791">WICKET-4791</a> - UploadProgressBar hides immediately after being shown.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4792">WICKET-4792</a> - wickettester#startcomponent(component) doesn’t call oninitialize</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4794">WICKET-4794</a> - RfcCompliantEmailAddressValidator error message not defined</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4796">WICKET-4796</a> - DatePickerTest fails because of java inconsistensy on localizing March german shortname Mrz vs Mär</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4797">WICKET-4797</a> - CheckBoxMultipleChoice loses state</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4801">WICKET-4801</a> - BaseWicketTester.executeAjaxEvent only fires one of multiple behaviors bound to a given event</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4806">WICKET-4806</a> - AjaxEditableChoiceLabel won’t close select onblur</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4810">WICKET-4810</a> - CLONE - BaseWicketTester.clickLink() does not work with a ResourceLink with ResourceReference</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4816">WICKET-4816</a> - Handling of semicolons in form action URLs</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4818">WICKET-4818</a> - NullPointerException while reading the POST parameters</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4820">WICKET-4820</a> - Race condition in ResourceSettings: getResourceWatcher() is not thread safe</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4822">WICKET-4822</a> - Wicket.Event.add requires Wicket.$, but wicket-ajax-jquery is not listed as a dependency</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4824">WICKET-4824</a> - Redirect to HTTPS is using wrong port 80 if HttpsConfig with default ports 80/443 is used</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4587">WICKET-4587</a> - URLRenderer renderFullUrl</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4589">WICKET-4589</a> - Closing <code>&lt;/wicket:container&gt;</code> tag is incorrectly setup as autocomponent</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4756">WICKET-4756</a> - AtmosphereWebRequest should return true on calls to #isAjax()</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4759">WICKET-4759</a> - FilterForm/FilterToolbar don’t work when there’s more than one IColumn to be filtered</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4769">WICKET-4769</a> - Clicking on Label of Radio doesn’t update component with Ajax update</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4771">WICKET-4771</a> - Submitting value filled in DropDownChoice fails when tinymce textarea is on the page</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4776">WICKET-4776</a> - Problems with switching between HTTP/HTTPS</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4777">WICKET-4777</a> - JavaScriptReference escapes given URL</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4786">WICKET-4786</a> - AjaxTabbedPanel doesn’t include constructor with model</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4787">WICKET-4787</a> - Registering resource bundles with duplicate resource references gives an NPE</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4788">WICKET-4788</a> - FilteringHeaderResponse does not unwrap PriorityHeaderItems for filtering</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4789">WICKET-4789</a> - URL rendering regression</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4791">WICKET-4791</a> - UploadProgressBar hides immediately after being shown.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4792">WICKET-4792</a> - wickettester#startcomponent(component) doesn’t call oninitialize</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4794">WICKET-4794</a> - RfcCompliantEmailAddressValidator error message not defined</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4796">WICKET-4796</a> - DatePickerTest fails because of java inconsistensy on localizing March german shortname Mrz vs Mär</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4797">WICKET-4797</a> - CheckBoxMultipleChoice loses state</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4801">WICKET-4801</a> - BaseWicketTester.executeAjaxEvent only fires one of multiple behaviors bound to a given event</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4806">WICKET-4806</a> - AjaxEditableChoiceLabel won’t close select onblur</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4810">WICKET-4810</a> - CLONE - BaseWicketTester.clickLink() does not work with a ResourceLink with ResourceReference</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4816">WICKET-4816</a> - Handling of semicolons in form action URLs</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4818">WICKET-4818</a> - NullPointerException while reading the POST parameters</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4820">WICKET-4820</a> - Race condition in ResourceSettings: getResourceWatcher() is not thread safe</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4822">WICKET-4822</a> - Wicket.Event.add requires Wicket.$, but wicket-ajax-jquery is not listed as a dependency</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4824">WICKET-4824</a> - Redirect to HTTPS is using wrong port 80 if HttpsConfig with default ports 80/443 is used</li>
 </ul>
 
 <h4 id="improvement">Improvement</h4>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4160">WICKET-4160</a> - Make AbstractAutoCompleteRenderer.renderHeader() and .renderFooter() non-final</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4772">WICKET-4772</a> - DataTable API and handling of AbstractToolbar</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4778">WICKET-4778</a> - Add factory methods to JavaScriptHeaderItem to create a deferred JavaScript header item.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4798">WICKET-4798</a> - Make IteratorFilter.onFilter protected</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4804">WICKET-4804</a> - Add #setStatus(int) in AbstractResource.ResourceResponse</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4808">WICKET-4808</a> - WebClientInfo.getRemoteAddr() handling “Forwarded-For” value tokens not being ip addresses</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4812">WICKET-4812</a> - Make SerializationChecker easier for extending so custom checks can be added to it</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4160">WICKET-4160</a> - Make AbstractAutoCompleteRenderer.renderHeader() and .renderFooter() non-final</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4772">WICKET-4772</a> - DataTable API and handling of AbstractToolbar</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4778">WICKET-4778</a> - Add factory methods to JavaScriptHeaderItem to create a deferred JavaScript header item.</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4798">WICKET-4798</a> - Make IteratorFilter.onFilter protected</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4804">WICKET-4804</a> - Add #setStatus(int) in AbstractResource.ResourceResponse</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4808">WICKET-4808</a> - WebClientInfo.getRemoteAddr() handling “Forwarded-For” value tokens not being ip addresses</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4812">WICKET-4812</a> - Make SerializationChecker easier for extending so custom checks can be added to it</li>
 </ul>
 
-<h4 id="new_feature">New Feature</h4>
+<h4 id="new-feature">New Feature</h4>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4793">WICKET-4793</a> - Support Jetty 9.x websocket implementation</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4802">WICKET-4802</a> - Add functionality to be able to export DataTable content</li>
-
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4815">WICKET-4815</a> - Interface to mark components with type safe models</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4793">WICKET-4793</a> - Support Jetty 9.x websocket implementation</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4802">WICKET-4802</a> - Add functionality to be able to export DataTable content</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-4815">WICKET-4815</a> - Interface to mark components with type safe models</li>
 </ul>
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2012/11/09/wicket-1.5.9-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2012/11/09/wicket-1.5.9-released.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2012/11/09/wicket-1.5.9-released.html (original)
+++ wicket/common/site/trunk/_site/2012/11/09/wicket-1.5.9-released.html Sat Jul 19 12:26:11 2014
@@ -189,21 +189,21 @@
 			<p>This is the nineth maintenance release of the Wicket 1.5.x series. This release brings over 48 bug fixes and improvements.</p>
 
 <ul>
-<li><a href="https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket.1.5.9">Git tag</a></li>
+  <li><a href="https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/release/wicket.1.5.9">Git tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12322962">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
 
-<li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12322962">Changelog</a></li>
+<div class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.5.9<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></div>
 
-<li>To use in Maven:</li>
-</ul>
-<div class='highlight'><pre><code class='xml'><span class='nt'>&lt;dependency&gt;</span>
-    <span class='nt'>&lt;groupId&gt;</span>org.apache.wicket<span class='nt'>&lt;/groupId&gt;</span>
-    <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span class='nt'>&lt;/artifactId&gt;</span>
-    <span class='nt'>&lt;version&gt;</span>1.5.9<span class='nt'>&lt;/version&gt;</span>
-<span class='nt'>&lt;/dependency&gt;</span>
-</code></pre></div>
 <ul>
-<li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.9">full distribution</a> (including source)</li>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.9">full distribution</a> (including source)</li>
 </ul>
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>