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 0723D200D5C for ; Fri, 15 Dec 2017 19:03:27 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 05CA3160C14; Fri, 15 Dec 2017 18:03:27 +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 4D772160C04 for ; Fri, 15 Dec 2017 19:03:26 +0100 (CET) Received: (qmail 74076 invoked by uid 500); 15 Dec 2017 18:03:25 -0000 Mailing-List: contact commits-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 commits@geode.apache.org Received: (qmail 74067 invoked by uid 99); 15 Dec 2017 18:03:25 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Dec 2017 18:03:25 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id DC1408812D; Fri, 15 Dec 2017 18:03:23 +0000 (UTC) Date: Fri, 15 Dec 2017 18:03:23 +0000 To: "commits@geode.apache.org" Subject: [geode] branch develop updated: GEODE-3923 Document the 2 new properties serializable-object-filter (#1166) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151336100307.23792.17759033746853023351@gitbox.apache.org> From: kmiller@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: geode X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Oldrev: 73e7f4881573d2f709809ea03923688167761229 X-Git-Newrev: eff77bb1e2eb8a00a2e998bfcb3a692c949eaa7d X-Git-Rev: eff77bb1e2eb8a00a2e998bfcb3a692c949eaa7d X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Fri, 15 Dec 2017 18:03:27 -0000 This is an automated email from the ASF dual-hosted git repository. kmiller pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new eff77bb GEODE-3923 Document the 2 new properties serializable-object-filter (#1166) eff77bb is described below commit eff77bb1e2eb8a00a2e998bfcb3a692c949eaa7d Author: Karen Miller AuthorDate: Fri Dec 15 10:03:20 2017 -0800 GEODE-3923 Document the 2 new properties serializable-object-filter (#1166) * GEODE-3923 Document the 2 new properties serializable-object-filter and validate-serializable-objects * GEODE-3923 Revise validate-serializable-objects property defn --- geode-docs/reference/topics/gemfire_properties.html.md.erb | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/geode-docs/reference/topics/gemfire_properties.html.md.erb b/geode-docs/reference/topics/gemfire_properties.html.md.erb index a80ba02..3d99fbb 100644 --- a/geode-docs/reference/topics/gemfire_properties.html.md.erb +++ b/geode-docs/reference/topics/gemfire_properties.html.md.erb @@ -572,6 +572,13 @@ Any security-related (properties that begin with securit not set +serializable-object-filter +A semicolon-separated list of items that become full class names of objects that the system will serialize when the property validate-serializable-objects is set to true. The list is expanded using the patterns specified in the createFilter method at +https://docs.oracle.com/javase/9/docs/api/java/io/ObjectInputFilter.Config.html. +S, C +"!*" + + server-bind-address Relevant only for multi-homed hosts - machines with multiple network interface cards. Network adapter card a <%=vars.product_name%> server binds to for client/server communication. You can use this to separate the server’s client/server communication from its peer-to-peer communication, spreading the traffic load.

This is a machine-wide attribute used for communication with clients in client/server and multi-site installations. This setting has no effect on locator configuration.

@@ -753,6 +760,12 @@ See +validate-serializable-objects +A boolean that defaults to false. When true, instances of classes that are not internal to <%=vars.product_name%> and whose class name is not allowed by the list defined in the serializable-object-filter property will not be permitted to be deserialized. An IncompatibleClassException is thrown for objects not listed. JDK 8 build 121 or a later build must be installed to use this property. Servers and clients that do not meet this requirement will throw an exception upon [...] +S, C +false + -- To stop receiving notification emails like this one, please contact ['"commits@geode.apache.org" '].