You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2015/09/14 10:10:02 UTC

[1/2] wicket-site git commit: Fix security include

Repository: wicket-site
Updated Branches:
  refs/heads/asf-site babeea6e8 -> 28d6fe75c


Fix security include


Project: http://git-wip-us.apache.org/repos/asf/wicket-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket-site/commit/62a21477
Tree: http://git-wip-us.apache.org/repos/asf/wicket-site/tree/62a21477
Diff: http://git-wip-us.apache.org/repos/asf/wicket-site/diff/62a21477

Branch: refs/heads/asf-site
Commit: 62a2147744517d017ad1fcdc51f3b9eb2acfe78d
Parents: babeea6
Author: Martijn Dashorst <ma...@gmail.com>
Authored: Mon Sep 14 10:09:40 2015 +0200
Committer: Martijn Dashorst <ma...@gmail.com>
Committed: Mon Sep 14 10:09:40 2015 +0200

----------------------------------------------------------------------
 content/help/email.html | 26 +++++++++++++++++++++++---
 help/email.md           |  3 ++-
 2 files changed, 25 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket-site/blob/62a21477/content/help/email.html
----------------------------------------------------------------------
diff --git a/content/help/email.html b/content/help/email.html
index 4acefc5..41fb4c6 100644
--- a/content/help/email.html
+++ b/content/help/email.html
@@ -51,7 +51,7 @@
 </p>
         </header>
         <section class="l-one-third right">
-            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#mailing-lists"><span class="toc-number">1</span> <span class="toc-text">Mailing lists</span></a></li><li class="toc--level-1 toc--section-2"><a href="#user"><span class="toc-number">2</span> <span class="toc-text">The Users list</span></a></li><li class="toc--level-1 toc--section-3"><a href="#dev"><span class="toc-number">3</span> <span class="toc-text">The Developers list</span></a></li><li class="toc--level-1 toc--section-4"><a href="#announce"><span class="toc-number">4</span> <span class="toc-text">The Announcements list</span></a></li><li class="toc--level-1 toc--section-5"><a href="#commit"><span class="toc-number">5</span> <span class="toc-text">The Commit list</span></a></li><li class="toc--level-1 toc--section-6"><a href="#security"><span class="toc-number">6</span> <span class="toc-text">Report a security issue</span></a></li></ul>
 </div>
+            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#mailing-lists"><span class="toc-number">1</span> <span class="toc-text">Mailing lists</span></a></li><li class="toc--level-1 toc--section-2"><a href="#user"><span class="toc-number">2</span> <span class="toc-text">The Users list</span></a></li><li class="toc--level-1 toc--section-3"><a href="#dev"><span class="toc-number">3</span> <span class="toc-text">The Developers list</span></a></li><li class="toc--level-1 toc--section-4"><a href="#announce"><span class="toc-number">4</span> <span class="toc-text">The Announcements list</span></a></li><li class="toc--level-1 toc--section-5"><a href="#commit"><span class="toc-number">5</span> <span class="toc-text">The Commit list</span></a></li><li class="toc--level-1 toc--section-6"><a href="#security"><span class="toc-number">6</span> <span class="toc-text">Report a security issue</span></a><ul><li cl
 ass="toc--level-2 toc--section-7"><a href="#contact-the-wicket-pmc-privately"><span class="toc-number">6.1</span> <span class="toc-text">Contact the Wicket PMC privately</span></a></li><li class="toc--level-2 toc--section-8"><a href="#report-normal-bugs-in-jira"><span class="toc-number">6.2</span> <span class="toc-text">Report normal bugs in JIRA</span></a></li></ul></li></ul></div>
         </section>
         <section class="l-two-third left">
             <h2 id="mailing-lists">Mailing lists</h2>
@@ -129,8 +129,28 @@ and other things.</p>
 <p>This list is read only, and only Apache build systems can publish to it.</p>
 <hr />
 <h2 id="security">Report a security issue</h2>
-<p>{% capture security %}{% include security.md %}{% endcapture %}
-{{ security | markdownify }}</p>
+<p>The Apache Software Foundation takes a very active stance in
+eliminating security problems against the Apache Wicket web framework.</p>
+<p>For reporting and discussing a security issue you should contact the
+Wicket PMC privately.</p>
+<p><strong>** PLEASE DO NOT CREATE A SECURITY REPORT IN OUR ISSUE TRACKER **</strong></p>
+<p>The issue tracker for Wicket is not the appropriate venue for reporting
+security issues as the issue tracker is publicly accessible. Instead,
+contact the Wicket PMC privately.</p>
+<h3 id="contact-the-wicket-pmc-privately">Contact the Wicket PMC privately</h3>
+<p>Send your security issue to <strong>private at wicket.apache.org</strong>. This list
+is not publicly available so we can discuss and fix the issue in
+private without leaking the info to any bad guys.</p>
+<p><a class="button" href="mailto:private@wicket.apache.org?subject=Security%20issue" onclick="window.location.href='mailto:private@wicket.apache.org?subject=Security%20issue';return false;">
+    <i class="fa fa-shield"></i>
+    REPORT A SECURITY ISSUE
+</a></p>
+<p>We treat all security issues seriously and will try to fix them as soon
+as possible in all affected versions that we still support.</p>
+<h3 id="report-normal-bugs-in-jira">Report normal bugs in JIRA</h3>
+<p>The Security Team cannot accept regular bug reports or other queries,
+we ask that you use our <a href="/help/#reportbug">bug reporting page</a>
+for normal, non-security bugs.</p>
         </section>
     </div>
 </main>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/62a21477/help/email.md
----------------------------------------------------------------------
diff --git a/help/email.md b/help/email.md
index 3cab7dc..74d3667 100644
--- a/help/email.md
+++ b/help/email.md
@@ -105,5 +105,6 @@ This list is read only, and only Apache build systems can publish to it.
 
 ## Report a security issue {#security}
 
-{% markdown help/security.md %}
+{% capture security %}{% include security.md %}{% endcapture %}
+{{ security | markdownify }}
 


[2/2] wicket-site git commit: Added archives to download and 1.3.x pages

Posted by da...@apache.org.
Added archives to download and 1.3.x pages


Project: http://git-wip-us.apache.org/repos/asf/wicket-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket-site/commit/28d6fe75
Tree: http://git-wip-us.apache.org/repos/asf/wicket-site/tree/28d6fe75
Diff: http://git-wip-us.apache.org/repos/asf/wicket-site/diff/28d6fe75

Branch: refs/heads/asf-site
Commit: 28d6fe75c2c9477b211c2762525d76be9ee0d1c4
Parents: 62a2147
Author: Martijn Dashorst <ma...@gmail.com>
Authored: Mon Sep 14 10:09:56 2015 +0200
Committer: Martijn Dashorst <ma...@gmail.com>
Committed: Mon Sep 14 10:09:56 2015 +0200

----------------------------------------------------------------------
 content/atom.xml                | 2 +-
 content/start/download.html     | 7 ++++++-
 content/start/wicket-1.3.x.html | 6 +++++-
 start/download.md               | 9 +++++++++
 start/wicket-1.3.x.md           | 7 +++++++
 5 files changed, 28 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket-site/blob/28d6fe75/content/atom.xml
----------------------------------------------------------------------
diff --git a/content/atom.xml b/content/atom.xml
index 92921ad..5578fd9 100644
--- a/content/atom.xml
+++ b/content/atom.xml
@@ -3,7 +3,7 @@
     <title>Apache Wicket</title>
     <link href="http://wicket.apache.org/atom.xml" rel="self"/>
     <link href="http://wicket.apache.org/"/>
-    <updated>2015-09-14T09:53:39+02:00</updated>
+    <updated>2015-09-14T10:08:57+02:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/28d6fe75/content/start/download.html
----------------------------------------------------------------------
diff --git a/content/start/download.html b/content/start/download.html
index 72b6b16..9bb3658 100644
--- a/content/start/download.html
+++ b/content/start/download.html
@@ -50,7 +50,7 @@
             <p>Wicket is released as a source archive, convenience binaries and through the Maven Central Repository. The most convenient way of getting Wicket is through the Maven dependency management system.</p>
         </header>
         <section class="l-one-third right">
-            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#supported-versions"><span class="toc-number">1</span> <span class="toc-text">Supported Versions</span></a></li><li class="toc--level-1 toc--section-2"><a href="#unsupported-releases"><span class="toc-number">2</span> <span class="toc-text">Unsupported Releases</span></a></li></ul></div>
+            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#supported-versions"><span class="toc-number">1</span> <span class="toc-text">Supported Versions</span></a></li><li class="toc--level-1 toc--section-2"><a href="#unsupported-releases"><span class="toc-number">2</span> <span class="toc-text">Unsupported Releases</span></a></li><li class="toc--level-1 toc--section-3"><a href="#release-archives"><span class="toc-number">3</span> <span class="toc-text">Release Archives</span></a></li></ul></div>
         </section>
         <section class="l-two-third left">
             <div class="button-bar">
@@ -140,6 +140,11 @@ versions.</p>
 		<td>&nbsp;</td>
 	</tr>
 </table>
+<hr />
+<h2 id="release-archives">Release Archives</h2>
+<p>The Apache mirroring system only hosts the latest version of each actively supported branch.
+When you need to download an older release you can find them in the archives.</p>
+<p>Go to <a href="https://archive.apache.org/dist/wicket">the Apache archives</a> to find your specific version.</p>
         </section>
     </div>
 </main>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/28d6fe75/content/start/wicket-1.3.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-1.3.x.html b/content/start/wicket-1.3.x.html
index eab07db..b46569c 100644
--- a/content/start/wicket-1.3.x.html
+++ b/content/start/wicket-1.3.x.html
@@ -49,7 +49,7 @@
             <p>Here you can learn about the status of Wicket 1.3.x, find links to download it, learn how to configure your Maven POM to use Wicket, find the minimal requirements, and migrate your existing application to this Wicket version.</p>
         </header>
         <section class="l-one-third right">
-            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#status"><span class="toc-number">1</span> <span class="toc-text">Status</span></a><ul><li class="toc--level-2 toc--section-2"><a href="#semantic-versioning"><span class="toc-number">1.1</span> <span class="toc-text">Semantic Versioning</span></a></li></ul></li><li class="toc--level-1 toc--section-3"><a href="#download"><span class="toc-number">2</span> <span class="toc-text">Download</span></a><ul><li class="toc--level-2 toc--section-4"><a href="#using-apache-maven"><span class="toc-number">2.1</span> <span class="toc-text">Using Apache Maven</span></a></li><li class="toc--level-2 toc--section-5"><a href="#download-manually"><span class="toc-number">2.2</span> <span class="toc-text">Download Manually</span></a></li></ul></li><li class="toc--level-1 toc--section-6"><a href="#requirements"><span class="toc-number">3</span> <span class="toc-tex
 t">Requirements</span></a><ul><li class="toc--level-2 toc--section-7"><a href="#java-version"><span class="toc-number">3.1</span> <span class="toc-text">Java version</span></a></li><li class="toc--level-2 toc--section-8"><a href="#servlet-api"><span class="toc-number">3.2</span> <span class="toc-text">Servlet API</span></a></li><li class="toc--level-2 toc--section-9"><a href="#dont-mix-wicket-versions"><span class="toc-number">3.3</span> <span class="toc-text">Don’t mix Wicket versions</span></a></li></ul></li><li class="toc--level-1 toc--section-10"><a href="#migrating-from-earlier-versions"><span class="toc-number">4</span> <span class="toc-text">Migrating from earlier versions</span></a></li></ul></div>
+            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#status"><span class="toc-number">1</span> <span class="toc-text">Status</span></a><ul><li class="toc--level-2 toc--section-2"><a href="#semantic-versioning"><span class="toc-number">1.1</span> <span class="toc-text">Semantic Versioning</span></a></li></ul></li><li class="toc--level-1 toc--section-3"><a href="#download"><span class="toc-number">2</span> <span class="toc-text">Download</span></a><ul><li class="toc--level-2 toc--section-4"><a href="#using-apache-maven"><span class="toc-number">2.1</span> <span class="toc-text">Using Apache Maven</span></a></li><li class="toc--level-2 toc--section-5"><a href="#download-manually"><span class="toc-number">2.2</span> <span class="toc-text">Download Manually</span></a></li><li class="toc--level-2 toc--section-6"><a href="#older-releases"><span class="toc-number">2.3</span> <span class="toc-text">Old
 er releases</span></a></li></ul></li><li class="toc--level-1 toc--section-7"><a href="#requirements"><span class="toc-number">3</span> <span class="toc-text">Requirements</span></a><ul><li class="toc--level-2 toc--section-8"><a href="#java-version"><span class="toc-number">3.1</span> <span class="toc-text">Java version</span></a></li><li class="toc--level-2 toc--section-9"><a href="#servlet-api"><span class="toc-number">3.2</span> <span class="toc-text">Servlet API</span></a></li><li class="toc--level-2 toc--section-10"><a href="#dont-mix-wicket-versions"><span class="toc-number">3.3</span> <span class="toc-text">Don’t mix Wicket versions</span></a></li></ul></li><li class="toc--level-1 toc--section-11"><a href="#migrating-from-earlier-versions"><span class="toc-number">4</span> <span class="toc-text">Migrating from earlier versions</span></a></li></ul></div>
         </section>
         <section class="l-two-third left">
             <div class="button-bar">
@@ -101,6 +101,10 @@ from source:</p>
 dependencies necessary to have your project working out of the box. We
 strongly urge you to use Maven (or Buildr, or Gradle) as your
 dependency management system.</p>
+<h3 id="older-releases">Older releases</h3>
+<p>The Apache mirroring system only hosts the latest version of each actively supported branch.
+When you need to download an older release you can find them in the archives.</p>
+<p>Go to <a href="https://archive.apache.org/dist/wicket">the Apache archives</a> to find your specific version.</p>
 <h2 id="requirements">Requirements</h2>
 <p>Apache Wicket has few requirements in order to work properly. In this
 section you’ll find the minimum requirements for all Wicket modules.

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/28d6fe75/start/download.md
----------------------------------------------------------------------
diff --git a/start/download.md b/start/download.md
index d465544..c8554c9 100644
--- a/start/download.md
+++ b/start/download.md
@@ -100,3 +100,12 @@ versions.
 		<td>&nbsp;</td>
 	</tr>
 </table>
+
+---
+
+## Release Archives
+
+The Apache mirroring system only hosts the latest version of each actively supported branch.
+When you need to download an older release you can find them in the archives.
+
+Go to [the Apache archives](https://archive.apache.org/dist/wicket) to find your specific version.

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/28d6fe75/start/wicket-1.3.x.md
----------------------------------------------------------------------
diff --git a/start/wicket-1.3.x.md b/start/wicket-1.3.x.md
index 0bf0d24..269db9b 100644
--- a/start/wicket-1.3.x.md
+++ b/start/wicket-1.3.x.md
@@ -74,6 +74,13 @@ dependencies necessary to have your project working out of the box. We
 strongly urge you to use Maven (or Buildr, or Gradle) as your
 dependency management system.
 
+### Older releases
+
+The Apache mirroring system only hosts the latest version of each actively supported branch.
+When you need to download an older release you can find them in the archives.
+
+Go to [the Apache archives](https://archive.apache.org/dist/wicket) to find your specific version.
+
 ## Requirements
 
 Apache Wicket has few requirements in order to work properly. In this