I am working through the email module and when I subscribe to my list I see a pyramid debug toolbar message that it is squashing an exception HTTP.Found when I send POST request to /newsletter/add_subscriber from the little subscribe form.
Is this an exception we should be concerned about or is it just part of running the app in develop mode?
It seems redirect feature will always raise an exception.
I am working through the email module and when I subscribe to my list I see a pyramid debug toolbar message that it is squashing an exception
HTTP.Found
when I send POST request to/newsletter/add_subscriber
from the little subscribe form.Is this an exception we should be concerned about or is it just part of running the app in develop mode?
It seems redirect feature will always raise an exception.
base_controller.py
line 23