Hello,
I have a struts 1.24 application that uses a old database connection system that I would like to remove. I do not have a lot of time, but would like to toss in Springs IOC so I can use the dao portion of it. This would open me up to hibernate, etc, down the road. I know there are some Equinox applications that use Struts/Spring IOC, but the problem I have, is I have already extended the action mapping with SSLExt for 443 to 80 in my app. I do not think I can use a delegating proxy from Spring because of this. Should I loose the SSLExt and just use Security Constraints to clean things up? Then use the Spring Delegating Action? And if I use security constraints, would it always stay in https when going from a secure to non-secure page? Any input would sincerely be appreciated. Thanks, Scott
