Return-Path: X-Original-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 99F11C15D for ; Wed, 16 May 2012 23:11:28 +0000 (UTC) Received: (qmail 48635 invoked by uid 500); 16 May 2012 23:11:28 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 48558 invoked by uid 500); 16 May 2012 23:11:28 -0000 Mailing-List: contact hama-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-dev@incubator.apache.org Received: (qmail 48439 invoked by uid 99); 16 May 2012 23:11:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2012 23:11:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2012 23:11:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 22D3782A7 for ; Wed, 16 May 2012 23:11:07 +0000 (UTC) Date: Wed, 16 May 2012 23:11:07 +0000 (UTC) From: "Hudson (JIRA)" To: hama-dev@incubator.apache.org Message-ID: <1382022513.6510.1337209867144.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1142439529.3541.1337162822187.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HAMA-574) isFiltered parameter is ignored in addContext(pathSpec,dir,isFiltered) method MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HAMA-574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13277246#comment-13277246 ] Hudson commented on HAMA-574: ----------------------------- Integrated in Hama-Nightly #549 (See [https://builds.apache.org/job/Hama-Nightly/549/]) [HAMA-574] - not ignoring the passed isFIltered parameter anymore (Revision 1339103) Result = SUCCESS tommaso : Files : * /incubator/hama/trunk/core/src/main/java/org/apache/hama/http/HttpServer.java > isFiltered parameter is ignored in addContext(pathSpec,dir,isFiltered) method > ----------------------------------------------------------------------------- > > Key: HAMA-574 > URL: https://issues.apache.org/jira/browse/HAMA-574 > Project: Hama > Issue Type: Bug > Components: bsp core > Affects Versions: 0.4.0 > Reporter: Tommaso Teofili > Assignee: Tommaso Teofili > Priority: Trivial > Fix For: 0.5.0 > > > addContext(String pathSpec, String dir, boolean isFiltered) delegates the call to the addContext(Context context, boolean isFiltered) method setting isFiltered to true, so the isFiltered param passed to the 3 params method is just ignored. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira