bito-code-review[bot] commented on PR #15950:
URL: https://github.com/apache/grails-core/pull/15950#issuecomment-4930543421

   <!-- Bito Reply -->
   The observation regarding `isPropertyAllowedByWhitelist` is accurate. The 
current implementation relies on exact matches and simple prefix checks, which 
fails to account for the wildcard semantics used by the binder (e.g., 
`address.*` or `address_*`). Updating the whitelist evaluation to support these 
patterns would ensure that nested properties are correctly identified as 
bindable, allowing `nullMissing` to function consistently across nested paths.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to