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.

[922 byte] By [StrutFool] at [2007-11-26 12:03:12]
# 1
Any ideas anyone?or has anyone a method of switching transparently between http and https using another method? perhaps a servlet filter?
StrutFool at 2007-7-7 12:28:15 > top of Java-index,Java Essentials,Java Programming...