You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2014/04/26 22:03:30 UTC

svn commit: r1590290 [5/10] - in /wicket/common/site/trunk: ./ _posts/ _site/ _site/2009/07/30/ _site/2009/08/21/ _site/2009/10/12/ _site/2009/10/24/ _site/2009/12/13/ _site/2009/12/21/ _site/2010/02/01/ _site/2010/03/05/ _site/2010/05/03/ _site/2010/0...

Modified: wicket/common/site/trunk/_site/2013/09/20/wicket-6.11.0-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2013/09/20/wicket-6.11.0-released.html?rev=1590290&r1=1590289&r2=1590290&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2013/09/20/wicket-6.11.0-released.html (original)
+++ wicket/common/site/trunk/_site/2013/09/20/wicket-6.11.0-released.html Sat Apr 26 20:03:27 2014
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.14.0">Wicket 6.14</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.15.0">Wicket 6.15</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -178,65 +178,67 @@
 
 <p>This release marks the eleventh 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>
 
-<h4 id="new_html5attributes_behavior">New HTML5Attributes behavior</h4>
+<h4 id='new_html5attributes_behavior'>New HTML5Attributes behavior</h4>
 
 <p>HTML5 attribute support in Wicket continues to be improved upon. Add the new HTML5Attributes behavior to your text fields or buttons and Wicket will add the relevant HTML5 attributes based on the state of your components:</p>
 
 <ul>
-<li>adds “required” if your form component is required</li>
+<li>adds &#8220;required&#8221; if your form component is required</li>
 
-<li>adds “placeholder” for the label of your form component</li>
+<li>adds &#8220;placeholder&#8221; for the label of your form component</li>
 
-<li>adds “pattern” if your form component has a PatternValidator attached</li>
+<li>adds &#8220;pattern&#8221; if your form component has a PatternValidator attached</li>
 
-<li>adds “formnovalidate” if your button has default form processing set to false</li>
+<li>adds &#8220;formnovalidate&#8221; if your button has default form processing set to false</li>
 </ul>
 
-<p>This behavior replaces the functionality from 6.10 where HTML5 attributes were added automatically (see <a href="https://issues.apache.org/jira/browse/WICKET-5289">WICKET-5289</a> and <a href="https://issues.apache.org/jira/browse/WICKET-5331">WICKET-5331</a>)</p>
+<p>This behavior replaces the functionality from 6.10 where HTML5 attributes were added automatically (see <a href='https://issues.apache.org/jira/browse/WICKET-5289'>WICKET-5289</a> and <a href='https://issues.apache.org/jira/browse/WICKET-5331'>WICKET-5331</a>)</p>
 
-<h4 id="beanvalidation_receives_french_translation">BeanValidation receives french translation</h4>
+<h4 id='beanvalidation_receives_french_translation'>BeanValidation receives french translation</h4>
 
 <p>The BeanValidation project now has a french translation for validation errors:</p>
 
 <ul>
-<li>Le champ ‘${label}’ ne doit pas être null</li>
+<li>Le champ &#8216;${label}&#8217; ne doit pas être null</li>
 
-<li>Le champ ‘${label}’ pourrait contenir du contenu HTML dangereux</li>
+<li>Le champ &#8216;${label}&#8217; pourrait contenir du contenu HTML dangereux</li>
 </ul>
 
 <p>Bonne chance!</p>
 
-<h3 id="jquery_update_in_690">JQuery update in 6.9.0</h3>
+<h3 id='jquery_update_in_690'>JQuery update in 6.9.0</h3>
 
 <p>As of Wicket 6.9 we ship JQuery 1.10.1. The JQuery project has decided to remove deprecated APIs from their codebase from JQuery 1.9 and up. This means that JQuery plugins using these deprecated APIs no longer work. See the JQuery migration guide for more information, available from http://jquery.com/upgrade-guide/1.9/</p>
 
-<p>If your application depends on these deprecated APIs you can easily downgrade to JQuery 1.8.3-the previously provided JQuery that still contains these APIs. Download the 1.8.3 release of jquery and add it to your project in its application’s init method:</p>
-<div class='highlight'><pre><code class='java'>    <span class='nd'>@Override</span>
+<p>If your application depends on these deprecated APIs you can easily downgrade to JQuery 1.8.3-the previously provided JQuery that still contains these APIs. Download the 1.8.3 release of jquery and add it to your project in its application&#8217;s init method:</p>
+
+<p><div class='highlight'><pre><code class='java'>    <span class='nd'>@Override</span>
     <span class='kd'>protected</span> <span class='kt'>void</span> <span class='nf'>init</span><span class='o'>()</span> <span class='o'>{</span>
         <span class='n'>getJavaScriptLibrarySettings</span><span class='o'>()</span>
             <span class='o'>.</span><span class='na'>setJQueryReference</span><span class='o'>(</span><span class='n'>yourJquery183ResourceReference</span><span class='o'>);</span>
     <span class='o'>}</span>
-</code></pre></div>
-<h3 id="cdi_injection_issue">CDI injection issue</h3>
+</code></pre></div></p>
+
+<h3 id='cdi_injection_issue'>CDI injection issue</h3>
 
 <p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that injection in anonymous inner classes was not legal and when attempted, it resulted in an exception:</p>
 <div class='highlight'><pre><code class='text'>Caused by: org.jboss.weld.exceptions.DefinitionException:
 WELD-000070 Simple bean [EnhancedAnnotatedTypeImpl] private class
 com.example.HomePage$AForm cannot be a non-static inner class
 </code></pre></div>
-<p>This was reported as <a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or earlier). We implemented a fix for this particular issue by not injecting into anonymous inner classes.</p>
+<p>This was reported as <a href='https://issues.apache.org/jira/browse/WICKET-5226'>WICKET-5226</a>, as it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or earlier). We implemented a fix for this particular issue by not injecting into anonymous inner classes.</p>
 
-<p>Unfortunately this was not a bug that needed fixing on our part, but rather in the Weld framework (see <a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p>
+<p>Unfortunately this was not a bug that needed fixing on our part, but rather in the Weld framework (see <a href='https://issues.jboss.org/browse/WELD-1441'>WELD-1441</a>)</p>
 
-<p>Therefore we reverted the commits done for WICKET-5226 and hope that Glassfish will upgrade their Weld implementation soon. For the whole story read <a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></p>
+<p>Therefore we reverted the commits done for WICKET-5226 and hope that Glassfish will upgrade their Weld implementation soon. For the whole story read <a href='https://issues.apache.org/jira/browse/WICKET-5264'>WICKET-5264</a></p>
 
-<p>Glassfish has fixed this in trunk according to <a href="https://java.net/jira/browse/GLASSFISH-20619">GLASSFISH-20619</a> but the fix has yet to be integrated into a release.</p>
+<p>Glassfish has fixed this in trunk according to <a href='https://java.net/jira/browse/GLASSFISH-20619'>GLASSFISH-20619</a> but the fix has yet to be integrated into a release.</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>
+<p>With Apache Maven update your dependency to (and don&#8217;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>
@@ -246,69 +248,69 @@ com.example.HomePage$AForm cannot be a n
 <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.11.0">http://www.apache.org/dyn/closer.cgi/wicket/6.11.0</a></li>
+<li>Source: <a href='http://www.apache.org/dyn/closer.cgi/wicket/6.11.0'>http://www.apache.org/dyn/closer.cgi/wicket/6.11.0</a></li>
 
-<li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.11.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.11.0/binaries</a></li>
+<li>Binary: <a href='http://www.apache.org/dyn/closer.cgi/wicket/6.11.0/binaries'>http://www.apache.org/dyn/closer.cgi/wicket/6.11.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>
 
 <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_6110">Release Notes - Wicket - Version 6.11.0</h3>
+<h3 id='release_notes__wicket__version_6110'>Release Notes - Wicket - Version 6.11.0</h3>
 
-<h4 id="bug">Bug</h4>
+<h4 id='bug'>Bug</h4>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5313">WICKET-5313</a> - Wrong HTML attribute used in SizeTagModifier (wicket-bean-validation)</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5313'>WICKET-5313</a> - Wrong HTML attribute used in SizeTagModifier (wicket-bean-validation)</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5315">WICKET-5315</a> - PriorityHeaderItem+OnDomReadyHeaderItem has no priority in Ajax response</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5315'>WICKET-5315</a> - PriorityHeaderItem+OnDomReadyHeaderItem has no priority in Ajax response</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5316">WICKET-5316</a> - Wicket Atmosphere CouldNotLockPageException</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5316'>WICKET-5316</a> - Wicket Atmosphere CouldNotLockPageException</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5319">WICKET-5319</a> - CryptoMapper encrypts external URLs in ResourceReferences making the resources inaccessible</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5319'>WICKET-5319</a> - CryptoMapper encrypts external URLs in ResourceReferences making the resources inaccessible</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5322">WICKET-5322</a> - “Source code” link doesn’t work at wicket-library.com</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5322'>WICKET-5322</a> - &#8220;Source code&#8221; link doesn&#8217;t work at wicket-library.com</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5325">WICKET-5325</a> - ComponentRenderer.renderComponent does not render markup for ListView</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5325'>WICKET-5325</a> - ComponentRenderer.renderComponent does not render markup for ListView</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5329">WICKET-5329</a> - “Required” flag initialized too early in PropertyValidator</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5329'>WICKET-5329</a> - &#8220;Required&#8221; flag initialized too early in PropertyValidator</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5332">WICKET-5332</a> - Autocomplete throws error when initialized in an AjaxLazyLoadPanel</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5332'>WICKET-5332</a> - Autocomplete throws error when initialized in an AjaxLazyLoadPanel</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5334">WICKET-5334</a> - KittenCaptcha example is broken in IE10</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5334'>WICKET-5334</a> - KittenCaptcha example is broken in IE10</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5335">WICKET-5335</a> - After selecting a file MultiFileUploadField does not render properly input field</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5335'>WICKET-5335</a> - After selecting a file MultiFileUploadField does not render properly input field</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5339">WICKET-5339</a> - Broadcast.EXACT does not notify Behaviors of target Component</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5339'>WICKET-5339</a> - Broadcast.EXACT does not notify Behaviors of target Component</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5343">WICKET-5343</a> - AutoCompleteTextField suggestions popup position is wrong when its container has scrollbar</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5343'>WICKET-5343</a> - AutoCompleteTextField suggestions popup position is wrong when its container has scrollbar</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5345">WICKET-5345</a> - Url.canonical() breaks when there are two consecutive “parent” segments followed by a normal segment</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5345'>WICKET-5345</a> - Url.canonical() breaks when there are two consecutive &#8220;parent&#8221; segments followed by a normal segment</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5348">WICKET-5348</a> - JavaDoc for IColumn#getSortProperty() in misleading</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5348'>WICKET-5348</a> - JavaDoc for IColumn#getSortProperty() in misleading</li>
 </ul>
 
-<h4 id="improvement">Improvement</h4>
+<h4 id='improvement'>Improvement</h4>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5327">WICKET-5327</a> - CryptoMapper: insecure default encryption provider</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5327'>WICKET-5327</a> - CryptoMapper: insecure default encryption provider</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5331">WICKET-5331</a> - Make html5 form validation configurable</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5331'>WICKET-5331</a> - Make html5 form validation configurable</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5333">WICKET-5333</a> - wicket-bean-validation french translation</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5333'>WICKET-5333</a> - wicket-bean-validation french translation</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5341">WICKET-5341</a> - JavaDoc for IFormValidator</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5341'>WICKET-5341</a> - JavaDoc for IFormValidator</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5354">WICKET-5354</a> - Make ResourceBundles and related classes easier for extension</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5354'>WICKET-5354</a> - Make ResourceBundles and related classes easier for extension</li>
 </ul>
 		</div>
         <div id="clearer"></div>

Modified: wicket/common/site/trunk/_site/2013/11/01/wicket-6.12.0-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2013/11/01/wicket-6.12.0-released.html?rev=1590290&r1=1590289&r2=1590290&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2013/11/01/wicket-6.12.0-released.html (original)
+++ wicket/common/site/trunk/_site/2013/11/01/wicket-6.12.0-released.html Sat Apr 26 20:03:27 2014
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.14.0">Wicket 6.14</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.15.0">Wicket 6.15</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -178,7 +178,7 @@
 
 <p>This release marks the twelfth 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 16 bugs and adds the following improvements:</p>
 
@@ -195,40 +195,42 @@
 
 <li>Allow DebugBar contributors to be removed</li>
 
-<li>Session management doesn’t work with Jetty’s JDBCSessionManager</li>
+<li>Session management doesn&#8217;t work with Jetty&#8217;s JDBCSessionManager</li>
 
 <li>HeaderItem to be Serializable</li>
 </ul>
 
-<h3 id="jquery_update_in_690">JQuery update in 6.9.0</h3>
+<h3 id='jquery_update_in_690'>JQuery update in 6.9.0</h3>
 
 <p>As of Wicket 6.9 we ship JQuery 1.10.1. The JQuery project has decided to remove deprecated APIs from their codebase from JQuery 1.9 and up. This means that JQuery plugins using these deprecated APIs no longer work. See the JQuery migration guide for more information, available from http://jquery.com/upgrade-guide/1.9/</p>
 
-<p>If your application depends on these deprecated APIs you can easily downgrade to JQuery 1.8.3-the previously provided JQuery that still contains these APIs. Download the 1.8.3 release of jquery and add it to your project in its application’s init method:</p>
-<div class='highlight'><pre><code class='java'> <span class='nd'>@Override</span>
+<p>If your application depends on these deprecated APIs you can easily downgrade to JQuery 1.8.3-the previously provided JQuery that still contains these APIs. Download the 1.8.3 release of jquery and add it to your project in its application&#8217;s init method:</p>
+
+<p><div class='highlight'><pre><code class='java'> <span class='nd'>@Override</span>
  <span class='kd'>protected</span> <span class='kt'>void</span> <span class='nf'>init</span><span class='o'>()</span> <span class='o'>{</span>
      <span class='n'>getJavaScriptLibrarySettings</span><span class='o'>()</span>
          <span class='o'>.</span><span class='na'>setJQueryReference</span><span class='o'>(</span><span class='n'>yourJquery183ResourceReference</span><span class='o'>);</span>
  <span class='o'>}</span>
-</code></pre></div>
-<h3 id="cdi_injection_issue">CDI injection issue</h3>
+</code></pre></div></p>
+
+<h3 id='cdi_injection_issue'>CDI injection issue</h3>
 
 <p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that injection in anonymous inner classes was not legal and when attempted, it resulted in an exception:</p>
 <div class='highlight'><pre><code class='text'>Caused by: org.jboss.weld.exceptions.DefinitionException:
 WELD-000070 Simple bean [EnhancedAnnotatedTypeImpl] private class
 com.example.HomePage$AForm cannot be a non-static inner class
 </code></pre></div>
-<p>This was reported as <a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or earlier). We implemented a fix for this particular issue by not injecting into anonymous inner classes.</p>
+<p>This was reported as <a href='https://issues.apache.org/jira/browse/WICKET-5226'>WICKET-5226</a>, as it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or earlier). We implemented a fix for this particular issue by not injecting into anonymous inner classes.</p>
 
-<p>Unfortunately this was not a bug that needed fixing on our part, but rather in the Weld framework (see <a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p>
+<p>Unfortunately this was not a bug that needed fixing on our part, but rather in the Weld framework (see <a href='https://issues.jboss.org/browse/WELD-1441'>WELD-1441</a>)</p>
 
-<p>Therefore we reverted the commits done for WICKET-5226 and hope that Glassfish will upgrade their Weld implementation soon. For the whole story read <a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></p>
+<p>Therefore we reverted the commits done for WICKET-5226 and hope that Glassfish will upgrade their Weld implementation soon. For the whole story read <a href='https://issues.apache.org/jira/browse/WICKET-5264'>WICKET-5264</a></p>
 
-<p>Glassfish has fixed this in trunk according to <a href="https://java.net/jira/browse/GLASSFISH-20619">GLASSFISH-20619</a> but the fix has yet to be integrated into a release.</p>
+<p>Glassfish has fixed this in trunk according to <a href='https://java.net/jira/browse/GLASSFISH-20619'>GLASSFISH-20619</a> but the fix has yet to be integrated into a release.</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>
+<p>With Apache Maven update your dependency to (and don&#8217;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>
@@ -238,85 +240,85 @@ com.example.HomePage$AForm cannot be a n
 <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.12.0">http://www.apache.org/dyn/closer.cgi/wicket/6.12.0</a></li>
+<li>Source: <a href='http://www.apache.org/dyn/closer.cgi/wicket/6.12.0'>http://www.apache.org/dyn/closer.cgi/wicket/6.12.0</a></li>
 
-<li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.12.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.12.0/binaries</a></li>
+<li>Binary: <a href='http://www.apache.org/dyn/closer.cgi/wicket/6.12.0/binaries'>http://www.apache.org/dyn/closer.cgi/wicket/6.12.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>
 
 <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_6120">Release Notes - Wicket - Version 6.12.0</h3>
+<h3 id='release_notes__wicket__version_6120'>Release Notes - Wicket - Version 6.12.0</h3>
 
-<h4 id="bug">Bug</h4>
+<h4 id='bug'>Bug</h4>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4862">WICKET-4862</a> - AjaxPagingNavigationLink and AjaxPagingNavigationIncrementLink output inline onclick attributes in addition to Wicket.Ajax.ajax event registration</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4862'>WICKET-4862</a> - AjaxPagingNavigationLink and AjaxPagingNavigationIncrementLink output inline onclick attributes in addition to Wicket.Ajax.ajax event registration</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5101">WICKET-5101</a> - Could not open second modal window after closing first</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5101'>WICKET-5101</a> - Could not open second modal window after closing first</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5356">WICKET-5356</a> - AutoCompleteSettings.setShowListOnEmptyInput(true) is not working anymore</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5356'>WICKET-5356</a> - AutoCompleteSettings.setShowListOnEmptyInput(true) is not working anymore</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5359">WICKET-5359</a> - org.apache.wicket.util.string.StringValue#equals broken</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5359'>WICKET-5359</a> - org.apache.wicket.util.string.StringValue#equals broken</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5366">WICKET-5366</a> - ResourceAggregator looses information about priority/filtering/… when using a bundle</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5366'>WICKET-5366</a> - ResourceAggregator looses information about priority/filtering/&#8230; when using a bundle</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5369">WICKET-5369</a> - Can’t set a cookie using CookieUtils during an ajax request due to java.lang.ClassCastException: org.apache.wicket.ajax.AbstractAjaxResponse$AjaxResponse cannot be cast to org.apache.wicket.request.http.WebResponse</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5369'>WICKET-5369</a> - Can&#8217;t set a cookie using CookieUtils during an ajax request due to java.lang.ClassCastException: org.apache.wicket.ajax.AbstractAjaxResponse$AjaxResponse cannot be cast to org.apache.wicket.request.http.WebResponse</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5374">WICKET-5374</a> - SourcesPage fails on resources with non-ASCII characters</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5374'>WICKET-5374</a> - SourcesPage fails on resources with non-ASCII characters</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5375">WICKET-5375</a> - Improve ConcatBundleResource error handling when a resource is missing</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5375'>WICKET-5375</a> - Improve ConcatBundleResource error handling when a resource is missing</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5378">WICKET-5378</a> - AutoCompleteTextField inside a ModalWindow shows auto complete dropdown in the wrong location</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5378'>WICKET-5378</a> - AutoCompleteTextField inside a ModalWindow shows auto complete dropdown in the wrong location</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5379">WICKET-5379</a> - IE7: AutoCompleteTextField inside a ModalWindow shows auto complete dropdown behind ModalWindow</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5379'>WICKET-5379</a> - IE7: AutoCompleteTextField inside a ModalWindow shows auto complete dropdown behind ModalWindow</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5380">WICKET-5380</a> - Wicket rebinds the SessionEntry session attribute and this causes problems in Glassfish</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5380'>WICKET-5380</a> - Wicket rebinds the SessionEntry session attribute and this causes problems in Glassfish</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5382">WICKET-5382</a> - AutoComplete JavaScript errors</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5382'>WICKET-5382</a> - AutoComplete JavaScript errors</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5385">WICKET-5385</a> - wicket-bean-validation PropertyValidator_fr.properties.xml : org.xml.sax.SAXParseException</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5385'>WICKET-5385</a> - wicket-bean-validation PropertyValidator_fr.properties.xml : org.xml.sax.SAXParseException</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5386">WICKET-5386</a> - ChainingModel should not check if the modelObject given as argument is null</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5386'>WICKET-5386</a> - ChainingModel should not check if the modelObject given as argument is null</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5397">WICKET-5397</a> - target.prependJavaScript and JQuery-Animation in IE8</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5397'>WICKET-5397</a> - target.prependJavaScript and JQuery-Animation in IE8</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5398">WICKET-5398</a> - XmlPullParser fails to properly parse from String with encoding declaration</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5398'>WICKET-5398</a> - XmlPullParser fails to properly parse from String with encoding declaration</li>
 </ul>
 
-<h4 id="improvement">Improvement</h4>
+<h4 id='improvement'>Improvement</h4>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5346">WICKET-5346</a> - Support MultiFileUploadField in FormTester</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5346'>WICKET-5346</a> - Support MultiFileUploadField in FormTester</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5362">WICKET-5362</a> - Add support for parsing IE 11 user agent</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5362'>WICKET-5362</a> - Add support for parsing IE 11 user agent</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5376">WICKET-5376</a> - Log the exception if the application cannot start properly</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5376'>WICKET-5376</a> - Log the exception if the application cannot start properly</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5381">WICKET-5381</a> - Add Wicket.Event.unsubscribe method</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5381'>WICKET-5381</a> - Add Wicket.Event.unsubscribe method</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5384">WICKET-5384</a> - Allow form components to trim the input themselves</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5384'>WICKET-5384</a> - Allow form components to trim the input themselves</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5388">WICKET-5388</a> - Allow DebugBar contributors to be removed</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5388'>WICKET-5388</a> - Allow DebugBar contributors to be removed</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5390">WICKET-5390</a> - Session management doesn’t work with Jetty’s JDBCSessionManager</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5390'>WICKET-5390</a> - Session management doesn&#8217;t work with Jetty&#8217;s JDBCSessionManager</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5395">WICKET-5395</a> - HeaderItem to be Serializable</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5395'>WICKET-5395</a> - HeaderItem to be Serializable</li>
 </ul>
 
-<h4 id="wish">Wish</h4>
+<h4 id='wish'>Wish</h4>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5393">WICKET-5393</a> - Remove ‘final’ from InlineFrame#onComponentTag()</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5393'>WICKET-5393</a> - Remove &#8216;final&#8217; from InlineFrame#onComponentTag()</li>
 </ul>
 		</div>
         <div id="clearer"></div>

Modified: wicket/common/site/trunk/_site/2014/01/05/wicket-6.13.0-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2014/01/05/wicket-6.13.0-released.html?rev=1590290&r1=1590289&r2=1590290&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/2014/01/05/wicket-6.13.0-released.html (original)
+++ wicket/common/site/trunk/_site/2014/01/05/wicket-6.13.0-released.html Sat Apr 26 20:03:27 2014
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.14.0">Wicket 6.14</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.15.0">Wicket 6.15</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -178,7 +178,7 @@
 
 <p>This release marks the thirteenth 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>
 
@@ -194,7 +194,7 @@
 <li>Migrate Wicket-Atmosphere to Atmosphere 2</li>
 </ul>
 
-<h3 id="online_wicket_reference_guide">Online Wicket reference guide</h3>
+<h3 id='online_wicket_reference_guide'>Online Wicket reference guide</h3>
 
 <p>After many years of people asking for a reference guide for Apache Wicket we finally were able to add one to our site thanks to Andrea del Bene and comSysto for writing the guide and providing the hours of converting it to our site.</p>
 
@@ -209,7 +209,7 @@
 
 <li>Why should I learn Wicket?</li>
 
-<li>Wicket says “Hello, World!”</li>
+<li>Wicket says &#8220;Hello, World!&#8221;</li>
 
 <li>Wicket as page layout manager</li>
 
@@ -258,9 +258,9 @@
 <li>Contributing to this guide (Appendix)</li>
 </ul>
 
-<p>Read more in the <a href="http://wicket.apache.org/start/userguide.html">“User guide”</a>.</p>
+<p>Read more in the <a href='http://wicket.apache.org/start/userguide.html'>&#8220;User guide&#8221;</a>.</p>
 
-<h3 id="new_cdi11_integration_project">New CDI-1.1 integration project</h3>
+<h3 id='new_cdi11_integration_project'>New CDI-1.1 integration project</h3>
 
 <p>A new (experimental) module for CDI integration was added to support CDI 1.1 with Wicket. As CDI 1.0 and 1.1 are different beasts and not compatible, we had to craft a new module with specific support for the new CDI standard. The module is still experimental, but we expect to make it a default module in a couple of releases.</p>
 
@@ -273,37 +273,39 @@
 </code></pre></div>
 <p>Note that you have to remove the old wicket-cdi module and the Seam conversation dependency: <code>org.jboss.seam.conversation:seam-conversation-weld</code></p>
 
-<p>For more information about what is new in CDI 1.1 read <a href="http://s.apache.org/newincdi11">this blog post by Pete Muir</a>.</p>
+<p>For more information about what is new in CDI 1.1 read <a href='http://s.apache.org/newincdi11'>this blog post by Pete Muir</a>.</p>
 
-<h3 id="jquery_update_in_690">JQuery update in 6.9.0</h3>
+<h3 id='jquery_update_in_690'>JQuery update in 6.9.0</h3>
 
-<p>As of Wicket 6.9 we ship JQuery 1.10.1 (since 6.13.0 we ship 1.10.2). The JQuery project has decided to remove deprecated APIs from their codebase from JQuery 1.9 and up. This means that JQuery plugins using these deprecated APIs no longer work. See the JQuery migration guide for more information, available from <a href="http://jquery.com/upgrade-guide/1.9/">the JQuery web site</a></p>
+<p>As of Wicket 6.9 we ship JQuery 1.10.1 (since 6.13.0 we ship 1.10.2). The JQuery project has decided to remove deprecated APIs from their codebase from JQuery 1.9 and up. This means that JQuery plugins using these deprecated APIs no longer work. See the JQuery migration guide for more information, available from <a href='http://jquery.com/upgrade-guide/1.9/'>the JQuery web site</a></p>
 
-<p>If your application depends on these deprecated APIs you can easily downgrade to JQuery 1.8.3-the previously provided JQuery that still contains these APIs. Download the 1.8.3 release of jquery and add it to your project in its application’s init method:</p>
-<div class='highlight'><pre><code class='java'> <span class='nd'>@Override</span>
+<p>If your application depends on these deprecated APIs you can easily downgrade to JQuery 1.8.3-the previously provided JQuery that still contains these APIs. Download the 1.8.3 release of jquery and add it to your project in its application&#8217;s init method:</p>
+
+<p><div class='highlight'><pre><code class='java'> <span class='nd'>@Override</span>
  <span class='kd'>protected</span> <span class='kt'>void</span> <span class='nf'>init</span><span class='o'>()</span> <span class='o'>{</span>
      <span class='n'>getJavaScriptLibrarySettings</span><span class='o'>()</span>
          <span class='o'>.</span><span class='na'>setJQueryReference</span><span class='o'>(</span><span class='n'>yourJquery183ResourceReference</span><span class='o'>);</span>
  <span class='o'>}</span>
-</code></pre></div>
-<h3 id="cdi_injection_issue">CDI injection issue</h3>
+</code></pre></div></p>
+
+<h3 id='cdi_injection_issue'>CDI injection issue</h3>
 
 <p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that injection in anonymous inner classes was not legal and when attempted, it resulted in an exception:</p>
 <div class='highlight'><pre><code class='text'>Caused by: org.jboss.weld.exceptions.DefinitionException:
 WELD-000070 Simple bean [EnhancedAnnotatedTypeImpl] private class
 com.example.HomePage$AForm cannot be a non-static inner class
 </code></pre></div>
-<p>This was reported as <a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or earlier). We implemented a fix for this particular issue by not injecting into anonymous inner classes.</p>
+<p>This was reported as <a href='https://issues.apache.org/jira/browse/WICKET-5226'>WICKET-5226</a>, as it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or earlier). We implemented a fix for this particular issue by not injecting into anonymous inner classes.</p>
 
-<p>Unfortunately this was not a bug that needed fixing on our part, but rather in the Weld framework (see <a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p>
+<p>Unfortunately this was not a bug that needed fixing on our part, but rather in the Weld framework (see <a href='https://issues.jboss.org/browse/WELD-1441'>WELD-1441</a>)</p>
 
-<p>Therefore we reverted the commits done for WICKET-5226 and hope that Glassfish will upgrade their Weld implementation soon. For the whole story read <a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></p>
+<p>Therefore we reverted the commits done for WICKET-5226 and hope that Glassfish will upgrade their Weld implementation soon. For the whole story read <a href='https://issues.apache.org/jira/browse/WICKET-5264'>WICKET-5264</a></p>
 
-<p>Glassfish has fixed this in trunk according to <a href="https://java.net/jira/browse/GLASSFISH-20619">GLASSFISH-20619</a> but the fix has yet to be integrated into a release.</p>
+<p>Glassfish has fixed this in trunk according to <a href='https://java.net/jira/browse/GLASSFISH-20619'>GLASSFISH-20619</a> but the fix has yet to be integrated into a release.</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>
+<p>With Apache Maven update your dependency to (and don&#8217;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>
@@ -313,129 +315,129 @@ com.example.HomePage$AForm cannot be a n
 <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.13.0">http://www.apache.org/dyn/closer.cgi/wicket/6.13.0</a></li>
+<li>Source: <a href='http://www.apache.org/dyn/closer.cgi/wicket/6.13.0'>http://www.apache.org/dyn/closer.cgi/wicket/6.13.0</a></li>
 
-<li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.13.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.13.0/binaries</a></li>
+<li>Binary: <a href='http://www.apache.org/dyn/closer.cgi/wicket/6.13.0/binaries'>http://www.apache.org/dyn/closer.cgi/wicket/6.13.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>
 
 <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_6130">Release Notes - Wicket - Version 6.13.0</h3>
+<h3 id='release_notes__wicket__version_6130'>Release Notes - Wicket - Version 6.13.0</h3>
 
-<h4 id="bug">Bug</h4>
+<h4 id='bug'>Bug</h4>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4294">WICKET-4294</a> - AutoCompleteTextField does not show suggestions when it is used on ModalWindow in InternetExplorer</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4294'>WICKET-4294</a> - AutoCompleteTextField does not show suggestions when it is used on ModalWindow in InternetExplorer</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4997">WICKET-4997</a> - Mounted bookmarkable Page not recreated on Session Expiry</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4997'>WICKET-4997</a> - Mounted bookmarkable Page not recreated on Session Expiry</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5084">WICKET-5084</a> - ClassNotFoundException with Atmosphere on Bookmarkable pages</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5084'>WICKET-5084</a> - ClassNotFoundException with Atmosphere on Bookmarkable pages</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5224">WICKET-5224</a> - ModalWindow is not visible in Safari when opened from a link at the bottom of a large page</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5224'>WICKET-5224</a> - ModalWindow is not visible in Safari when opened from a link at the bottom of a large page</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5321">WICKET-5321</a> - Incorporate Wicket Guide into website</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5321'>WICKET-5321</a> - Incorporate Wicket Guide into website</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5379">WICKET-5379</a> - IE7: AutoCompleteTextField inside a ModalWindow shows auto complete dropdown behind ModalWindow</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5379'>WICKET-5379</a> - IE7: AutoCompleteTextField inside a ModalWindow shows auto complete dropdown behind ModalWindow</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5387">WICKET-5387</a> - Page#onInitialize called after an exception in the constructor of Page</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5387'>WICKET-5387</a> - Page#onInitialize called after an exception in the constructor of Page</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5400">WICKET-5400</a> - Behaviors#internalAdd(Behavior) erroneously gets id for stateless behaviors</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5400'>WICKET-5400</a> - Behaviors#internalAdd(Behavior) erroneously gets id for stateless behaviors</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5402">WICKET-5402</a> - NullPointerException when logging out with wicket-atmosphere</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5402'>WICKET-5402</a> - NullPointerException when logging out with wicket-atmosphere</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5404">WICKET-5404</a> - JQuery 1.10.1 does not work well with IE11, upgrade to 1.10.2</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5404'>WICKET-5404</a> - JQuery 1.10.1 does not work well with IE11, upgrade to 1.10.2</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5409">WICKET-5409</a> - wicket-native-websocket does not work with Safari/Safari iOS</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5409'>WICKET-5409</a> - wicket-native-websocket does not work with Safari/Safari iOS</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5413">WICKET-5413</a> - Positioning AutoCompleteTextField not correct on resized window</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5413'>WICKET-5413</a> - Positioning AutoCompleteTextField not correct on resized window</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5416">WICKET-5416</a> - BOM in UTF markup file breaks encoding detection</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5416'>WICKET-5416</a> - BOM in UTF markup file breaks encoding detection</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5418">WICKET-5418</a> - PropertyValidator ignoring groups with the @NotNull annotation only</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5418'>WICKET-5418</a> - PropertyValidator ignoring groups with the @NotNull annotation only</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5422">WICKET-5422</a> - ComponentRenderer.renderComponent() adds a page to DataStore</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5422'>WICKET-5422</a> - ComponentRenderer.renderComponent() adds a page to DataStore</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5424">WICKET-5424</a> - Page.isPageStateless() returning true in regular run but false in WicketTester</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5424'>WICKET-5424</a> - Page.isPageStateless() returning true in regular run but false in WicketTester</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5425">WICKET-5425</a> - WicketTester doesn’t preserve the request cookies when #executeListener() is used</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5425'>WICKET-5425</a> - WicketTester doesn&#8217;t preserve the request cookies when #executeListener() is used</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5426">WICKET-5426</a> - Page not recognized as stateless although stateful component is hidden in #onConfigure()</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5426'>WICKET-5426</a> - Page not recognized as stateless although stateful component is hidden in #onConfigure()</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5429">WICKET-5429</a> - ResourceReference’s properties are not preserved when using reference replacement</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5429'>WICKET-5429</a> - ResourceReference&#8217;s properties are not preserved when using reference replacement</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5437">WICKET-5437</a> - When a ConversionException is thrown, its message is not used in the ValidationError</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5437'>WICKET-5437</a> - When a ConversionException is thrown, its message is not used in the ValidationError</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5441">WICKET-5441</a> - IResourceCachingStrategy implementations should only set caching if version matches</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5441'>WICKET-5441</a> - IResourceCachingStrategy implementations should only set caching if version matches</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5442">WICKET-5442</a> - TimeOfDay.valueOf(Calendar, Time) and TimeOfDay.valueOf(Time) incorrectly use 12-hour clock</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5442'>WICKET-5442</a> - TimeOfDay.valueOf(Calendar, Time) and TimeOfDay.valueOf(Time) incorrectly use 12-hour clock</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5444">WICKET-5444</a> - Make org.apache.wicket.pageStore.memory.PageTable public so custom impls of IDataStoreEvictionStrategy can be made</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5444'>WICKET-5444</a> - Make org.apache.wicket.pageStore.memory.PageTable public so custom impls of IDataStoreEvictionStrategy can be made</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5447">WICKET-5447</a> - TableTree’s NodeBorder does not properly close divs</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5447'>WICKET-5447</a> - TableTree&#8217;s NodeBorder does not properly close divs</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5450">WICKET-5450</a> - Double escaping when using EnumChoiceRenderer and DropDownChoice</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5450'>WICKET-5450</a> - Double escaping when using EnumChoiceRenderer and DropDownChoice</li>
 </ul>
 
-<h4 id="improvement">Improvement</h4>
+<h4 id='improvement'>Improvement</h4>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4268">WICKET-4268</a> - Quality of ThumbnailImageResource</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4268'>WICKET-4268</a> - Quality of ThumbnailImageResource</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4762">WICKET-4762</a> - IResourceVersion should be based on final result</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4762'>WICKET-4762</a> - IResourceVersion should be based on final result</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4905">WICKET-4905</a> - PagingNavigation: possible to call setStartIndex() earlier than onBeforeRender?</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4905'>WICKET-4905</a> - PagingNavigation: possible to call setStartIndex() earlier than onBeforeRender?</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4909">WICKET-4909</a> - ModalWindow overwrites window.onbeforeunload</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4909'>WICKET-4909</a> - ModalWindow overwrites window.onbeforeunload</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5364">WICKET-5364</a> - Reduce logging for wicket-atmosphere</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5364'>WICKET-5364</a> - Reduce logging for wicket-atmosphere</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5367">WICKET-5367</a> - migrate Wicket-Atmosphere to Atmosphere 2</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5367'>WICKET-5367</a> - migrate Wicket-Atmosphere to Atmosphere 2</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5401">WICKET-5401</a> - provide no-argument constructor in string based header items</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5401'>WICKET-5401</a> - provide no-argument constructor in string based header items</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5411">WICKET-5411</a> - Improve AutoLabels by updating their CSS classes automatically during Ajax requests</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5411'>WICKET-5411</a> - Improve AutoLabels by updating their CSS classes automatically during Ajax requests</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5415">WICKET-5415</a> - Do not initialize pages which were not rendered</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5415'>WICKET-5415</a> - Do not initialize pages which were not rendered</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5420">WICKET-5420</a> - Make UploadProgressBar easier to extend</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5420'>WICKET-5420</a> - Make UploadProgressBar easier to extend</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5423">WICKET-5423</a> - Create IResource based implementation of Native Web Sockets</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5423'>WICKET-5423</a> - Create IResource based implementation of Native Web Sockets</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5435">WICKET-5435</a> - Ajaxified version of WebSession#getClientInfo should be added</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5435'>WICKET-5435</a> - Ajaxified version of WebSession#getClientInfo should be added</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5436">WICKET-5436</a> - Implement BigIntegerConverter</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5436'>WICKET-5436</a> - Implement BigIntegerConverter</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5443">WICKET-5443</a> - Increase randomness and reduce predictability of CaptchaImageResource rendered images</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5443'>WICKET-5443</a> - Increase randomness and reduce predictability of CaptchaImageResource rendered images</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5445">WICKET-5445</a> - Make CaptchaImageResource easier to extend and reuse</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5445'>WICKET-5445</a> - Make CaptchaImageResource easier to extend and reuse</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5455">WICKET-5455</a> - Allow access to the JS ResourceReference of AbstractAutoCompleteBehavior</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5455'>WICKET-5455</a> - Allow access to the JS ResourceReference of AbstractAutoCompleteBehavior</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5456">WICKET-5456</a> - Make RawMarkup extendable</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5456'>WICKET-5456</a> - Make RawMarkup extendable</li>
 </ul>
 
-<h4 id="task">Task</h4>
+<h4 id='task'>Task</h4>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/WICKET-5431">WICKET-5431</a> - Download pages must use ASF mirror system for current releases</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-5431'>WICKET-5431</a> - Download pages must use ASF mirror system for current releases</li>
 </ul>
 
-<h4 id="wish">Wish</h4>
+<h4 id='wish'>Wish</h4>
 
 <ul>
-<li><a href="https://issues.apache.org/jira/browse/WICKET-1197">WICKET-1197</a> - add/remove all buttons in Palette component</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-1197'>WICKET-1197</a> - add/remove all buttons in Palette component</li>
 
-<li><a href="https://issues.apache.org/jira/browse/WICKET-4951">WICKET-4951</a> - Wicket-cdi and OpenWebBeans 1.1.x incompatibility</li>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4951'>WICKET-4951</a> - Wicket-cdi and OpenWebBeans 1.1.x incompatibility</li>
 </ul>
 		</div>
         <div id="clearer"></div>

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=1590290&r1=1590289&r2=1590290&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 Apr 26 20:03:27 2014
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.14.0">Wicket 6.14</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.15.0">Wicket 6.15</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -178,23 +178,23 @@
 
 <p>Versions Affected: Apache Wicket 1.4.22, 1.5.10 and 6.7.0</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>
+<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&#8217;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>Usually Wicket will render only the &#8220;real application code&#8221; part but by exploiting this vulnerability an attacker can see also the code with the sensitive information.</p>
 
 <p>The application developers are recommended to upgrade to:</p>
 
 <ul>
-<li><a href="/2014/02/06/wicket-1.4.23-released.html">Apache Wicket 1.4.23</a></li>
+<li><a href='/2014/02/06/wicket-1.4.23-released.html'>Apache Wicket 1.4.23</a></li>
 
-<li><a href="/2014/02/06/wicket-1.5.11-released.html">Apache Wicket 1.5.11</a></li>
+<li><a href='/2014/02/06/wicket-1.5.11-released.html'>Apache Wicket 1.5.11</a></li>
 
-<li><a href="/2013/05/17/wicket-6.8.0-released.html">Apache Wicket 6.8.0</a></li>
+<li><a href='/2013/05/17/wicket-6.8.0-released.html'>Apache Wicket 6.8.0</a></li>
 </ul>
 
 <p>and/or to remove any sensitive information in the HTML templates.</p>

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=1590290&r1=1590289&r2=1590290&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 Apr 26 20:03:27 2014
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.14.0">Wicket 6.14</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.15.0">Wicket 6.15</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -174,10 +174,10 @@
 
 		<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><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>
@@ -188,7 +188,7 @@
 <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>

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=1590290&r1=1590289&r2=1590290&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 Apr 26 20:03:27 2014
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.14.0">Wicket 6.14</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.15.0">Wicket 6.15</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -177,9 +177,9 @@
 			<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&version=12324069">Changelog</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>
@@ -190,7 +190,7 @@
 <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>

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=1590290&r1=1590289&r2=1590290&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 Apr 26 20:03:27 2014
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.14.0">Wicket 6.14</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.15.0">Wicket 6.15</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -178,25 +178,25 @@
 
 <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>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>
+<li>Allow &#60;script&#62; tags to have children components to be able to use client side templating</li>
 </ul>
 
-<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>
+<p>With Apache Maven update your dependency to (and don&#8217;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>
@@ -206,26 +206,26 @@
 <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>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>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>
 
 <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>
+<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
@@ -253,7 +253,7 @@
 * [WICKET-5500] - Ignore the path parameters when reading the page class
 * [WICKET-5502] - Patch FileUploadBase to fix CVE-2014-0050</code></pre>
 
-<h4 id="improvement">Improvement</h4>
+<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
@@ -262,11 +262,11 @@
 * [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>
+<h4 id='new_feature'>New Feature</h4>
 
 <pre><code>* [WICKET-3491] - Introduce IComponentOnConfigureListener</code></pre>
 
-<h4 id="task">Task</h4>
+<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>

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=1590290&r1=1590289&r2=1590290&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 Apr 26 20:03:27 2014
@@ -92,7 +92,7 @@
 	</h5>
 	<ul>
 		<li>
-			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.14.0">Wicket 6.14</a>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.15.0">Wicket 6.15</a>
 		</li>
 		<li>
 			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.11">Wicket 1.5</a>
@@ -185,9 +185,9 @@
 <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>
+<li><a href='/2014/02/06/wicket-1.5.11-released.html'>Apache Wicket 1.5.11</a></li>
 
-<li><a href="/2014/02/20/wicket-6.14.0-released.html">Apache Wicket 6.14.0</a></li>
+<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>