Re: SSL Interceptor

2007-06-06 Thread sudeepj2ee
Hi Your ssl interceptor really helped me a lot in my project,where we are using ssl, I wanted to know whether we can goto a more granular level with this interceptor based on the method call, current its based on per class call,I was trying to use exclude method with the interceptor but could

SSL Interceptor

2007-04-20 Thread Shahak Nagiel
Following up on my thread from yesterday, I've finished work on the SSL Interceptor, which can be added to the default stack and works as follows: - If the associated action class is marked with the (custom) @SSLProtected annotation and it's an HTTP (non-SSL) GET request, then the i