moqui / moqui-runtime

The default runtime directory for Moqui Framework
Other
37 stars 79 forks source link

Allowed ips for /status has to be an exact match, no patterns are allowed. #208

Closed eigood closed 1 year ago

eigood commented 1 year ago

https://github.com/moqui/moqui-runtime/blob/a5212af35fd1e79e4d7b25703e8d21967e075a26/base-component/webroot/screen/webroot.xml#L29

It would be nice if this supported standard ipv4 subnets, and ipv6 masking as well.

eigood commented 1 year ago

While I still think it would be nice to allow for a more expressive list of addresses(whiteList, blackList, I looked at the jetty IPAccessHandler), I don't think I will submit a change to improve this at this time.

I'm going to improve this another way.