jQuery Ajax Timeouts with Spring Security
Here's how we handled Ajax timeouts with Spring Security. In your login controller, set response status to 401. In your Ajax error callback, check for the 401 code and redirect…
Here's how we handled Ajax timeouts with Spring Security. In your login controller, set response status to 401. In your Ajax error callback, check for the 401 code and redirect…