[cas-user] Throttling Login Attempts from GET requests

2012-09-13 Thread Julio C. Rivera
Hi, I'm using successfully throttling login attempts with "InspektrThrottledSubmissionByIpAddressAndUsernameHandlerInterceptorAdapter" in CAS 3.5. I have seen its only checks GET requests: public abstract class AbstractThrottledSubmissionHandlerInterceptorAdapter ...{ ... public final bo

Re: [cas-user] Logout with CAS\logout needs closing browser window

2012-09-13 Thread MrCrowley
Thanks, I've added the listener and checked de filter-mapping order in the web.xml and now It's all set fine. By the way the troubled app is JForum, which appens to mantain in session the user, so I've had to modify It's logout process and than redirect to CAS logout page. Doing this way I can f

Re: [cas-user] Throttling Login Attempts Configuration

2012-09-13 Thread Julio C. Rivera
Hi Rodrigo, I have tried that configuration and it works for me (using CAS 3.5). Regards. Julio. 2012/9/5 Rodrigo > Hello, I'm trying to implement throttling on CAS 3.5. > Although I managed to get CAS Server up and running, the throttling > feature isn't working (or it seems so). > > At fir