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 <christian.schuster@...>
Date: 2018-07-06T15:21:37Z
TILES-598: Possible NullPointerException in OptionsRenderer
----
---