yada

kwladyka 2019-01-11T17:50:18.025500Z

Is it possible to turn off all default places which show things like exception for 404? Considering security for auth I don’t want to show all people I use Java / Clojure / Yada / Bidi / Manifold / Ring / Aleph when they hit URL which doesn’t exist. I can replace 404 website, but I guess there are more places like this. I will be never sure I found all of them.

kwladyka 2019-01-11T17:51:57.026300Z

I guess Yada show also more dangerous exception by default.

kwladyka 2019-01-11T17:57:51.027300Z

For example exception with spec, where values are showed. That could be a leak of vulnerable data.

kwladyka 2019-01-11T19:23:34.029400Z

I guess it is not possible now. Please give me feedback if you want to implement turn off stack trace by default / by conf - it is critical for me to decide if I want to start new system with Yada or back to Ring.