Jan 19
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.
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”
Jan 19, 2008 at 11:50 PM 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
Jan 19, 2008 at 11:54 PM That is up to Ernst, but I think its a good start.
Jan 21, 2008 at 4:01 PM 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.
Jan 21, 2008 at 5:47 PM Rob, I made in new blog entry. The SSL interceptor now supports SSL for specific events.
Comments are welcome!