SSLEXT With Struts 1.1. and Tiles
Struts 1.1 (with tiles)
Java 1.5
Tomcat 5.5.9
MySQL 5.0
I have downloaded the sslext.jar from sourcefourge, in an attempt to implement transparent switching betweek http and https action mappings.
I have followed the implementation guide here http://www.devarticles.com/c/a/Java/Securing-Struts-Applications/7/
Once I have implemented, built and deployed the application I get the following error:
TilesPlugin : Specified RequestProcessor not compatible with TilesRequestProcessor
I have tracked this down to the following line in the struts-config.xml
<controller processorClass="org.apache.struts.action.SecureRequestProcessor"/>
It seems that there is a compatability issue with the sslext SecureRequestProcessor class and implementing tiles.
Has anyone come accross this before? Is there a solution?
Thanks.

