You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2016/07/12 05:45:38 UTC

[08/26] isis-site git commit: ISIS-1335: removing -SNAPSHOT for 1.13.0, also migration and release notes

http://git-wip-us.apache.org/repos/asf/isis-site/blob/2c032b24/content/guides/ugsec.html
----------------------------------------------------------------------
diff --git a/content/guides/ugsec.html b/content/guides/ugsec.html
index a787e80..035c8fa 100644
--- a/content/guides/ugsec.html
+++ b/content/guides/ugsec.html
@@ -623,7 +623,7 @@ for Apache Isis and contribute back to the project)</p>
 <p>A further aspect of security is auditing: recording what data was modified by which user.</p>
 </div>
 <div class="paragraph">
-<p>As of <code>1.13.0-SNAPSHOT</code> Apache Isis provides the <a href="rgsvc.html#_rgsvc_api_InteractionContext"><code>InteractionContext</code></a>
+<p>Apache Isis provides the <a href="rgsvc.html#_rgsvc_api_InteractionContext"><code>InteractionContext</code></a>
 can be used to track the actions being invoked, and the <a href="rgsvc.html#_rgsvc_spi_AuditerService"><code>AuditerService</code></a>
 captures what data was modified as a result (auditing).  When <code>Interaction</code>s are persisted (eg by way of
 (non-ASF) <a href="http://github.com/isisaddons/isis-module-publishmq">Isis addons' publishmq</a> module) this provides excellent
@@ -688,7 +688,7 @@ isis.authorization=shiro</code></pre>
 <div class="sect2">
 <h3 id="_configuring_isis_shiro_authenticator">2.2. Configuring Isis' Shiro Authenticator</h3>
 <div class="paragraph">
-<p>The <code>ShiroAuthenticatorOrAuthorizor</code> class itself supports a single optional property (<code>1.13.0-SNAPSHOT</code>).  This can
+<p>The <code>ShiroAuthenticatorOrAuthorizor</code> class itself supports a single optional property.  This can
 be configured in <code>authentication_shiro.properties</code> file:</p>
 </div>
 <div class="listingblock">
@@ -708,7 +708,7 @@ the Shiro subject - if found to be still authenticated - will be logged out anyw
 </td>
 <td class="content">
 <div class="paragraph">
-<p>This auto-logout behaviour was the default prior to <code>1.13.0-SNAPSHOT</code>, but is believed to be the root cause of some
+<p>This auto-logout behaviour was the default prior to <code>1.13.0</code>, but is believed to be the root cause of some
 exceptions caused by a possible race condition.  There should generally be no need to change this property from its
 default (<code>false</code>).</p>
 </div>