Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E3262200CC4 for ; Thu, 13 Jul 2017 17:14:48 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E0D5216BC40; Thu, 13 Jul 2017 15:14:48 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3543816BBEF for ; Thu, 13 Jul 2017 17:14:48 +0200 (CEST) Received: (qmail 65510 invoked by uid 500); 13 Jul 2017 15:14:47 -0000 Mailing-List: contact commits-help@polygene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@polygene.apache.org Delivered-To: mailing list commits@polygene.apache.org Received: (qmail 65497 invoked by uid 99); 13 Jul 2017 15:14:47 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jul 2017 15:14:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8E1B9F552E; Thu, 13 Jul 2017 15:14:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: paulmerlin@apache.org To: commits@polygene.apache.org Date: Thu, 13 Jul 2017 15:14:45 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [01/10] polygene-java git commit: Forgot to assemble Shiro module archived-at: Thu, 13 Jul 2017 15:14:49 -0000 Repository: polygene-java Updated Branches: refs/heads/develop f8380359b -> b4700bb43 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/develop Commit: 53fe704e239c852dcbe26925249329d93b0f3f17 Parents: f838035 Author: niclas Authored: Sun Jul 9 11:42:44 2017 +0800 Committer: Paul Merlin 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 )