From dev-return-1800-archive-asf-public=cust-asf.ponee.io@tiles.apache.org Fri Jul 6 17:32:26 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8F9F6180627 for ; Fri, 6 Jul 2018 17:32:25 +0200 (CEST) Received: (qmail 1210 invoked by uid 500); 6 Jul 2018 15:32:24 -0000 Mailing-List: contact dev-help@tiles.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tiles.apache.org Delivered-To: mailing list dev@tiles.apache.org Received: (qmail 1192 invoked by uid 99); 6 Jul 2018 15:32:23 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jul 2018 15:32:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B77C4E08ED; Fri, 6 Jul 2018 15:32:23 +0000 (UTC) From: chschu To: dev@tiles.apache.org Reply-To: dev@tiles.apache.org Message-ID: Subject: [GitHub] tiles pull request #14: TILES-598: Possible NullPointerException in OptionsR... Content-Type: text/plain Date: Fri, 6 Jul 2018 15:32:23 +0000 (UTC) GitHub user chschu opened a pull request: https://github.com/apache/tiles/pull/14 TILES-598: Possible NullPointerException in OptionsRenderer This PR fixes the NullPointerException described in TILES-598. Instead of (erroneously) assuming a non-null cache value if the key exists, it checks the cached value for null. You can merge this pull request into a Git repository by running: $ git pull https://github.com/chschu/tiles trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tiles/pull/14.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #14 ---- commit 42e2abf80de803c08520f301896251a299e1b4b0 Author: Christian Schuster Date: 2018-07-06T15:21:37Z TILES-598: Possible NullPointerException in OptionsRenderer ---- ---