Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A7F4411A2C for ; Thu, 15 May 2014 08:01:28 +0000 (UTC) Received: (qmail 27780 invoked by uid 500); 15 May 2014 01:33:24 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 27740 invoked by uid 500); 15 May 2014 01:33:24 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 27721 invoked by uid 99); 15 May 2014 01:33:24 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 May 2014 01:33:24 +0000 Date: Thu, 15 May 2014 01:33:24 +0000 (UTC) From: "Aaron T. Myers (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-6406) Add capability for NFS gateway to reject connections from unprivileged ports MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-6406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron T. Myers updated HDFS-6406: --------------------------------- Attachment: HDFS-6406.patch Straightforward patch attached which implements this feature. This patch also takes the opportunity to refactor a method or two to reduce some repeated code, and add some javadoc that I noticed was missing. Please review. > Add capability for NFS gateway to reject connections from unprivileged ports > ---------------------------------------------------------------------------- > > Key: HDFS-6406 > URL: https://issues.apache.org/jira/browse/HDFS-6406 > Project: Hadoop HDFS > Issue Type: Bug > Components: nfs > Affects Versions: 2.4.0 > Reporter: Aaron T. Myers > Assignee: Aaron T. Myers > Attachments: HDFS-6406.patch > > > Many NFS servers have the ability to only accept client connections originating from privileged ports. It would be nice if the HDFS NFS gateway had the same feature. -- This message was sent by Atlassian JIRA (v6.2#6252)