rmannibucau commented on issue #4: Accepted hosts ip range URL: https://github.com/apache/geronimo-metrics/pull/4#issuecomment-612447405 Hi @diuis , the issue - if I remember ;) - was that the range can become a kind of wildcard and break the whole goal of the validator. Therefore it seems I was more about making it easy to customize the validator (replace its impl by another one). For CDI app an easy solution can be a CDI event fired before the default validation with a Boolean and if an observer set it to true|false then we use that result as validation result otherwise we use the default impl. It would enable you to plug whatever impl fits your need (or we can have it as an extension/other module). wdyt?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
