kazeburo / Plack-Middleware-ServerStatus-Lite

Plack-Middleware-ServerStatus-Lite
Other
26 stars 11 forks source link

missing "allow" silent failure #12

Closed echolet closed 11 years ago

echolet commented 11 years ago

If "allow" is not provided, the module doesn't complain but silently returns 403 for any requests. Maybe it should either die "Allow is required" (and the pod should mention that it is in fact required), or it could default to "0.0.0.0/0" (allow all)

kazeburo commented 11 years ago

Released 0.20 display warnings when "allow" is not provided. thank you.