update README

This commit is contained in:
kritzl 2026-02-17 16:16:48 +01:00
commit 1381bf6b2a
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
2 changed files with 79 additions and 24 deletions

View file

@ -134,6 +134,7 @@ public class AttributeEndpointsResourceProvider implements RealmResourceProvider
.toList();
})
.flatMap(List::stream)
// TODO: Ignore regex when empty
.map(attribute -> {
final Matcher matcher = attributeRegex.matcher(attribute);
return matcher.find() ? attribute : null;