Repository: polygene-java Updated Branches: refs/heads/develop b4700bb43 -> 4f89ad99f
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/002fb1c7 Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/002fb1c7 Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/002fb1c7 Branch: refs/heads/develop Commit: 002fb1c7d61f53816c633fbec0ffdcef4fffa758 Parents: f838035 Author: niclas <[email protected]> Authored: Sun Jul 9 11:42:44 2017 +0800 Committer: niclas <[email protected]> Committed: Sun Jul 9 11:42:44 2017 +0800 ---------------------------------------------------------------------- .../templates/ConnectivityLayer/HttpServerModule/bootstrap.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-java/blob/002fb1c7/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 )
