Author: bdemers
Date: Tue Oct 25 02:02:31 2016
New Revision: 1766462
URL: http://svn.apache.org/viewvc?rev=1766462&view=rev
Log:
cleaned up confluence generated bits
Modified:
shiro/site/publish/10-minute-tutorial.html
shiro/site/publish/assets/css/style.css
shiro/site/publish/developers.html
shiro/site/publish/how-to-contribute.html
shiro/site/publish/news.html
Modified: shiro/site/publish/10-minute-tutorial.html
URL:
http://svn.apache.org/viewvc/shiro/site/publish/10-minute-tutorial.html?rev=1766462&r1=1766461&r2=1766462&view=diff
==============================================================================
--- shiro/site/publish/10-minute-tutorial.html (original)
+++ shiro/site/publish/10-minute-tutorial.html Tue Oct 25 02:02:31 2016
@@ -122,7 +122,7 @@
<p>Apache Shiro is a powerful and easy to use Java security framework that
offers developers an intuitive yet comprehensive solution to authentication,
authorization, cryptography, and session management.</p>
<p>In practical terms, it achieves to manage all facets of your
application’s security, while keeping out of the way as much as possible.
It is built on sound interface-driven design and OO principles, enabling custom
behavior wherever you can imagine it. But with sensible defaults for
everything, it is as “hands off” as application security can be. At
least that’s what we strive for.</p>
<p>What can Apache Shiro do?</p>
-<p>A lot <img
src="https://cwiki.apache.org/confluence/images/icons/emoticons/smile.png" />.
But we don’t want to bloat the QuickStart. Please check out our <a
href="features.html" title="Features">Features</a> page if you’d like to
see what it can do for you. Also, if you’re curious on how we got started
and why we exist, please see the <a href="what-is-shiro.html" title="What is
Shiro">Shiro History and Mission</a> page.</p>
+<p>A lot <i class="fa fa-smile-o" aria-hidden="true"></i>. But we don’t
want to bloat the QuickStart. Please check out our <a href="features.html"
title="Features">Features</a> page if you’d like to see what it can do
for you. Also, if you’re curious on how we got started and why we exist,
please see the <a href="what-is-shiro.html" title="What is Shiro">Shiro History
and Mission</a> page.</p>
<p>Ok. Now let’s actually do something!</p>
<div class="panelMacro">
<table class="infoMacro">
Modified: shiro/site/publish/assets/css/style.css
URL:
http://svn.apache.org/viewvc/shiro/site/publish/assets/css/style.css?rev=1766462&r1=1766461&r2=1766462&view=diff
==============================================================================
--- shiro/site/publish/assets/css/style.css (original)
+++ shiro/site/publish/assets/css/style.css Tue Oct 25 02:02:31 2016
@@ -362,4 +362,18 @@ ul.navigation a {
.editThisPage {
position:absolute; bottom:2%; right:2%;
font-size:16px;
+}
+
+/* Yello smiles! */
+.fa-smile-o {
+ position: relative;
+}
+.fa-smile-o:before {
+ content: "\f111";
+ color: #f1c40f;
+}
+.fa-smile-o:after {
+ left: 0;
+ position: absolute;
+ content: "\f118";
}
\ No newline at end of file
Modified: shiro/site/publish/developers.html
URL:
http://svn.apache.org/viewvc/shiro/site/publish/developers.html?rev=1766462&r1=1766461&r2=1766462&view=diff
==============================================================================
--- shiro/site/publish/developers.html (original)
+++ shiro/site/publish/developers.html Tue Oct 25 02:02:31 2016
@@ -112,6 +112,8 @@
<p>Version 2 has no timeline yet, but if you’re interested in seeing
what the major ideas are, as well as to contribute any of your own, you can
visit the <a
href="https://cwiki.apache.org/confluence/display/SHIRO/Version+2+Brainstorming">Version
2 Brainstorming Page</a>.</p>
<a name="Developers-Website"></a>
<h2><a href="#website" name="website">Website</a></h2>
+<p><strong>NOTE:</strong> This section is out of date. The site is basically
just markdown, and you can edit / pull request via Github via the links at the
bottom of the page.</p>
+<p>More on this soon!</p>
<p>The Shiro website is automatically generated based on the content
maintained in the <a
href="https://cwiki.apache.org/confluence/display/SHIRO">Apache Shiro
Confluence Wiki Space</a>, with a few notable exceptions that we’ll cover
in a bit. Here’s how it works:</p>
<ol>
<li>
Modified: shiro/site/publish/how-to-contribute.html
URL:
http://svn.apache.org/viewvc/shiro/site/publish/how-to-contribute.html?rev=1766462&r1=1766461&r2=1766462&view=diff
==============================================================================
--- shiro/site/publish/how-to-contribute.html (original)
+++ shiro/site/publish/how-to-contribute.html Tue Oct 25 02:02:31 2016
@@ -213,7 +213,7 @@ master
<li>Use sensible and concise email subject headings. Search engines, and
humans trying to browse a voluminous list, will respond favourably to a
descriptive title.</li>
<li>Start new threads with new Subject for new topics, rather than reusing
the previous Subject line.</li>
<li>Keep each topic focused. If some new topic arises then start a new
discussion. This leaves the original topic to continue
uncluttered.<br/>Whenever you decide to start a new topic, then start with a
fresh new email message window. Do not use the “Reply to” button,
because threaded mail-readers get confused (they utilise the In-reply-to
header). If so, then your new topic will get lost in the previous thread and go
unanswered.</li>
- <li>Prepend your email subject line with a marker when that is appropriate,
e.g. [Proposal], [RT] (Random Thought which quickly blossom into research
topics <img
src="https://cwiki.apache.org/confluence/images/icons/emoticons/smile.png" />,
[STATUS] (development status of a certain facility).</li>
+ <li>Prepend your email subject line with a marker when that is appropriate,
e.g. [Proposal], [RT] (Random Thought which quickly blossom into research
topics <i class="fa fa-smile-o" aria-hidden="true"></i>, [STATUS] (development
status of a certain facility).</li>
<li>Remember that most people are participating in development on a
volunteer basis and in their “spare time”. These enthusiasts will
attempt to respond to issues. It may take a little while to get your
answers.</li>
<li>Research your topic thoroughly before beginning to discuss a new
development issue. Search and browse through the email archives - your issue
may have been discussed before. Do not just perceive a problem and then rush
out with a question - instead, delve.</li>
<li>Try to at least offer a partial solution and not just a problem
statement.</li>
Modified: shiro/site/publish/news.html
URL:
http://svn.apache.org/viewvc/shiro/site/publish/news.html?rev=1766462&r1=1766461&r2=1766462&view=diff
==============================================================================
--- shiro/site/publish/news.html (original)
+++ shiro/site/publish/news.html Tue Oct 25 02:02:31 2016
@@ -101,24 +101,11 @@
<div id="content">
- <script type="text/javascript">
- //Swap the blog title with the author information (not sure why Confluence
orders it this way):
- jQuery(function() {
- jQuery("a.blogHeading").each(function() {
- jQuery(this).prependTo(jQuery(this).parent());
- });
- });
-</script>
-
+
<h1><a name="News-ApacheShiroNews"></a>Apache Shiro News</h1>
<p>Stay up to date with the latest news on the Apache Shiro Security
Framework</p>
-
-
-
-
-
Release binaries (.jars) are also available through Maven Central and source
bundles through Apache distribution mirrors.
For more information on Shiro, please read the documentation.
@@ -130,11 +117,10 @@ The Apache Shiro Team
<div class="blog-post-listing">
<div class="logo-heading-block">
- <span class="blogHeading"></span>
<a class="blogHeading" id="1.3.1-released"
href="#1.3.1-released">Apache Shiro 1.3.1 Released</a>
</div>
- <div class="wiki-content">
+ <div class="news-content">
<p>The Shiro team is pleased to announce the release of Apache Shiro
version 1.3.1. This is a bug fix release for 1.3.x.</p>
<p>This release includes <a class="external-link"
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12338099&styleName=Text&projectId=12310950">2
issues resolved</a> since the 1.3.0 release and is available for <a
href="download.html" title="Download">Download</a> now.</p>
@@ -152,11 +138,10 @@ The Apache Shiro Team
<div class="blog-post-listing">
<div class="logo-heading-block">
- <span class="blogHeading"></span>
<a class="blogHeading" id="1.3.0-released"
href="#1.3.0-released">Apache Shiro 1.3.0 Released</a>
</div>
- <div class="wiki-content">
+ <div class="news-content">
<p>The Shiro team is pleased to announce the release of Apache Shiro
version 1.3.0. This is a feature release for 1.3.x.</p>
<p>This release includes <a class="external-link"
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12317961&styleName=Text&projectId=12310950">26
issues resolved</a> since the 1.2.6 release and is available for <a
href="download.html" title="Download">Download</a> now.</p>
@@ -173,11 +158,10 @@ The Apache Shiro Team
<div class="blog-post-listing">
<div class="logo-heading-block">
- <span class="blogHeading"></span>
<a class="blogHeading" id="1.2.6-released"
href="#1.2.6-released">Apache Shiro 1.2.6 Released</a>
</div>
- <div class="wiki-content">
+ <div class="news-content">
<p>The Shiro team is pleased to announce the release of Apache Shiro
version 1.2.6. This is a bug fix release for 1.2.x.</p>
<p>This release includes <a class="external-link"
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12335836&projectId=12310950">2
bug fixes</a> since the 1.2.5 release and is available for <a
href="download.html" title="Download">Download</a> now.</p>
@@ -195,11 +179,10 @@ The Apache Shiro Team
<div class="blog-post-listing">
<div class="logo-heading-block">
- <span class="blogHeading"></span>
<a class="blogHeading" id="1.2.5-released"
href="#1.2.5-released">Apache Shiro 1.2.5 Released</a>
</div>
- <div class="wiki-content">
+ <div class="news-content">
<p>The Shiro team is pleased to announce the release of Apache Shiro
version 1.2.5. This is a bug fix release for 1.2.x.</p>
<p>This release includes <a class="external-link"
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12332994">7
bug fixes</a> since the 1.2.4 release and is available for <a
href="download.html" title="Download">Download</a> now.</p>
@@ -216,11 +199,10 @@ The Apache Shiro Team
<div class="blog-post-listing">
<div class="logo-heading-block">
- <span class="blogHeading"></span>
<a class="blogHeading" id="1.2.4-released"
href="#1.2.4-released">Apache Shiro 1.2.4 Released</a>
</div>
- <div class="wiki-content">
+ <div class="news-content">
<p>The Shiro team is pleased to announce the release of Apache Shiro
version 1.2.4. This is a bug fix release for 1.2.x.</p>
<p>This release includes <a class="external-link"
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12329682">5
bug fixes</a> since the 1.2.3 release and is available for <a
href="download.html" title="Download">Download</a> now.</p>
@@ -237,17 +219,11 @@ The Apache Shiro Team
<div class="blog-post-listing">
<div class="logo-heading-block">
- <span class="logoBlock">
- <a class="userLogoLink"
href="https://stormpath.com/blog/author/les">
- <img class="userLogo logo"
src="http://www.gravatar.com/avatar/c0e89e7a227d5612bfd82f7851c4a070" alt="User
icon: lhazlewood" title="lhazlewood">
- </a> </span>
- <span class="blogHeading">
- </span><div class="page-metadata not-personal"><a class="url
fn confluence-userlink" href="https://stormpath.com/blog/author/les">Les
Hazlewood</a> posted on May 30, 2013</div>
<a class="blogHeading"
href="2013/05/30/apache-shiro-122-released.html">Apache Shiro 1.2.2 Released</a>
-
+ <div class="page-metadata"><a class="url fn news-userlink"
href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on May
30, 2013</div>
</div>
- <div class="wiki-content">
+ <div class="news-content">
<p>Dear Apache Shiro Community,</p>
<p>The Shiro team is pleased to announce the release of Apache Shiro
version 1.2.2. This is the second bug fix point release after 1.2.0.</p>
@@ -265,373 +241,279 @@ The Apache Shiro Team
</div>
<div class="blog-post-listing">
- <div class="logo-heading-block">
- <span class="logoBlock">
- <a class="userLogoLink"
href="https://stormpath.com/blog/author/les">
- <img class="userLogo logo"
src="http://www.gravatar.com/avatar/c0e89e7a227d5612bfd82f7851c4a070" alt="User
icon: lhazlewood" title="lhazlewood">
- </a> </span>
- <span class="blogHeading">
- </span><div class="page-metadata not-personal"><a class="url
fn confluence-userlink" href="https://stormpath.com/blog/author/les">Les
Hazlewood</a> posted on Jul 29, 2012</div>
- <a class="blogHeading"
href="2012/07/29/apache-shiro-121-released.html">Apache Shiro 1.2.1 Released</a>
-
- </div>
+ <div class="logo-heading-block">
+ <a class="blogHeading"
href="2012/07/29/apache-shiro-121-released.html">Apache Shiro 1.2.1 Released</a>
+ <div class="page-metadata"><a class="url fn news-userlink"
href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on Jul
29, 2012</div>
+
+ </div>
- <div class="wiki-content">
+ <div class="news-content">
<p>Dear Apache Shiro Community,</p>
-<p>The Shiro team is pleased to announce the release of Apache Shiro version
1.2.1. This is the first bug fix point release after 1.2.0.</p>
+ <p>The Shiro team is pleased to announce the release of Apache Shiro
version 1.2.1. This is the first bug fix point release after 1.2.0.</p>
-<p>This release includes <a class="external-link"
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12319511">11
bug fixes</a> since the 1.2.0 release and is available for <a
href="download.html" title="Download">Download</a> now.</p>
+ <p>This release includes <a class="external-link"
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12319511">11
bug fixes</a> since the 1.2.0 release and is available for <a
href="download.html" title="Download">Download</a> now.</p>
-<p>All binaries (.jars) are available in Maven Central already. Please note
that the Apache mirrors are still updating to reflect the source distribution,
but some mirrors may not be updated yet. If a mirror download link does not
work, please try another or wait another 12 to 24 hours.</p>
+ <p>All binaries (.jars) are available in Maven Central already.
Please note that the Apache mirrors are still updating to reflect the source
distribution, but some mirrors may not be updated yet. If a mirror download
link does not work, please try another or wait another 12 to 24 hours.</p>
-<p>For more information on Shiro 1.2, please read the "<a
class="external-link"
href="https://stormpath.com/blog/whats-new-apache-shiro-12"
rel="nofollow">What's new in Apache Shiro 1.2?</a>" article or the previous <a
class="external-link" href="2012/01/24/apache-shiro-120-released.html">1.2
release announcement</a>.</p>
+ <p>For more information on Shiro 1.2, please read the "<a
class="external-link"
href="https://stormpath.com/blog/whats-new-apache-shiro-12"
rel="nofollow">What's new in Apache Shiro 1.2?</a>" article or the previous <a
class="external-link" href="2012/01/24/apache-shiro-120-released.html">1.2
release announcement</a>.</p>
-<p>Enjoy!</p>
+ <p>Enjoy!</p>
-<p>The Apache Shiro Team</p>
- </div>
+ <p>The Apache Shiro Team</p>
</div>
+</div>
<div class="blog-post-listing">
- <div class="logo-heading-block">
- <span class="logoBlock">
- <a class="userLogoLink"
href="https://stormpath.com/blog/author/les">
- <img class="userLogo logo"
src="http://www.gravatar.com/avatar/c0e89e7a227d5612bfd82f7851c4a070" alt="User
icon: lhazlewood" title="lhazlewood">
- </a> </span>
- <span class="blogHeading">
- </span><div class="page-metadata not-personal"><a class="url
fn confluence-userlink" href="https://stormpath.com/blog/author/les">Les
Hazlewood</a> posted on Mar 13, 2012</div>
- <a class="blogHeading"
href="https://stormpath.com/blog/whats-new-apache-shiro-12">What's New in
Apache Shiro 1.2?</a>
-
- </div>
+ <div class="logo-heading-block">
+ <a class="blogHeading"
href="https://stormpath.com/blog/whats-new-apache-shiro-12">What's New in
Apache Shiro 1.2?</a>
+ <div class="page-metadata"><a class="url fn news-userlink"
href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on Mar
13, 2012</div>
+ </div>
- <div class="wiki-content">
+ <div class="news-content">
<p>Here's an article covering some of the main features and
enhancements in Apache Shiro 1.2:</p>
-<p><a class="external-link"
href="https://stormpath.com/blog/whats-new-apache-shiro-12"
rel="nofollow">https://stormpath.com/blog/whats-new-apache-shiro-12</a></p>
- </div>
+ <p><a class="external-link"
href="https://stormpath.com/blog/whats-new-apache-shiro-12"
rel="nofollow">https://stormpath.com/blog/whats-new-apache-shiro-12</a></p>
</div>
+</div>
<div class="blog-post-listing">
- <div class="logo-heading-block">
- <span class="logoBlock">
- <a class="userLogoLink"
href="https://stormpath.com/blog/author/les">
- <img class="userLogo logo"
src="http://www.gravatar.com/avatar/c0e89e7a227d5612bfd82f7851c4a070" alt="User
icon: lhazlewood" title="lhazlewood">
- </a> </span>
- <span class="blogHeading">
- </span><div class="page-metadata not-personal"><a class="url
fn confluence-userlink" href="https://stormpath.com/blog/author/les">Les
Hazlewood</a> posted on Jan 24, 2012</div>
- <a class="blogHeading"
href="2012/01/24/apache-shiro-120-released.html">Apache Shiro 1.2.0
Released!</a>
-
- </div>
-
- <div class="wiki-content">
- <p><font color="#222222">Dear Apache Shiro Community,</font></p>
-<p><font color="#222222">The Shiro team is pleased to announce the release of
Apache Shiro version 1.2.0!</font></p>
+ <span class="blogHeading"><a class="blogHeading"
href="2012/01/24/apache-shiro-120-released.html">Apache Shiro 1.2.0
Released!</a></span>
+ <div class="page-metadata"><a class="url fn news-userlink"
href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on Jan
24, 2012</div>
-<p><font color="#222222">This release includes a number of bug fixes and new
features since the </font><font color="#222222">1.1.0 release.  The
1.2.0 release is available from</font> <font color="#222222"><a
href="download.html" title="Download">the Download page</a></font><font
color="#222222">.</font></p>
+
+ <div class="news-content">
+ <p>Dear Apache Shiro Community,</p>
-<p><font color="#222222">All binaries (.jars) are available in Maven Central
already.  Please </font><font color="#222222">note that the Apache
mirrors are still updating to reflect the source </font><font
color="#222222">distribution, but some mirrors may not be updated yet.  If
a mirror </font><font color="#222222">download link does not work, please
try another or wait another 12 to </font><font color="#222222">24
hours.</font></p>
+ <p>The Shiro team is pleased to announce the release of Apache Shiro
version 1.2.0!</p>
-<h3><a name="ApacheShiro1.2.0Released%21-NewFeatures"></a>New Features</h3>
+ <p>This release includes a number of bug fixes and new features since
the 1.1.0 release.  The 1.2.0 release is available from <a
href="download.html" title="Download">the Download page</a>.</p>
-<ul><li>The ability to disable sessions per filter chain or entirely for
an application.</li><li>Servlet Context Listener initialization in web
apps (to allow components to utilize Shiro before Filter
initialization)</li><li>A command line program to securely hash passwords (or
any url, file or stream input for that matter).</li><li>New secure
password hash formats that adhere to Modular Crypt Format conventions.
 These secure password hashes can be computed with the above named
command line program and saved in text config (e.g. shiro.ini) directly.
 Plaintext passwords should never be stored.  For those familiar
with the Apache HTTPD passwd program, this achieves the same
benefits.</li><li>A new LogoutFilter, as many apps don't need to show a view
during logout (just logout and redirect to some known
location).</li><li>Shiro filters can be enabled or disabled without removing
them from the filter chain - useful in de
velopment (e.g. turn ssl requirement off in dev, but keep it on in
production).</li><li><font color="#222222">A lot of work has gone into making
secure password hash storage and </font><font color="#222222">comparison a
much simpler task in Shiro, focused around the new </font><font
color="#222222">concept of a PasswordService.  You can use a
PasswordService directly </font><font color="#222222">in your application
code to hash passwords securely.  You can then </font><font
color="#222222">configure a PasswordMatcher on your Realm(s) to use the
same </font><font color="#222222">PasswordService for password
comparisons.  See the PasswordService </font><font
color="#222222">JavaDoc for example .ini configuration:</font>
- <ul><li><font color="#222222">PasswordService: </font><a
class="external-link"
href="static/current/apidocs/org/apache/shiro/authc/credential/PasswordService.html">static/current/apidocs/org/apache/shiro/authc/credential/PasswordService.html</a></li><li><font
color="#222222">PasswordMatcher: </font><a class="external-link"
href="static/current/apidocs/org/apache/shiro/authc/credential/PasswordMatcher.html">static/current/apidocs/org/apache/shiro/authc/credential/PasswordMatcher.html</a></li></ul>
- </li></ul>
+ <p>All binaries (.jars) are available in Maven Central already.
 Please note that the Apache mirrors are still updating to reflect
the source distribution, but some mirrors may not be updated yet.  If
a mirror download link does not work, please try another or wait another
12 to 24 hours.</p>
+ <h3><a name="ApacheShiro1.2.0Released%21-NewFeatures"></a>New
Features</h3>
-<p><font color="#222222">More complete PasswordService and related config
documentation will be </font><font color="#222222">added to the Shiro
website in the next few days - it was better to </font><font
color="#222222">release now for the many who are waiting on the release, and
follow up </font><font color="#222222">with this part of the documentation
shortly.</font></p>
-<ul><li><font color="#222222">Three new 'support' modules:</font>
- <ul><li><font color="#222222">Apache Karaf features
(shiro-features-1.2.0.jar)</font></li><li><font color="#222222">Google
Guice: </font><a class="external-link"
href="guice.html">guice.html</a></li><li><font color="#222222">Jasig
CAS: </font><a class="external-link" href="cas.html">cas.html</a></li></ul>
- </li></ul>
+ <ul><li>The ability to disable sessions per filter chain or entirely
for an application.</li><li>Servlet Context Listener initialization in web
apps (to allow components to utilize Shiro before Filter
initialization)</li><li>A command line program to securely hash passwords (or
any url, file or stream input for that matter).</li><li>New secure
password hash formats that adhere to Modular Crypt Format conventions.
 These secure password hashes can be computed with the above named
command line program and saved in text config (e.g. shiro.ini) directly.
 Plaintext passwords should never be stored.  For those familiar
with the Apache HTTPD passwd program, this achieves the same
benefits.</li><li>A new LogoutFilter, as many apps don't need to show a view
during logout (just logout and redirect to some known
location).</li><li>Shiro filters can be enabled or disabled without removing
them from the filter chain - usef
ul in development (e.g. turn ssl requirement off in dev, but keep it on
in production).</li><li>A lot of work has gone into making secure password hash
storage and comparison a much simpler task in Shiro, focused around the
new concept of a PasswordService.  You can use a PasswordService
directly in your application code to hash passwords securely.  You
can then configure a PasswordMatcher on your Realm(s) to use the
same PasswordService for password comparisons.  See the
PasswordService JavaDoc for example .ini configuration:
+ <ul><li>PasswordService: <a class="external-link"
href="static/current/apidocs/org/apache/shiro/authc/credential/PasswordService.html">static/current/apidocs/org/apache/shiro/authc/credential/PasswordService.html</a></li><li>PasswordMatcher: <a
class="external-link"
href="static/current/apidocs/org/apache/shiro/authc/credential/PasswordMatcher.html">static/current/apidocs/org/apache/shiro/authc/credential/PasswordMatcher.html</a></li></ul>
+ </li></ul>
-<p><font color="#222222">And even more new features!  See the 'Resolved
Issues' below for a </font><font color="#222222">complete list.</font></p>
+ <p>More complete PasswordService and related config documentation will
be added to the Shiro website in the next few days - it was better
to release now for the many who are waiting on the release, and follow
up with this part of the documentation shortly.</p>
+ <ul><li>Three new 'support' modules:
+ <ul><li>Apache Karaf features
(shiro-features-1.2.0.jar)</li><li>Google Guice: <a class="external-link"
href="guice.html">guice.html</a></li><li>Jasig CAS: <a
class="external-link" href="cas.html">cas.html</a></li></ul>
+ </li></ul>
-<h3><a
name="ApacheShiro1.2.0Released%21-Backwardsincompatibleorpotentialbreakingchanges"></a>Backwards-incompatible
or potential breaking changes</h3>
-<p><font color="#222222">There are only a few small cases where breakage could
occur - please </font><font color="#222222">view the release notes to
ensure you mitigate any potential breaking </font><font
color="#222222">change - particularly if you are using the
SecureRandomNumberGenerator</font><br clear="none">
-<font color="#222222">or Shiro's Block Cipher Services (AES,
Blowfish):</font></p>
+ <p>And even more new features!  See the 'Resolved Issues' below
for a complete list.</p>
-<p><a class="external-link"
href="https://raw.githubusercontent.com/apache/shiro/shiro-root-1.2.0/RELEASE-NOTES">https://raw.githubusercontent.com/apache/shiro/shiro-root-1.2.0/RELEASE-NOTES</a></p>
+ <h3><a
name="ApacheShiro1.2.0Released%21-Backwardsincompatibleorpotentialbreakingchanges"></a>Backwards-incompatible
or potential breaking changes</h3>
-<h3><a name="ApacheShiro1.2.0Released%21-ResolvedIssues"></a>Resolved
Issues</h3>
+ <p>There are only a few small cases where breakage could occur -
please view the release notes to ensure you mitigate any potential
breaking change - particularly if you are using the
SecureRandomNumberGenerator<br clear="none">
+ or Shiro's Block Cipher Services (AES, Blowfish):</p>
-<p><font color="#222222">Jira resolved issue report:</font></p>
+ <p><a class="external-link"
href="https://raw.githubusercontent.com/apache/shiro/shiro-root-1.2.0/RELEASE-NOTES">https://raw.githubusercontent.com/apache/shiro/shiro-root-1.2.0/RELEASE-NOTES</a></p>
-<p><a class="external-link"
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12315478">https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12315478</a></p>
+ <h3><a name="ApacheShiro1.2.0Released%21-ResolvedIssues"></a>Resolved
Issues</h3>
-<p><font color="#222222">Enjoy!</font></p>
+ <p>Jira resolved issue report:</p>
+ <p><a class="external-link"
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12315478">https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12315478</a></p>
+ <p>Enjoy!</p>
-<p><font color="#222222">The Apache Shiro</font> Team</p>
- </div>
+ <p>The Apache Shiro Team</p>
</div>
+</div>
<div class="blog-post-listing">
- <div class="logo-heading-block">
- <span class="logoBlock">
- <a class="userLogoLink"
href="https://stormpath.com/blog/author/les">
- <img class="userLogo logo"
src="http://www.gravatar.com/avatar/c0e89e7a227d5612bfd82f7851c4a070" alt="User
icon: lhazlewood" title="lhazlewood">
- </a> </span>
- <span class="blogHeading">
- </span><div class="page-metadata not-personal"><a class="url
fn confluence-userlink" href="https://stormpath.com/blog/author/les">Les
Hazlewood</a> posted on Jun 30, 2011</div>
- <a class="blogHeading"
href="2011/06/30/apache-shiro-login-demo.html">Apache Shiro Login Demo</a>
+ <div class="logo-heading-block">
+
+ <a class="blogHeading"
href="2011/06/30/apache-shiro-login-demo.html">Apache Shiro Login Demo</a>
+ <div class="page-metadata"><a class="url fn news-userlink"
href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on Jun
30, 2011</div>
</div>
- <div class="wiki-content">
+ <div class="news-content">
<p><a class="external-link" href="http://raibledesigns.com/"
rel="nofollow">Matt Raible</a> has posted a really nice blog article and video
demonstrating a login use case with Apache Shiro. Check out the <a
class="external-link"
href="http://raibledesigns.com/rd/entry/java_web_application_security_part2"
rel="nofollow">Java Web Application Security - Part III: Apache Shiro Login
Demo</a> blog post and the video:</p>
-<object width="480" height="390"><param valuetype="data" name="movie"
value="http://www.youtube.com/v/4LD4mF5ex2U?version=3&hl=en_US&rel=0"><param
valuetype="data" name="allowFullScreen" value="true"><param valuetype="data"
name="allowscriptaccess" value="always"><embed
src="http://www.youtube.com/v/4LD4mF5ex2U?version=3&hl=en_US&rel=0"
type="application/x-shockwave-flash" width="480" height="390"
allowscriptaccess="always" allowfullscreen="true"></embed></object>
+ <object width="480" height="390"><param valuetype="data" name="movie"
value="http://www.youtube.com/v/4LD4mF5ex2U?version=3&hl=en_US&rel=0"><param
valuetype="data" name="allowFullScreen" value="true"><param valuetype="data"
name="allowscriptaccess" value="always"><embed
src="http://www.youtube.com/v/4LD4mF5ex2U?version=3&hl=en_US&rel=0"
type="application/x-shockwave-flash" width="480" height="390"
allowscriptaccess="always" allowfullscreen="true"></embed></object>
</div>
- </div>
+</div>
<div class="blog-post-listing">
- <div class="logo-heading-block">
- <span class="logoBlock">
- <a class="userLogoLink"
href="https://stormpath.com/blog/author/les">
- <img class="userLogo logo"
src="http://www.gravatar.com/avatar/c0e89e7a227d5612bfd82f7851c4a070" alt="User
icon: lhazlewood" title="lhazlewood">
- </a> </span>
- <span class="blogHeading">
- </span><div class="page-metadata not-personal"><a class="url
fn confluence-userlink" href="https://stormpath.com/blog/author/les">Les
Hazlewood</a> posted on May 24, 2011</div>
- <a class="blogHeading"
href="2011/05/24/the-new-rbac-resource-based-access-control.html">The New RBAC
- Resource-Based Access Control</a>
-
+ <div class="logo-heading-block">
+ <a class="blogHeading"
href="2011/05/24/the-new-rbac-resource-based-access-control.html">The New RBAC
- Resource-Based Access Control</a>
+ <div class="page-metadata"><a class="url fn news-userlink"
href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on May
24, 2011</div>
</div>
- <div class="wiki-content">
+ <div class="news-content">
<p>Hi Shiro community,</p>
-<p>The following article helps explain the differences in role-based vs
resource-based access control and why Shiro's permission construct (which is
based on resources) can be much better for an application:</p>
+ <p>The following article helps explain the differences in role-based
vs resource-based access control and why Shiro's permission construct (which is
based on resources) can be much better for an application:</p>
-<p><a class="external-link"
href="https://stormpath.com/blog/new-rbac-resource-based-access-control"
rel="nofollow">The New RBAC: Resource-Based Access Control</a></p>
- </div>
+ <p><a class="external-link"
href="https://stormpath.com/blog/new-rbac-resource-based-access-control"
rel="nofollow">The New RBAC: Resource-Based Access Control</a></p>
</div>
+</div>
<div class="blog-post-listing">
- <div class="logo-heading-block">
- <span class="logoBlock">
- <a class="userLogoLink"
href="https://stormpath.com/blog/author/les">
- <img class="userLogo logo"
src="http://www.gravatar.com/avatar/c0e89e7a227d5612bfd82f7851c4a070" alt="User
icon: lhazlewood" title="lhazlewood">
- </a> </span>
- <span class="blogHeading">
- </span><div class="page-metadata not-personal"><a class="url
fn confluence-userlink" href="https://stormpath.com/blog/author/les">Les
Hazlewood</a> posted on Mar 14, 2011</div>
- <a class="blogHeading"
href="2011/03/14/infoq-article-on-apache-shiro.html">InfoQ article on Apache
Shiro</a>
-
+ <div class="logo-heading-block">
+ <a class="blogHeading"
href="2011/03/14/infoq-article-on-apache-shiro.html">InfoQ article on Apache
Shiro</a>
+ <div class="page-metadata"><a class="url fn news-userlink"
href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on Mar
14, 2011</div>
</div>
- <div class="wiki-content">
+ <div class="news-content">
<p><a class="external-link"
href="https://www.infoq.com/articles/apache-shiro"
rel="nofollow">https://www.infoq.com/articles/apache-shiro</a></p>
</div>
- </div>
+</div>
<div class="blog-post-listing">
- <div class="logo-heading-block">
- <span class="logoBlock">
- <a class="userLogoLink"
href="https://cwiki.apache.org/confluence/display/~skipshot4">
- <img class="userLogo logo"
src="https://cwiki.apache.org/confluence/images/icons/profilepics/default.gif"
alt="User icon: skipshot4" title="skipshot4">
- </a> </span>
- <span class="blogHeading">
- </span><div class="page-metadata not-personal"><a class="url
fn confluence-userlink"
href="https://cwiki.apache.org/confluence/display/~skipshot4">Alex Salazar</a>
posted on Feb 28, 2011</div>
- <a class="blogHeading"
href="2011/02/28/java-authorization-guide-with-apache-shiro-posted.html">Java
Authorization Guide with Apache Shiro posted</a>
-
+ <div class="logo-heading-block">
+ <a class="blogHeading"
href="2011/02/28/java-authorization-guide-with-apache-shiro-posted.html">Java
Authorization Guide with Apache Shiro posted</a>
+ <div class="page-metadata"><a class="url fn news-userlink"
href="https://stormpath.com/blog/author/alex">Alex Salazar</a> posted on Feb
28, 2011</div>
</div>
- <div class="wiki-content">
+ <div class="news-content">
<p>In our effort to improve the documentation you need to get started
with Shiro, we've written a quick <a href="java-authorization-guide.html"
title="Java Authorization Guide">Java Authorization Guide</a> for your review.
Check out and tell us what you think. And if you haven't already, check out
our previous post, the <a href="java-authentication-guide.html" title="Java
Authentication Guide">Java Authentication Guide</a>.</p>
</div>
- </div>
+</div>
<div class="blog-post-listing">
- <div class="logo-heading-block">
- <span class="logoBlock">
- <a class="userLogoLink"
href="https://cwiki.apache.org/confluence/display/~skipshot4">
- <img class="userLogo logo"
src="https://cwiki.apache.org/confluence/images/icons/profilepics/default.gif"
alt="User icon: skipshot4" title="skipshot4">
- </a> </span>
- <span class="blogHeading">
- </span><div class="page-metadata not-personal"><a class="url
fn confluence-userlink"
href="https://cwiki.apache.org/confluence/display/~skipshot4">Alex Salazar</a>
posted on Feb 09, 2011</div>
- <a class="blogHeading"
href="2011/02/10/apache-shiro-integration-for-grails-113-released.html">Apache
Shiro Integration for Grails 1.1.3 released</a>
-
- </div>
+ <div class="logo-heading-block">
+ <a class="blogHeading"
href="2011/02/10/apache-shiro-integration-for-grails-113-released.html">Apache
Shiro Integration for Grails 1.1.3 released</a>
+ <div class="page-metadata"><a class="url fn news-userlink"
href="https://stormpath.com/blog/author/alex">Alex Salazar</a> posted on Feb
09, 2011</div>
+ </div>
- <div class="wiki-content">
+ <div class="news-content">
<p>Secure your Grails application quickly and easily using the Apache
Shiro security framework. Although easy to get started with, this framework
gives you a great deal of flexibility and will support your application as it
grows.</p>
-<p><a class="external-link" href="https://grails.org/plugin/shiro"
rel="nofollow">https://grails.org/plugin/shiro</a></p>
- </div>
+ <p><a class="external-link" href="https://grails.org/plugin/shiro"
rel="nofollow">https://grails.org/plugin/shiro</a></p>
</div>
+</div>
<div class="blog-post-listing">
- <div class="logo-heading-block">
- <span class="logoBlock">
- <a class="userLogoLink"
href="https://cwiki.apache.org/confluence/display/~skipshot4">
- <img class="userLogo logo"
src="https://cwiki.apache.org/confluence/images/icons/profilepics/default.gif"
alt="User icon: skipshot4" title="skipshot4">
- </a> </span>
- <span class="blogHeading">
- </span><div class="page-metadata not-personal"><a class="url
fn confluence-userlink"
href="https://cwiki.apache.org/confluence/display/~skipshot4">Alex Salazar</a>
posted on Jan 13, 2011</div>
- <a class="blogHeading"
href="2011/01/13/apache-shiro-support-for-mule.html">Apache Shiro Support for
Mule</a>
-
- </div>
+ <div class="logo-heading-block">
+ <a class="blogHeading"
href="2011/01/13/apache-shiro-support-for-mule.html">Apache Shiro Support for
Mule</a>
+ <div class="page-metadata"><a class="url fn news-userlink"
href="https://stormpath.com/blog/author/alex">Alex Salazar</a> posted on Jan
13, 2011</div>
+ </div>
- <div class="wiki-content">
+ <div class="news-content">
<p>Mule now has integration with Apache Shiro. Thanks to Dan
Diephouse at <a class="external-link" href="https://developer.mulesoft.com"
rel="nofollow">MuleSoft</a> for the great blog post. </p>
-<p><a class="external-link"
href="http://blogs.mulesoft.com/dev/mule-dev/apache-shiro-support-for-mule/"
rel="nofollow">http://blogs.mulesoft.com/dev/mule-dev/apache-shiro-support-for-mule/</a></p>
- </div>
+ <p><a class="external-link"
href="http://blogs.mulesoft.com/dev/mule-dev/apache-shiro-support-for-mule/"
rel="nofollow">http://blogs.mulesoft.com/dev/mule-dev/apache-shiro-support-for-mule/</a></p>
</div>
+</div>
<div class="blog-post-listing">
- <div class="logo-heading-block">
- <span class="logoBlock">
- <a class="userLogoLink"
href="https://cwiki.apache.org/confluence/display/~skipshot4">
- <img class="userLogo logo"
src="https://cwiki.apache.org/confluence/images/icons/profilepics/default.gif"
alt="User icon: skipshot4" title="skipshot4">
- </a> </span>
- <span class="blogHeading">
- </span><div class="page-metadata not-personal"><a class="url
fn confluence-userlink"
href="https://cwiki.apache.org/confluence/display/~skipshot4">Alex Salazar</a>
posted on Jan 06, 2011</div>
- <a class="blogHeading"
href="2011/01/06/apache-shiro-video-and-slide-from-sf-jug-presentation.html">Apache
Shiro Video and Slide from SF JUG Presentation</a>
-
- </div>
+ <div class="logo-heading-block">
+ <a class="blogHeading"
href="2011/01/06/apache-shiro-video-and-slide-from-sf-jug-presentation.html">Apache
Shiro Video and Slide from SF JUG Presentation</a>
+ <div class="page-metadata"><a class="url fn news-userlink"
href="https://stormpath.com/blog/author/alex">Alex Salazar</a> posted on Jan
06, 2011</div>
+ </div>
- <div class="wiki-content">
+ <div class="news-content">
<p>Check out the video from the San Francisco Java User Group
presentation on Apache Shiro.</p>
-<h2><a
name="ApacheShiroVideoandSlidefromSFJUGPresentation-Video"></a>Video</h2>
-
-<object width="640" height="385"><param valuetype="data" name="movie"
value="http://www.youtube.com/v/5ZepGFzYHpE?fs=1&hl=en_US"><param
valuetype="data" name="allowFullScreen" value="true"><param valuetype="data"
name="allowscriptaccess" value="always"><embed
src="http://www.youtube.com/v/5ZepGFzYHpE?fs=1&hl=en_US"
type="application/x-shockwave-flash" allowscriptaccess="always"
allowfullscreen="true" width="640" height="385"></embed></object>
-
-
-<h2><a
name="ApacheShiroVideoandSlidefromSFJUGPresentation-Slides"></a>Slides</h2>
-
-<object id="__sse5521015" width="425" height="355"><param valuetype="data"
name="movie"
value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=apacheshiropresentation-20101013-101021174352-phpapp01&stripped_title=simple-application&userName=marakana"><param
valuetype="data" name="allowFullScreen" value="true"><param valuetype="data"
name="allowScriptAccess" value="always"><embed name="__sse5521015"
src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=apacheshiropresentation-20101013-101021174352-phpapp01&stripped_title=simple-application&userName=marakana"
type="application/x-shockwave-flash" allowscriptaccess="always"
allowfullscreen="true" width="425" height="355"></embed></object>
+ <h2><a
name="ApacheShiroVideoandSlidefromSFJUGPresentation-Video"></a>Video</h2>
+ <object width="640" height="385"><param valuetype="data" name="movie"
value="http://www.youtube.com/v/5ZepGFzYHpE?fs=1&hl=en_US"><param
valuetype="data" name="allowFullScreen" value="true"><param valuetype="data"
name="allowscriptaccess" value="always"><embed
src="http://www.youtube.com/v/5ZepGFzYHpE?fs=1&hl=en_US"
type="application/x-shockwave-flash" allowscriptaccess="always"
allowfullscreen="true" width="640" height="385"></embed></object>
-<p>Courtesy of Aleksandar and Max at the <a class="external-link"
href="http://www.sfjava.org/" rel="nofollow">SF JUG</a></p>
+ <p>Courtesy of Aleksandar and Max at the <a class="external-link"
href="http://www.sfjava.org/" rel="nofollow">SF JUG</a></p>
</div>
- </div>
+</div>
<div class="blog-post-listing">
- <div class="logo-heading-block">
- <span class="logoBlock">
- <a class="userLogoLink"
href="https://stormpath.com/blog/author/les">
- <img class="userLogo logo"
src="http://www.gravatar.com/avatar/c0e89e7a227d5612bfd82f7851c4a070" alt="User
icon: lhazlewood" title="lhazlewood">
- </a> </span>
- <span class="blogHeading">
- </span><div class="page-metadata not-personal"><a class="url
fn confluence-userlink" href="https://stormpath.com/blog/author/les">Les
Hazlewood</a> posted on Nov 03, 2010</div>
- <a class="blogHeading"
href="2010/11/03/apache-shiro-110-released.html">Apache Shiro 1.1.0 Released</a>
-
- </div>
+ <div class="logo-heading-block">
+ <a class="blogHeading"
href="2010/11/03/apache-shiro-110-released.html">Apache Shiro 1.1.0 Released</a>
+ <div class="page-metadata"><a class="url fn news-userlink"
href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on Nov
03, 2010</div>
+ </div>
- <div class="wiki-content">
+ <div class="news-content">
<p>Dear Apache Shiro Community,</p>
-<p>We are proud and excited to offer Apache Shiro's first release as an Apache
Top Level Project, Apache Shiro version 1.1.0.</p>
+ <p>We are proud and excited to offer Apache Shiro's first release as
an Apache Top Level Project, Apache Shiro version 1.1.0.</p>
-<p>This release includes a number of bug fixes, new features and one important
security vulnerability fix - it is recommended that users upgrade to 1.1.0 as
soon as possible.</p>
+ <p>This release includes a number of bug fixes, new features and one
important security vulnerability fix - it is recommended that users upgrade to
1.1.0 as soon as possible.</p>
-<p>Version 1.1.0 is available immediately for download <a href="download.html"
title="Download">here</a> accompanied by <a href="documentation.html"
title="Documentation">associated documentation</a> and <a class="external-link"
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12314742&styleName=Html&projectId=12310950">Release
Notes</a>.</p>
+ <p>Version 1.1.0 is available immediately for download <a
href="download.html" title="Download">here</a> accompanied by <a
href="documentation.html" title="Documentation">associated documentation</a>
and <a class="external-link"
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12314742&styleName=Html&projectId=12310950">Release
Notes</a>.</p>
-<p>All binaries are available in Maven Central already. Please note that most
of the Apache mirrors have been updated to reflect the source distribution, but
some mirrors may not be updated yet. If a mirror download link does not work,
please try another or wait another 12 to 24 hours.</p>
+ <p>All binaries are available in Maven Central already. Please note
that most of the Apache mirrors have been updated to reflect the source
distribution, but some mirrors may not be updated yet. If a mirror download
link does not work, please try another or wait another 12 to 24 hours.</p>
-<p>Enjoy!</p>
- </div>
+ <p>Enjoy!</p>
</div>
+</div>
<div class="blog-post-listing">
- <div class="logo-heading-block">
- <span class="logoBlock">
- <a class="userLogoLink"
href="https://stormpath.com/blog/author/les">
- <img class="userLogo logo"
src="news.userimage//confluence/download/attachments/87901/lhazlewood-43904-pp-les_devnexus_speaking_350x350.jpg?version=1&modificationDate=1327433703000"
alt="User icon: lhazlewood" title="lhazlewood">
- </a> </span>
- <span class="blogHeading">
- </span><div class="page-metadata not-personal"><a class="url
fn confluence-userlink" href="https://stormpath.com/blog/author/les">Les
Hazlewood</a> posted on Sep 24, 2010</div>
- <a class="blogHeading"
href="2010/09/24/apache-shiro-becomes-an-apache-top-level-project.html">Apache
Shiro becomes an Apache Top Level Project</a>
-
- </div>
+ <div class="logo-heading-block">
+ <a class="blogHeading"
href="2010/09/24/apache-shiro-becomes-an-apache-top-level-project.html">Apache
Shiro becomes an Apache Top Level Project</a>
+ <div class="page-metadata"><a class="url fn news-userlink"
href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on Sep
24, 2010</div>
+ </div>
- <div class="wiki-content">
+ <div class="news-content">
<p>On Wednesday, September 22nd 2010, the Apache Software Foundation
Board voted unanimously to accept Apache Shiro's graduation out of the
Incubator and to become a Apache Top Level Project.</p>
-<p>Many thanks to the entire community for the continued growth and support,
and especially to our Mentors, for helping us navigate the project through the
incubation process. Everything is much appreciated and it has been well worth
it.</p>
+ <p>Many thanks to the entire community for the continued growth and
support, and especially to our Mentors, for helping us navigate the project
through the incubation process. Everything is much appreciated and it has been
well worth it.</p>
-<p>Next steps: It will take us a bit of time to migrate our infrastructure to
non-Incubator resources (shiro.apache.org subdomain, Subversion move, etc), so
please stay tuned. Hopefully that can be done in the next two weeks. Shortly
thereafter, we hope to release Shiro 1.1.</p>
+ <p>Next steps: It will take us a bit of time to migrate our
infrastructure to non-Incubator resources (shiro.apache.org subdomain,
Subversion move, etc), so please stay tuned. Hopefully that can be done in the
next two weeks. Shortly thereafter, we hope to release Shiro 1.1.</p>
-<p>Thanks again to all, and please keep contributing to the project and the
mailing lists to continually better the project for everyone!</p>
+ <p>Thanks again to all, and please keep contributing to the project
and the mailing lists to continually better the project for everyone!</p>
-<p>Best regards,</p>
+ <p>Best regards,</p>
-<p>Les</p>
- </div>
+ <p>Les</p>
</div>
+</div>
<div class="blog-post-listing">
- <div class="logo-heading-block">
- <span class="logoBlock">
- <a class="userLogoLink"
href="https://stormpath.com/blog/author/les">
- <img class="userLogo logo"
src="news.userimage//confluence/download/attachments/87901/lhazlewood-43904-pp-les_devnexus_speaking_350x350.jpg?version=1&modificationDate=1327433703000"
alt="User icon: lhazlewood" title="lhazlewood">
- </a> </span>
- <span class="blogHeading">
- </span><div class="page-metadata not-personal"><a class="url
fn confluence-userlink" href="https://stormpath.com/blog/author/les">Les
Hazlewood</a> posted on Sep 20, 2010</div>
- <a class="blogHeading"
href="2010/09/20/san-francisco-jug-presentation.html">San Francisco JUG
presentation</a>
-
- </div>
+ <div class="logo-heading-block">
+ <a class="blogHeading"
href="2010/09/20/san-francisco-jug-presentation.html">San Francisco JUG
presentation</a>
+ <div class="page-metadata"><a class="url fn news-userlink"
href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on Sep
20, 2010</div>
+ </div>
- <div class="wiki-content">
+ <div class="news-content">
<p>On 12 October 2010 at 6:30 pm PDT, Les Hazlewood will present <a
class="external-link" href="http://www.sfjava.org/calendar/13539905/"
rel="nofollow">Super Simple Application Security with Apache Shiro</a> to the
San Francisco Java User Group. Please RSVP if you wish to attend - seats are
limited!</p>
</div>
</div>
<div class="blog-post-listing">
- <div class="logo-heading-block">
- <span class="logoBlock">
- <a class="userLogoLink"
href="https://stormpath.com/blog/author/les">
- <img class="userLogo logo"
src="news.userimage//confluence/download/attachments/87901/lhazlewood-43904-pp-les_devnexus_speaking_350x350.jpg?version=1&modificationDate=1327433703000"
alt="User icon: lhazlewood" title="lhazlewood">
- </a> </span>
- <span class="blogHeading">
- </span><div class="page-metadata not-personal"><a class="url
fn confluence-userlink" href="https://stormpath.com/blog/author/les">Les
Hazlewood</a> posted on Sep 14, 2010</div>
- <a class="blogHeading"
href="2010/09/14/ibm-developerworks-introduction-to-apache-shiro.html">IBM
DeveloperWorks - Introduction to Apache Shiro</a>
-
+ <div class="logo-heading-block">
+ <a class="blogHeading"
href="2010/09/14/ibm-developerworks-introduction-to-apache-shiro.html">IBM
DeveloperWorks - Introduction to Apache Shiro</a>
+ <div class="page-metadata"><a class="url fn news-userlink"
href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on Sep
14, 2010</div>
</div>
- <div class="wiki-content">
+ <div class="news-content">
<p>Nathan Good wrote <a class="external-link"
href="http://www.ibm.com/developerworks/web/library/wa-apacheshiro/"
rel="nofollow">an article</a> introducing some of Apache Shiro's capabilities.
Thanks Nathan!</p>
</div>
- </div>
+</div>
<div class="blog-post-listing">
- <div class="logo-heading-block">
- <span class="logoBlock">
- <a class="userLogoLink"
href="https://stormpath.com/blog/author/les">
- <img class="userLogo logo"
src="news.userimage//confluence/download/attachments/87901/lhazlewood-43904-pp-les_devnexus_speaking_350x350.jpg?version=1&modificationDate=1327433703000"
alt="User icon: lhazlewood" title="lhazlewood">
- </a> </span>
- <span class="blogHeading">
- </span><div class="page-metadata not-personal"><a class="url
fn confluence-userlink" href="https://stormpath.com/blog/author/les">Les
Hazlewood</a> posted on Jun 01, 2010</div>
- <a class="blogHeading"
href="2010/06/01/sdforum-java-sig-apache-shiro-presentation.html">SDForum Java
SIG Apache Shiro Presentation</a>
-
- </div>
+ <div class="logo-heading-block">
+ <div class="page-metadata"><a class="url fn news-userlink"
href="https://stormpath.com/blog/author/les">Les Hazlewood</a> posted on Jun
01, 2010</div>
+ <a class="blogHeading"
href="2010/06/01/sdforum-java-sig-apache-shiro-presentation.html">SDForum Java
SIG Apache Shiro Presentation</a>
+
+ </div>
- <div class="wiki-content">
+ <div class="news-content">
<p>Tonight, 1 June 2010, Les Hazlewood <a class="external-link"
href="http://www.sdforum.org/index.cfm?fuseaction=Calendar.eventDetail&eventID=13671&pageId=471"
rel="nofollow">will present</a> Apache Shiro to the SDForum Java SIG in Palo
Alto, California. Please come if you can!</p>
</div>
- </div>
+</div>
<input type="hidden" id="ghEditPage" value="news.html"></input>