Disable Railo/Lucee Runtime Exceptions?

Is there a way to disable Railo/Lucee Runtime Exceptions? The tracking on
our production server does report lots of runtime exception (e.g.
railo.runtime.tag.Location → Page Request is aborted). Disabling
Debug-Mode in the admin GUI does not prevent Railo from reporting this
exception.

Have you looked in the admin under “Errors” ?

Regards

Mark Drew> On 20 Jan 2016, at 10:46, Bendra <@Bendra> wrote:

Is there a way to disable Railo/Lucee Runtime Exceptions? The tracking on our production server does report lots of runtime exception (e.g. railo.runtime.tag.Location → Page Request is aborted). Disabling Debug-Mode in the admin GUI does not prevent Railo from reporting this exception.


Love Lucee? Become a supporter and be part of the Lucee project today! - http://lucee.org/supporters/become-a-supporter.html http://lucee.org/supporters/become-a-supporter.html

You received this message because you are subscribed to the Google Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+unsubscribe@googlegroups.com mailto:lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com mailto:lucee@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/e3855efa-6f73-4028-abeb-541646e82bff%40googlegroups.com https://groups.google.com/d/msgid/lucee/e3855efa-6f73-4028-abeb-541646e82bff%40googlegroups.com?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout https://groups.google.com/d/optout.

Yes, there is only the option for changing the error templates. I don’t
think this is related, is it?

If fact I wonder why this exceptions are thrown even if Debug-Mode is set
to off. According to the
code railo/Location.java at master · getrailo/railo · GitHub
this should skip it:

if(pageContext.getConfig().debug())pageContext.getDebugger().setOutput(false
);