toymachiner62 / hapi-authorization

ACL plugin for hapijs
MIT License
80 stars 25 forks source link

hapi-authorization is suppressing error messages #17

Closed xkjyeah closed 8 years ago

xkjyeah commented 8 years ago

After activating hapi-authorization, error messages (usually from calling undefined functions and accessing undefined properties) are not thrown as errors.

This is highly annoying. I'll be submitting a pull request soon.

xkjyeah commented 8 years ago

But it's been fixed 10 days ago... alright

leobudima commented 8 years ago

I have the same problem with 3.0.2 and hapi 13.3.0.

It's probably related to https://github.com/hapijs/hapi/issues/2771 , but same happens with useDomains set to false.