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 65EE7200BA5 for ; Tue, 4 Oct 2016 19:05:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 64AC3160AC7; Tue, 4 Oct 2016 17:05:22 +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 A93FC160ACC for ; Tue, 4 Oct 2016 19:05:21 +0200 (CEST) Received: (qmail 75180 invoked by uid 500); 4 Oct 2016 17:05:20 -0000 Mailing-List: contact dev-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list dev@aries.apache.org Received: (qmail 75162 invoked by uid 99); 4 Oct 2016 17:05:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2016 17:05:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 75C892C0B05 for ; Tue, 4 Oct 2016 17:05:20 +0000 (UTC) Date: Tue, 4 Oct 2016 17:05:20 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@aries.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ARIES-1623) FilterHelper OBJECTCLASS_EXPRESSION excludes inner classes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 04 Oct 2016 17:05:22 -0000 [ https://issues.apache.org/jira/browse/ARIES-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15545982#comment-15545982 ] ASF subversion and git services commented on ARIES-1623: -------------------------------------------------------- Commit e41310ac80eabd13e249161f930512eb64a500b6 in aries-rsa's branch refs/heads/master from [~dcnorris] [ https://git-wip-us.apache.org/repos/asf?p=aries-rsa.git;h=e41310a ] [ARIES-1623] Fix for inner class not matching pattern > FilterHelper OBJECTCLASS_EXPRESSION excludes inner classes > ---------------------------------------------------------- > > Key: ARIES-1623 > URL: https://issues.apache.org/jira/browse/ARIES-1623 > Project: Aries > Issue Type: Bug > Components: Remote Service Admin > Reporter: David Norris > > The existing OBJECTCLASS_EXPRESSION in the FilterHelper class filters out inner classes. Its not clear to me this is a desired behavior since I can find nothing in the remote service admin specification stating it is unacceptable to publish a service using an inner class interface. Many code generation tools choose to nest many classes into a single java file, so I think there are some valid use cases for supporting this if it is not excluded in the specification. > I have submitted a patch https://github.com/apache/aries-rsa/pull/12 for consideration; however, I realize this is a mirror and someone will likely need to manage its merge to the official repository. -- This message was sent by Atlassian JIRA (v6.3.4#6332)