SSL Interceptor by Ernst van der Linden

Interceptors , News Add comments
By: Luis Majano

Ernst has just posted his code for an ssl interceptor he just created. It looks awesome so take a look for yourself.

4 responses to “SSL Interceptor by Ernst van der Linden”

  1. Rob Gonda Says:
    It's missing some functionality ... how does it know which event has to be secured? It should secure only specific events, and force unsecured requests for the rest. something like
    if not isSsl and requireSll then cflocate to https
    if isSsl and not requireSll then cflocate to http
  2. Luis Majano Says:
    That is up to Ernst, but I think its a good start.
  3. Ernst van der Linden Says:
    Rob you're right. We could implement that. Just make a list of allowed events without SSL as a property in interceptor xml definition and then check with event.getCurrentEvent() if we need SSL.

    I will take a look and keep you informed.
  4. Ernst van der Linden Says:
    Rob, I made in new blog entry. The SSL interceptor now supports SSL for specific events.
    Comments are welcome!

Leave a Reply