You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2017/07/17 12:46:17 UTC

[25/50] [abbrv] polygene-java git commit: Forgot to assemble Shiro module

Forgot to assemble Shiro module


Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/53fe704e
Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/53fe704e
Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/53fe704e

Branch: refs/heads/master
Commit: 53fe704e239c852dcbe26925249329d93b0f3f17
Parents: f838035
Author: niclas <ni...@hedhman.org>
Authored: Sun Jul 9 11:42:44 2017 +0800
Committer: Paul Merlin <pa...@apache.org>
Committed: Thu Jul 13 17:12:53 2017 +0200

----------------------------------------------------------------------
 .../templates/ConnectivityLayer/HttpServerModule/bootstrap.tmpl   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/53fe704e/tools/generator-polygene/app/templates/ConnectivityLayer/HttpServerModule/bootstrap.tmpl
----------------------------------------------------------------------
diff --git a/tools/generator-polygene/app/templates/ConnectivityLayer/HttpServerModule/bootstrap.tmpl b/tools/generator-polygene/app/templates/ConnectivityLayer/HttpServerModule/bootstrap.tmpl
index 98fc77a..84c6226 100644
--- a/tools/generator-polygene/app/templates/ConnectivityLayer/HttpServerModule/bootstrap.tmpl
+++ b/tools/generator-polygene/app/templates/ConnectivityLayer/HttpServerModule/bootstrap.tmpl
@@ -62,7 +62,8 @@ public class HttpServerModule
     {
 <% if( hasFeature('security') ) {
 %>        new HttpShiroAssembler()
-            .withConfig( module, Visibility.module );
+            .withConfig( module, Visibility.module )
+            .assemble( module );
         module.forMixin( ShiroIniConfiguration.class ).declareDefaults().iniResourcePath().set("web-shiro.ini");
         new SecureJettyServiceAssembler()
             .withConfig( module, Visibility.layer )