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 2011/11/28 18:09:29 UTC

svn commit: r1207464 - in /wicket/common/site/trunk: _site/atom.xml _site/learn/projects/authroles.html learn/projects/authroles.md

Author: mgrigorov
Date: Mon Nov 28 17:09:28 2011
New Revision: 1207464

URL: http://svn.apache.org/viewvc?rev=1207464&view=rev
Log:
Update the links to Shiro and Wicket-Security


Modified:
    wicket/common/site/trunk/_site/atom.xml
    wicket/common/site/trunk/_site/learn/projects/authroles.html
    wicket/common/site/trunk/learn/projects/authroles.md

Modified: wicket/common/site/trunk/_site/atom.xml
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/atom.xml?rev=1207464&r1=1207463&r2=1207464&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/atom.xml (original)
+++ wicket/common/site/trunk/_site/atom.xml Mon Nov 28 17:09:28 2011
@@ -4,7 +4,7 @@
  <title>Apache Wicket</title>
  <link href="http://wicket.apache.org/atom.xml" rel="self"/>
  <link href="http://wicket.apache.org/"/>
- <updated>2011-11-21T13:33:40+01:00</updated>
+ <updated>2011-11-28T18:07:34+01:00</updated>
  <id>http://wicket.apache.org/</id>
  <author>
    <name>Apache Wicket</name>

Modified: wicket/common/site/trunk/_site/learn/projects/authroles.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/projects/authroles.html?rev=1207464&r1=1207463&r2=1207464&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/projects/authroles.html (original)
+++ wicket/common/site/trunk/_site/learn/projects/authroles.html Mon Nov 28 17:09:28 2011
@@ -217,9 +217,9 @@
 <p>More elaborate security solutions exist in the following projects:</p>
 
 <ul>
-<li><a href='http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-shiro'>Wicket Shiro</a> - integration between Apache Shiro and Wicket</li>
+<li><a href='https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/shiro-security'>Wicket Shiro</a> - integration between Apache Shiro and Wicket</li>
 
-<li><a href='http://wicketstuff.org/confluence/display/STUFFWIKI/Wicket-Security'>Wicket Security</a> - JAAS inspired, principal based security framework</li>
+<li><a href='https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/wicket-security-parent'>Wicket Security</a> - JAAS inspired, principal based security framework</li>
 </ul>
 
 <p>If other security solutions are available for Wicket, <a href='https://issues.apache.org/jira/browse/WICKET'>let us know</a>.</p>

Modified: wicket/common/site/trunk/learn/projects/authroles.md
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/learn/projects/authroles.md?rev=1207464&r1=1207463&r2=1207464&view=diff
==============================================================================
--- wicket/common/site/trunk/learn/projects/authroles.md (original)
+++ wicket/common/site/trunk/learn/projects/authroles.md Mon Nov 28 17:09:28 2011
@@ -91,10 +91,10 @@ provided authorization annotations.
 More elaborate security solutions exist in the following projects:
 
  * [Wicket
-   Shiro](http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-shiro) -
+   Shiro](https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/shiro-security) -
    integration between Apache Shiro and Wicket
  * [Wicket
-   Security](http://wicketstuff.org/confluence/display/STUFFWIKI/Wicket-Security)
+   Security](https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/wicket-security-parent)
    - JAAS inspired, principal based security framework
 
 If other security solutions are available for Wicket, [let us