ninjaframework / ninja

Ninja is a full stack web framework for Java. Rock solid, fast and super productive.
http://www.ninjaframework.org
Apache License 2.0
1.91k stars 521 forks source link

Fix NullPointerException on Message::getWithDefault #724

Closed thibaultmeyer closed 2 years ago

thibaultmeyer commented 2 years ago

Fixes a NullPointerException in the use of Message::getWithDefault when both the value and the default value are null.

Resolves: #715