sslext java.lang.ClassCastException in SecureRequestProcessor

2005-03-31 Thread Mark Shifman
I just started playing with sslext and I have a problem. java.lang.ClassCastException org.apache.struts.action.SecureRequestProcessor.processPreprocess(SecureRequestProcessor.java:102) My first login action is supposed to use ssl but it forwards to logon action and a menu that doesn't

RE: sslext java.lang.ClassCastException in SecureRequestProcessor

2005-03-31 Thread David G. Friedman
does NOT use SecureActionConfig while your requestProcessor seems to expect it. Regards, David -Original Message- From: Mark Shifman [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 2:57 PM To: Struts Users Mailing List Subject: sslext java.lang.ClassCastException