hi, I'm a newbie learning JSecurity. Your mission to be easy to understand and simple to use are promising!
After reading the QuickStart guide, I have an immediate question. Why it use exception to control the login flow? To my understanding, it's a conventional practice in Java not to use exception to control logic flow. reasons are, e.g. performance, distinguish between 'real' exception like the backend db is failed. Any comment? Regards, mingfai
