blob: e8f6c73b77610e1ac0e486ecb55ba08ff48d5ca1 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta charset="utf-8">
<title>Wicket 1.5.16 released | Apache Wicket</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
</head>
<body class="">
<div class="header default">
<div class="l-container">
<nav class="mainmenu">
<ul>
<!-- /start/quickstart.html || /news/2016/08/05/wicket-1.5.16-released.html -->
<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
<!-- /start/download.html || /news/2016/08/05/wicket-1.5.16-released.html -->
<li class=""><a href="/start/download.html">Download</a></li>
<!-- /learn || /news/2016/08/05/wicket-1.5.16-released.html -->
<li class=""><a href="/learn">Documentation</a></li>
<!-- /help || /news/2016/08/05/wicket-1.5.16-released.html -->
<li class=""><a href="/help">Support</a></li>
<!-- /contribute || /news/2016/08/05/wicket-1.5.16-released.html -->
<li class=""><a href="/contribute">Contribute</a></li>
<!-- /community || /news/2016/08/05/wicket-1.5.16-released.html -->
<li class=""><a href="/community">Community</a></li>
<!-- /apache || /news/2016/08/05/wicket-1.5.16-released.html -->
<li class=""><a href="/apache">Apache</a></li>
</ul>
</nav>
<div class="logo">
<a href="/"><img src="/img/logo-apachewicket.svg" alt="Apache Wicket"></a>
</div>
</div>
</div>
<main>
<div class="l-container">
<header class="l-full preamble">
<h1>Wicket 1.5.16 released</h1>
</header>
<section class="toc left">
</section>
<section>
<div class="l-full">
<p class="meta">05 Aug 2016</p>
<p>This is the sixteenth maintenance release of the Wicket 1.5.x series. This release brings over 2 bug fixes.</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>CHANGELOG for 1.5.16:
</code></pre></div></div>
<h4 id="bug">Bug</h4>
<ul>
<li>CVE-2013-2186: Disable (de)serialization of Commons FileUpload items.</li>
<li>CVE-2016-3092: Apache Commons Fileupload information disclosure vulnerability</li>
</ul>
<h4 id="to-use-in-maven">To use in Maven:</h4>
<figure 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.16<span class="nt">&lt;/version&gt;</span>
<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
<h4 id="download-the-full-distribution-including-sources">Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.16">full distribution</a> (including sources)</h4>
</div>
</section>
</div>
</main>
<footer>
<div class="l-container">
<div class="left">
<img src="/img/asf_logo_url.svg" style="height:90px; float:left; margin-right:10px;">
<div style="margin-top:12px;">Copyright © 2020 — The Apache Software Foundation. Apache Wicket, Wicket, Apache, the Apache feather logo, and the Apache Wicket project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
</div>
</div>
</footer>
</body>
</html>