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 E168B200D15 for ; Wed, 20 Sep 2017 20:05:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DFD181609D8; Wed, 20 Sep 2017 18:05:39 +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 2D6601609E2 for ; Wed, 20 Sep 2017 20:05:39 +0200 (CEST) Received: (qmail 32944 invoked by uid 500); 20 Sep 2017 18:05:28 -0000 Mailing-List: contact issues-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list issues@geode.apache.org Received: (qmail 30183 invoked by uid 99); 20 Sep 2017 18:03:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Sep 2017 18:03:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 8FC021A3EA6 for ; Wed, 20 Sep 2017 18:03:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id ofPA9fzE5Len for ; Wed, 20 Sep 2017 18:03:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 835A3610F0 for ; Wed, 20 Sep 2017 18:03:04 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C65E0E0ECF for ; Wed, 20 Sep 2017 18:03:03 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 9F34B241DD for ; Wed, 20 Sep 2017 18:03:01 +0000 (UTC) Date: Wed, 20 Sep 2017 18:03:01 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-3249) Validate internal client/server messages MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 20 Sep 2017 18:05:40 -0000 [ https://issues.apache.org/jira/browse/GEODE-3249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16173601#comment-16173601 ] ASF subversion and git services commented on GEODE-3249: -------------------------------------------------------- Commit 99b0fd6f9b0c73540f46c8c98acc089b67be791d in geode's branch refs/heads/master from [~bschuchardt] [ https://gitbox.apache.org/repos/asf?p=geode.git;h=99b0fd6 ] GEODE-3249: internal messages should require credentials Removed unnecessary statement in one of the tests added for this ticket. (cherry picked from commit 7cbbf67f3ae313920421fe24f15a72ce27ea2308) > Validate internal client/server messages > ---------------------------------------- > > Key: GEODE-3249 > URL: https://issues.apache.org/jira/browse/GEODE-3249 > Project: Geode > Issue Type: Bug > Components: docs, messaging > Reporter: Anthony Baker > Assignee: Bruce Schuchardt > Fix For: 1.3.0, 1.2.1 > > > Some message types can not be invoked directly by an end user. For validation purposes, we should treat these messages the same way we treat normal messages. -- This message was sent by Atlassian JIRA (v6.4.14#64029)