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 [7/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/2014/02/06/cve-2013-2055.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2014/02/06/cve-2013-2055.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2014/02/06/cve-2013-2055.html (original)
+++ wicket/common/site/trunk/_site/2014/02/06/cve-2013-2055.html Sat Jul 19 12:26:11 2014
@@ -186,32 +186,36 @@
 
 		<div id="contentbody">
 			<h1>CVE-2013-2055 - Apache Wicket Information disclosure vulnerability</h1>
-			<p>Vendor: The Apache Software Foundation</p>
+			<p>Severity: Important</p>
 
-<p>Versions Affected: Apache Wicket 1.4.22, 1.5.10 and 6.7.0</p>
+<p>Vendor:
+The Apache Software Foundation</p>
 
-<p>Description: It is possible to make Wicket deliver the HTML templates in their raw/non-processed form. An attacker could see any sensitive information in the part of the HTML template that is usually ignored during rendering. For example if there is sensitive information before or after the Wicket Panel/Border’s markup:</p>
-<div class='highlight'><pre><code class='xml'>something sensitive here 1
-<span class='nt'>&lt;wicket:panel&gt;</span>
-   real application code
-<span class='nt'>&lt;/wicket:panel&gt;</span>
-something sensitive here 2
-</code></pre></div>
-<p>Usually Wicket will render only the “real application code” part but by exploiting this vulnerability an attacker can see also the code with the sensitive information.</p>
+<p>Versions Affected:
+Apache Wicket 1.4.22, 1.5.10 and 6.7.0</p>
 
-<p>The application developers are recommended to upgrade to:</p>
+<p>Description:
+It is possible to make Wicket deliver the HTML templates in their raw/non-processed form.
+An attacker could see any sensitive information in the part of the HTML template that is usually ignored during rendering.
+For example if there is sensitive information before or after the Wicket Panel/Border’s markup:</p>
 
-<ul>
-<li><a href="/2014/02/06/wicket-1.4.23-released.html">Apache Wicket 1.4.23</a></li>
+<div class="highlight"><pre><code class="language-xml" data-lang="xml">something sensitive here 1
+<span class="nt">&lt;wicket:panel&gt;</span>
+   real application code
+<span class="nt">&lt;/wicket:panel&gt;</span>
+something sensitive here 2</code></pre></div>
 
-<li><a href="/2014/02/06/wicket-1.5.11-released.html">Apache Wicket 1.5.11</a></li>
+<p>Usually Wicket will render only the “real application code” part but by exploiting this vulnerability an attacker can see also the code with the sensitive information.</p>
 
-<li><a href="/2013/05/17/wicket-6.8.0-released.html">Apache Wicket 6.8.0</a></li>
-</ul>
+<p>The application developers are recommended to upgrade to: 
+- <a href="/2014/02/06/wicket-1.4.23-released.html">Apache Wicket 1.4.23</a>
+- <a href="/2014/02/06/wicket-1.5.11-released.html">Apache Wicket 1.5.11</a>
+- <a href="/2013/05/17/wicket-6.8.0-released.html">Apache Wicket 6.8.0</a></p>
 
 <p>and/or to remove any sensitive information in the HTML templates.</p>
 
 <p>Apache Wicket Team</p>
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2014/02/06/wicket-1.4.23-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2014/02/06/wicket-1.4.23-released.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2014/02/06/wicket-1.4.23-released.html (original)
+++ wicket/common/site/trunk/_site/2014/02/06/wicket-1.4.23-released.html Sat Jul 19 12:26:11 2014
@@ -186,22 +186,24 @@
 
 		<div id="contentbody">
 			<h1>Wicket 1.4.23 released</h1>
-			<p>This is twenty thirdth release of the Wicket 1.4.x series. This is a security bugfix release on the 1.4.x branch. Read <a href="/2014/02/06/cve-2013-2055.html">CVE-2013-2055</a> for more information.</p>
+			<p>This is twenty thirdth release of the Wicket 1.4.x series. This is a security bugfix release on the 1.4.x branch.
+Read <a href="/2014/02/06/cve-2013-2055.html">CVE-2013-2055</a> for more information.</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.4.23">Git tag</a></li>
-
-<li>To use in Maven:</li>
+  <li><a href="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/tags/wicket-1.4.23">Git tag</a></li>
+  <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.23<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<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.4.23<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.23">full distribution</a> (including source)</li>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.23">full distribution</a> (including source)</li>
 </ul>
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2014/02/06/wicket-1.5.11-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2014/02/06/wicket-1.5.11-released.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2014/02/06/wicket-1.5.11-released.html (original)
+++ wicket/common/site/trunk/_site/2014/02/06/wicket-1.5.11-released.html Sat Jul 19 12:26:11 2014
@@ -189,21 +189,21 @@
 			<p>This is the eleventh maintenance release of the Wicket 1.5.x series. This release brings over 34 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/wicket-1.5.11">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/wicket-1.5.11">Git tag</a></li>
+  <li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&amp;version=12324069">Changelog</a></li>
+  <li>To use in Maven:</li>
+</ul>
 
-<li><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&version=12324069">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.11<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.11<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.11">full distribution</a> (including source)</li>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">full distribution</a> (including source)</li>
 </ul>
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2014/02/20/wicket-6.14.0-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2014/02/20/wicket-6.14.0-released.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2014/02/20/wicket-6.14.0-released.html (original)
+++ wicket/common/site/trunk/_site/2014/02/20/wicket-6.14.0-released.html Sat Jul 19 12:26:11 2014
@@ -188,57 +188,59 @@
 			<h1>Apache Wicket 6.14.0 released</h1>
 			<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.14.0!</p>
 
-<p>This release marks the fourteenth 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 fourteenth 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>
 
-<h3 id="new_and_noteworthy">New and noteworthy</h3>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
 
 <p>This release fixes 34 bugs and adds the following improvements:</p>
 
 <ul>
-<li>JQuery upgraded from 1.10.2 to 1.11.0</li>
-
-<li>Fix for <a href="/2014/02/21/cve-2014-0043.html">CVE-2014-0043</a></li>
+  <li>JQuery upgraded from 1.10.2 to 1.11.0</li>
+  <li>Fix for <a href="/2014/02/21/cve-2014-0043.html">CVE-2014-0043</a></li>
+  <li>Wicket Session may not be saved in the SessionStore (Http Session) under some conditions and lead to lost state</li>
+  <li>Update classes copied from commons-fileupload to fix CVE-2014-0050</li>
+  <li>Allow &lt;script&gt; tags to have children components to be able to use client side templating</li>
+</ul>
 
-<li>Wicket Session may not be saved in the SessionStore (Http Session) under some conditions and lead to lost state</li>
+<h3 id="using-this-release">Using this release</h3>
 
-<li>Update classes copied from commons-fileupload to fix CVE-2014-0050</li>
+<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>
 
-<li>Allow &lt;script&gt; tags to have children components to be able to use client side templating</li>
-</ul>
+<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.14.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></div>
 
-<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.14.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>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.14.0">http://www.apache.org/dyn/closer.cgi/wicket/6.14.0</a></li>
-
-<li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.14.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.14.0/binaries</a></li>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.14.0">http://www.apache.org/dyn/closer.cgi/wicket/6.14.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.14.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.14.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.y.z 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</p>
+<p>If you upgrade from 6.y.z 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</p>
 
 <ul>
-<li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
 </ul>
 
 <p>Have fun!</p>
 
 <p>— The Wicket team</p>
 
-<h3 id="release_notes__wicket__version_6140">Release Notes - Wicket - Version 6.14.0</h3>
+<h3 id="release-notes---wicket---version-6140">Release Notes - Wicket - Version 6.14.0</h3>
 
 <h4 id="bug">Bug</h4>
-
 <pre><code>* [WICKET-4697] - Autolinking not working as soon as component gets a wicket:id
 * [WICKET-5043] - Page not mounted with WebApplication#mountPackage
 * [WICKET-5449] - Missing chapter 2 is causing off-by-one page names in the guides URL links
@@ -246,8 +248,8 @@
 * [WICKET-5462] - Ajax form-component-label repainting fails when setResponsePage() is used to navigate away from the page that has previously failed form validaiton
 * [WICKET-5464] - AbstractAjaxTimerBehavior does not work in combination with Wizards
 * [WICKET-5466] - ListenerInterfaceRequestHandler#respond throws ComponentNotFoundException as a side-effect
-* [WICKET-5467] - NumberTextField should support &quot;any&quot; as valid step attribute value
-* [WICKET-5468] - UrlRenderer#renderRelativeUrl potentially appends &quot;/&quot; after query parameters
+* [WICKET-5467] - NumberTextField should support "any" as valid step attribute value
+* [WICKET-5468] - UrlRenderer#renderRelativeUrl potentially appends "/" after query parameters
 * [WICKET-5469] - ModalWindow unload warning always displayed (even if window is closed)
 * [WICKET-5472] - PackageResource#internalGetResourceStream() should return ProcessingResourceStream only when the resource is existing
 * [WICKET-5473] - Wicket does not handle non in-memory Httpsessions correctly
@@ -263,25 +265,27 @@
 * [WICKET-5497] - NPE in JsonUtils when the value is null
 * [WICKET-5499] - Page is not touched during initialization
 * [WICKET-5500] - Ignore the path parameters when reading the page class
-* [WICKET-5502] - Patch FileUploadBase to fix CVE-2014-0050</code></pre>
+* [WICKET-5502] - Patch FileUploadBase to fix CVE-2014-0050
+</code></pre>
 
 <h4 id="improvement">Improvement</h4>
-
 <pre><code>* [WICKET-5288] - Allow &amp;lt;script&amp;gt;-Tags act as WebMarkUpContainer to add Child-Components
 * [WICKET-5439] - Allow restarting AbstractAjaxTimerBehavior without updating its hosting component
 * [WICKET-5463] - RequestUtil.getCharset(HttpServletRequest request) Resilience against unsupported Charsets in Request
 * [WICKET-5470] - Remove 'final' from org.apache.wicket.markup.html.form.EnumChoiceRenderer#getDisplayValue
 * [WICKET-5471] - Store the page if it is known that it will be used in a following request
-* [WICKET-5493] - Disable jar indexing</code></pre>
-
-<h4 id="new_feature">New Feature</h4>
+* [WICKET-5493] - Disable jar indexing
+</code></pre>
 
-<pre><code>* [WICKET-3491] - Introduce IComponentOnConfigureListener</code></pre>
+<h4 id="new-feature">New Feature</h4>
+<pre><code>* [WICKET-3491] - Introduce IComponentOnConfigureListener
+</code></pre>
 
 <h4 id="task">Task</h4>
-
 <pre><code>* [WICKET-5488] - Promote experimental modules to become stable
-* [WICKET-5494] - Upgrade JQuery to latest stable - 1.11.0 and 2.1.0</code></pre>
+* [WICKET-5494] - Upgrade JQuery to latest stable - 1.11.0 and 2.1.0
+</code></pre>
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2014/02/21/cve-2014-0043.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2014/02/21/cve-2014-0043.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2014/02/21/cve-2014-0043.html (original)
+++ wicket/common/site/trunk/_site/2014/02/21/cve-2014-0043.html Sat Jul 19 12:26:11 2014
@@ -186,25 +186,27 @@
 
 		<div id="contentbody">
 			<h1>CVE-2014-0043 - Apache Wicket Information disclosure vulnerability</h1>
-			<p>Vendor: The Apache Software Foundation</p>
+			<p>Severity: Important</p>
 
-<p>Versions Affected: Apache Wicket 1.5.10 and 6.13.0</p>
+<p>Vendor:
+The Apache Software Foundation</p>
+
+<p>Versions Affected:
+Apache Wicket 1.5.10 and 6.13.0</p>
 
 <p>Description:</p>
 
 <p>By issuing requests to special urls handled by Wicket it is possible to check for the existence of particular classes in the classpath and thus check whether a third party library with a known security vulnerability is in use.</p>
 
-<p>The application developers are recommended to upgrade to:</p>
-
-<ul>
-<li><a href="/2014/02/06/wicket-1.5.11-released.html">Apache Wicket 1.5.11</a></li>
+<p>The application developers are recommended to upgrade to: 
+- <a href="/2014/02/06/wicket-1.5.11-released.html">Apache Wicket 1.5.11</a>
+- <a href="/2014/02/20/wicket-6.14.0-released.html">Apache Wicket 6.14.0</a></p>
 
-<li><a href="/2014/02/20/wicket-6.14.0-released.html">Apache Wicket 6.14.0</a></li>
-</ul>
-
-<p>Credit: This issue was reported by Christian Schneider!</p>
+<p>Credit:
+This issue was reported by Christian Schneider!</p>
 
 <p>Apache Wicket Team</p>
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2014/04/23/wicket-6.15.0-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2014/04/23/wicket-6.15.0-released.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2014/04/23/wicket-6.15.0-released.html (original)
+++ wicket/common/site/trunk/_site/2014/04/23/wicket-6.15.0-released.html Sat Jul 19 12:26:11 2014
@@ -188,59 +188,64 @@
 			<h1>Apache Wicket 6.15.0 released</h1>
 			<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.15.0!</p>
 
-<p>This release marks the fifteenth 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 fifteenth 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>
 
-<h3 id="new_and_noteworthy">New and noteworthy</h3>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
 
 <p>This release fixes 25 bugs and adds the following improvements:</p>
 
 <ul>
-<li>The second level page store has been disabled by default (see issue <a href="https://issues.apache.org/jira/browse/WICKET-5554">WICKET-5554</a> for more details).</li>
-
-<li>Created new placeholder tag to indicate where header contributions should appear. See this <a href="http://wicketinaction.com/2014/03/header-contributions-positioning/">blog post entry</a> or paragraph 15.8 of the official guide.</li>
+  <li>The second level page store has been disabled by default (see issue <a href="https://issues.apache.org/jira/browse/WICKET-5554">WICKET-5554</a> for more details).</li>
+  <li>Created new placeholder tag to indicate where header contributions should appear. See this <a href="http://wicketinaction.com/2014/03/header-contributions-positioning/">blog post entry</a> or paragraph 15.8 of the official guide. </li>
 </ul>
 
 <p>This release also celebrates the 10th birthday of Wicket!</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.15.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>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>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.15.0">http://www.apache.org/dyn/closer.cgi/wicket/6.15.0</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.15.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>
 
-<li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.15.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.15.0/binaries</a></li>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.15.0">http://www.apache.org/dyn/closer.cgi/wicket/6.15.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.15.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.15.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.y.z 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</p>
+<p>If you upgrade from 6.y.z 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</p>
 
 <ul>
-<li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
 </ul>
 
 <p>Have fun!</p>
 
 <p>— The Wicket team</p>
 
-<h3 id="release_notes__wicket__version_6150">Release Notes - Wicket - Version 6.15.0</h3>
-
-<h4 id="subtask">Sub-task</h4>
+<h3 id="release-notes---wicket---version-6150">Release Notes - Wicket - Version 6.15.0</h3>
 
+<h4 id="sub-task">Sub-task</h4>
 <pre><code>* [WICKET-5510] - Avoid using jQuery.text() when possible. It is very slow in IE
-* [WICKET-5554] - Disable second level pages store because it is efficient only when manually configured</code></pre>
+* [WICKET-5554] - Disable second level pages store because it is efficient only when manually configured
+</code></pre>
 
 <h4 id="bug">Bug</h4>
-
-<pre><code>* [WICKET-5243] - JS: High stack size in Function Executor causes &quot;too much recursion&quot;
+<pre><code>* [WICKET-5243] - JS: High stack size in Function Executor causes "too much recursion"
 * [WICKET-5284] - Too deep recursion in AbstractHierarchyIterator
 * [WICKET-5504] - AjaxRequestTarget.append/prependJavaScript cannot handle scripts with new-lines anymore
 * [WICKET-5505] - DefaultPropertyResolver does not respect JavaBean conventions
@@ -254,7 +259,7 @@
 * [WICKET-5532] - NPE calling PackageResource.getResourceStream() if there is no RequestCycle defined
 * [WICKET-5534] - DataTable component must throw an exception when attached to non-&amp;lt;table&amp;gt; element
 * [WICKET-5536] - Error message without parmeters filled.
-* [WICKET-5537] - Wicket.DOM.toggleClass is called with additional &quot;#&quot; inside AutoLabelResolver
+* [WICKET-5537] - Wicket.DOM.toggleClass is called with additional "#" inside AutoLabelResolver
 * [WICKET-5541] - NullPointerException in SubscribeAnnotationEventSubscriptionInvoker on remove of component from page
 * [WICKET-5545] - Cannot use redirect in ModalWindow's page#onInitialize()
 * [WICKET-5546] - Adding behavior in component instantiation listener causes Page.onInitialize() being called even if constructor throws an exception
@@ -264,10 +269,10 @@
 * [WICKET-5556] - Error in wicket-autocomplete.js bad reference of $
 * [WICKET-5557] - Don't cache the result of AuthenticatedWebApplication#getWebSessionClass()
 * [WICKET-5558] - Autolinking does not always work in inheritted markup
-* [WICKET-5561] - Derived page without own markup leads to MarkupNotFoundException when BasePage has &amp;lt;wicket:head&amp;gt; in its markup</code></pre>
+* [WICKET-5561] - Derived page without own markup leads to MarkupNotFoundException when BasePage has &amp;lt;wicket:head&amp;gt; in its markup
+</code></pre>
 
 <h4 id="improvement">Improvement</h4>
-
 <pre><code>* [WICKET-5508] - Memory model improvements for Session fields
 * [WICKET-5512] - Allow using child selector for JS event bindings
 * [WICKET-5520] - improve reusability of DataTable and AbstractPageableView
@@ -275,21 +280,23 @@
 * [WICKET-5529] - Add WebSocketBehavior/Resource#onPush() callback method
 * [WICKET-5531] - Create new placeholder tag to indicate where header contributions should appear
 * [WICKET-5538] - When using Component.setDefaultModel, only detach the previous model if the new one is different
-* [WICKET-5549] - continueToOriginalDestination() fails after redirectToInterceptPage() on AjaxRequest* [WICKET-5288] - Allow &amp;amp;lt;script&amp;amp;gt;-Tags act as WebMarkUpContainer to add Child-Components</code></pre>
-
-<h4 id="new_feature">New Feature</h4>
+* [WICKET-5549] - continueToOriginalDestination() fails after redirectToInterceptPage() on AjaxRequest* [WICKET-5288] - Allow &amp;amp;lt;script&amp;amp;gt;-Tags act as WebMarkUpContainer to add Child-Components
+</code></pre>
 
+<h4 id="new-feature">New Feature</h4>
 <pre><code>* [WICKET-831] - Return response status 404 when a mapper cannot decode a request url
-* [WICKET-2542] - Provide ajax buttons for wizard</code></pre>
+* [WICKET-2542] - Provide ajax buttons for wizard
+</code></pre>
 
 <h4 id="task">Task</h4>
-
-<pre><code>* [WICKET-5514] - Update Wicket fragment example</code></pre>
+<pre><code>* [WICKET-5514] - Update Wicket fragment example
+</code></pre>
 
 <h4 id="wish">Wish</h4>
-
 <pre><code>* [WICKET-5516] - RadioChoice / add a getAdditionalAttributes() also for &lt;label&gt;-tag
-* [WICKET-5542] - Remove final from TextArea.onComponentTagBody()</code></pre>
+* [WICKET-5542] - Remove final from TextArea.onComponentTagBody()
+</code></pre>
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2014/04/30/wicket-7.0.0-M1-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2014/04/30/wicket-7.0.0-M1-released.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2014/04/30/wicket-7.0.0-M1-released.html (original)
+++ wicket/common/site/trunk/_site/2014/04/30/wicket-7.0.0-M1-released.html Sat Jul 19 12:26:11 2014
@@ -186,56 +186,68 @@
 
 		<div id="contentbody">
 			<h1>Apache Wicket 7.0.0-M1 released</h1>
-			<p>We have released the first of a series of milestone releases for Apache Wicket 7. We aim to finalise Wicket 7 over the coming months and request your help in testing the new major version.</p>
+			<p>We have released the first of a series of milestone releases for Apache
+Wicket 7. We aim to finalise Wicket 7 over the coming months and
+request your help in testing the new major version.</p>
 
 <h3 id="caveats">Caveats</h3>
 
-<p>It is still a development version so expect API breaks to happen over the course of the coming milestone releases.</p>
+<p>It is still a development version so expect API breaks to happen over
+the course of the coming milestone releases.</p>
 
-<h3 id="semantic_versioning">Semantic versioning</h3>
+<h3 id="semantic-versioning">Semantic versioning</h3>
 
-<p>As we adopted semver Wicket 7 will be the first release since 6.0 where we are able to refactor the API. We will continue to use semver when we have made Wicket 7 final and maintain api compatibility between minor versions of Wicket 7.</p>
+<p>As we adopted semver Wicket 7 will be the first release since 6.0 where
+we are able to refactor the API. We will continue to use semver when we
+have made Wicket 7 final and maintain api compatibility between minor
+versions of Wicket 7.</p>
 
 <h3 id="requirements">Requirements</h3>
 
 <p>Wicket 7 requires the following:</p>
 
 <ul>
-<li>Java 7</li>
-
-<li>Servlet 3 compatible container</li>
+  <li>Java 7</li>
+  <li>Servlet 3 compatible container</li>
 </ul>
 
 <p>You can’t mix wicket libraries from prior Wicket versions with Wicket 7.</p>
 
-<h3 id="migration_guide">Migration guide</h3>
+<h3 id="migration-guide">Migration guide</h3>
 
-<p>As usual we have a migration guide available online for people migrating their applications to Wicket 7. We will continue to update the guide as development progresses. If you find something that is not in the guide, please update the guide, or let us know so we can update the guide.</p>
+<p>As usual we have a migration guide available online for people
+migrating their applications to Wicket 7. We will continue to update
+the guide as development progresses. If you find something that is not
+in the guide, please update the guide, or let us know so we can update
+the guide.</p>
 
 <ul>
-<li><a href="http://s.apache.org/wicket7migrate">Migration to Wicket 7.0</a></li>
+  <li><a href="http://s.apache.org/wicket7migrate">Migration to Wicket 7.0</a></li>
 </ul>
 
-<h3 id="using_this_release">Using this release</h3>
+<h3 id="using-this-release">Using this release</h3>
 
 <p>This is pre-release software: use at your own peril!</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>
-<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>7.0.0-M1<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>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M1">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M1</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>7.0.0-M1<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>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M1/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M1/binaries</a></li>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M1">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M1</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M1/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M1/binaries</a></li>
 </ul>
 
 <p>Have fun and let us know what you think!</p>
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2014/06/20/wicket-7.0.0-M2-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2014/06/20/wicket-7.0.0-M2-released.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2014/06/20/wicket-7.0.0-M2-released.html (original)
+++ wicket/common/site/trunk/_site/2014/06/20/wicket-7.0.0-M2-released.html Sat Jul 19 12:26:11 2014
@@ -186,56 +186,68 @@
 
 		<div id="contentbody">
 			<h1>Apache Wicket 7.0.0-M2 released</h1>
-			<p>We have released the first of a series of milestone releases for Apache Wicket 7. We aim to finalise Wicket 7 over the coming months and request your help in testing the new major version.</p>
+			<p>We have released the first of a series of milestone releases for Apache
+Wicket 7. We aim to finalise Wicket 7 over the coming months and
+request your help in testing the new major version.</p>
 
 <h3 id="caveats">Caveats</h3>
 
-<p>It is still a development version so expect API breaks to happen over the course of the coming milestone releases.</p>
+<p>It is still a development version so expect API breaks to happen over
+the course of the coming milestone releases.</p>
 
-<h3 id="semantic_versioning">Semantic versioning</h3>
+<h3 id="semantic-versioning">Semantic versioning</h3>
 
-<p>As we adopted semver Wicket 7 will be the first release since 6.0 where we are able to refactor the API. We will continue to use semver when we have made Wicket 7 final and maintain api compatibility between minor versions of Wicket 7.</p>
+<p>As we adopted semver Wicket 7 will be the first release since 6.0 where
+we are able to refactor the API. We will continue to use semver when we
+have made Wicket 7 final and maintain api compatibility between minor
+versions of Wicket 7.</p>
 
 <h3 id="requirements">Requirements</h3>
 
 <p>Wicket 7 requires the following:</p>
 
 <ul>
-<li>Java 7</li>
-
-<li>Servlet 3 compatible container</li>
+  <li>Java 7</li>
+  <li>Servlet 3 compatible container</li>
 </ul>
 
 <p>You can’t mix wicket libraries from prior Wicket versions with Wicket 7.</p>
 
-<h3 id="migration_guide">Migration guide</h3>
+<h3 id="migration-guide">Migration guide</h3>
 
-<p>As usual we have a migration guide available online for people migrating their applications to Wicket 7. We will continue to update the guide as development progresses. If you find something that is not in the guide, please update the guide, or let us know so we can update the guide.</p>
+<p>As usual we have a migration guide available online for people
+migrating their applications to Wicket 7. We will continue to update
+the guide as development progresses. If you find something that is not
+in the guide, please update the guide, or let us know so we can update
+the guide.</p>
 
 <ul>
-<li><a href="http://s.apache.org/wicket7migrate">Migration to Wicket 7.0</a></li>
+  <li><a href="http://s.apache.org/wicket7migrate">Migration to Wicket 7.0</a></li>
 </ul>
 
-<h3 id="using_this_release">Using this release</h3>
+<h3 id="using-this-release">Using this release</h3>
 
 <p>This is pre-release software: use at your own peril!</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>
-<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>7.0.0-M2<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>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2</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>7.0.0-M2<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>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2/binaries</a></li>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M2/binaries</a></li>
 </ul>
 
 <p>Have fun and let us know what you think!</p>
+
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>

Modified: wicket/common/site/trunk/_site/2014/06/21/wicket-6.16.0-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2014/06/21/wicket-6.16.0-released.html?rev=1611904&r1=1611903&r2=1611904&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2014/06/21/wicket-6.16.0-released.html (original)
+++ wicket/common/site/trunk/_site/2014/06/21/wicket-6.16.0-released.html Sat Jul 19 12:26:11 2014
@@ -188,57 +188,61 @@
 			<h1>Apache Wicket 6.16.0 released</h1>
 			<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.16.0!</p>
 
-<p>This release marks the sixteenth 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 sixteenth 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>
 
-<h3 id="new_and_noteworthy">New and noteworthy</h3>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
 
 <p>This release fixes 15 bugs and adds the following improvements:</p>
 
 <ul>
-<li>Upgrade JQuery to latest releases - 1.11.1 &amp; 2.1.1</li>
-
-<li>Upgrade Atmosphere to latest version</li>
+  <li>Upgrade JQuery to latest releases - 1.11.1 &amp; 2.1.1</li>
+  <li>Upgrade Atmosphere to latest version</li>
+  <li>Generation of wicket ids with prefix / suffix</li>
+  <li>Introduce CharSequenceResource similar to ByteArrayResource</li>
+</ul>
 
-<li>Generation of wicket ids with prefix / suffix</li>
+<p>The full list of improvements and fixes can be found at the end of this
+announcement.</p>
 
-<li>Introduce CharSequenceResource similar to ByteArrayResource</li>
-</ul>
+<h3 id="using-this-release">Using this release</h3>
 
-<p>The full list of improvements and fixes can be found at the end of this announcement.</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>
 
-<h3 id="using_this_release">Using this release</h3>
+<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.16.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></div>
 
-<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.16.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>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">http://www.apache.org/dyn/closer.cgi/wicket/6.16.0</a></li>
-
-<li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.16.0/binaries</a></li>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0">http://www.apache.org/dyn/closer.cgi/wicket/6.16.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.16.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.16.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.y.z 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</p>
+<p>If you upgrade from 6.y.z 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</p>
 
 <ul>
-<li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
+  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">Migration to Wicket 6.0</a></li>
 </ul>
 
 <p>Have fun!</p>
 
 <p>— The Wicket team</p>
 
-<h3 id="release_notes__wicket__version_6160">Release Notes - Wicket - Version 6.16.0</h3>
+<h3 id="release-notes---wicket---version-6160">Release Notes - Wicket - Version 6.16.0</h3>
 
 <h4 id="bug">Bug</h4>
-
 <pre><code>* [WICKET-4545] - MarkupNotFoundException for Fragment and TransparentWebMarkupContainer
 * [WICKET-5553] - When using an Ajax request to display initially hidden components inside inline enclosures, only the first one appears.
 * [WICKET-5560] - A 404 error occurs when using a CryptoMapper
@@ -253,10 +257,10 @@
 * [WICKET-5593] - AjaxFormValidatingBehavior attempts to update non-visible feedback panels
 * [WICKET-5595] - Atmosphere: updates infinitly with long polling transport
 * [WICKET-5596] - DropDownChoice#wantsOnSelectionChangedNotifications(T) not being called on unmounted page
-* [WICKET-5601] - AbstractSingleSelectChoice fails with NullPointerException when its choice renderer returns null from #getIdValue() </code></pre>
+* [WICKET-5601] - AbstractSingleSelectChoice fails with NullPointerException when its choice renderer returns null from #getIdValue() 
+</code></pre>
 
 <h4 id="improvement">Improvement</h4>
-
 <pre><code>* [WICKET-5563] - RestartResponseAtInterceptPageException - add public function to retrieve originalUrl
 * [WICKET-5574] - ComponentRenderer should use Application#createRequestCycle
 * [WICKET-5575] - Add support in FormTester#submit(String|Component) for Ajax submitters
@@ -265,11 +269,14 @@
 * [WICKET-5585] - Wicket Extension Automplete does not work well with JavaScriptFilteredIntoFooterHeaderResponse
 * [WICKET-5586] - NextButton isEnabled() should bo logical conjunction of getWizardModel().isNextAvailable() and super.isEnabled()
 * [WICKET-5600] - Introduce CharSequenceResource similar to ByteArrayResource
-* [WICKET-5606] - SelectOptions with #setRecreateChoices(true) loses selection on form errors</code></pre>
+* [WICKET-5606] - SelectOptions with #setRecreateChoices(true) loses selection on form errors
+</code></pre>
 
 <h4 id="task">Task</h4>
+<pre><code>* [WICKET-5587] - Upgrade JQuery to latest releases - 1.11.1 &amp; 2.1.1
+</code></pre>
+
 
-<pre><code>* [WICKET-5587] - Upgrade JQuery to latest releases - 1.11.1 &amp; 2.1.1</code></pre>
 		</div>
         <div id="clearer"></div>
 		<div id="footer"><span>