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 2017/09/14 10:58:32 UTC

[2/6] isis git commit: Update _ugsec_configuring-isis-to-use-shiro.adoc

Update _ugsec_configuring-isis-to-use-shiro.adoc

Where to tell Apache Isis to use Shiro ?

Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/19f5b988
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/19f5b988
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/19f5b988

Branch: refs/heads/master
Commit: 19f5b98887aa1f2db8779cb45c50010d3cef9f5a
Parents: 1a9a40d
Author: ppirus <pp...@users.noreply.github.com>
Authored: Fri Sep 1 13:59:48 2017 +0200
Committer: GitHub <no...@github.com>
Committed: Fri Sep 1 13:59:48 2017 +0200

----------------------------------------------------------------------
 .../asciidoc/guides/ugsec/_ugsec_configuring-isis-to-use-shiro.adoc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/19f5b988/adocs/documentation/src/main/asciidoc/guides/ugsec/_ugsec_configuring-isis-to-use-shiro.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/ugsec/_ugsec_configuring-isis-to-use-shiro.adoc b/adocs/documentation/src/main/asciidoc/guides/ugsec/_ugsec_configuring-isis-to-use-shiro.adoc
index 3b930c1..b6d09ff 100644
--- a/adocs/documentation/src/main/asciidoc/guides/ugsec/_ugsec_configuring-isis-to-use-shiro.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/ugsec/_ugsec_configuring-isis-to-use-shiro.adoc
@@ -17,6 +17,7 @@ Both the xref:../ugfun/ugfun.adoc#_ugfun_getting-started_helloworld-archetype[He
 == Telling Apache Isis to use Shiro
 
 To tell Apache Isis to use Shiro, update the `WEB-INF/isis.properties` file:
+(sure about this? The HelloWorld App uses Shiro without this properties set. Instead the use of Shiro is mentioned in ../domainapp/application/HelloworldAppManifest.java: .withAuthMechanism("shiro")?! )
 
 [source,ini]
 ----