mendix / CommunityCommons

This module adds a number reusable Java methods to your project, which can be called from Microflows or custom Java actions.
Apache License 2.0
13 stars 57 forks source link

[RTO-2959] Allow nulls for the XSSSanitize configuration #114

Closed mx-adrian closed 2 years ago

mx-adrian commented 2 years ago

Summary

Previously, nulls (or empty) would throw an exception during initialisation of an XSSSanitize instance. This is now resolved by using Stream.of instead of List.of, as the former allows nulls.

Further Changes

jds-mendix commented 2 years ago

LGTM