Re: Re: SSLExt and Struts Workflow?

2003-10-16 Thread Steve Ditlinger
ow logic is extracted > > into a separate class WorkflowRequestProcessorLogic. If you are > > interested, have a look at the classes WorkflowRequestProcessor, > > TilesWorkflowRequestProcessor, WorkflowRequestProcessorLogic and > > WorkflowRequestProcessorLogicAdapter. > >

Re: SSLExt and Struts Workflow?

2003-09-23 Thread Steve Ditlinger
I'll admit to not having used Struts Workflow. But I don't know of any reason why sslext should not work, as long as actions are defined in a struts config file like other struts apps. If Struts Workflow uses its own RequestProcessor, you would not be able to use the sslext RequestProcessor (wit

Re: InvalidClassException....

2003-09-17 Thread Steve Ditlinger
This sounds like you need to make sure that each server/node in the cluster has the same version of the class. The failover node is trying to deserialize a class that was serialized on the original node as a different version of the same class. Steve - Original Message - From: "Trieu, D

[ANN] new version of sslext for Struts 1.10 posted

2003-09-16 Thread Steve Ditlinger
Minor change to fix a bug in previously-posted version that could result in exceptions if the action specified in the sslext:link or sslext:form tags could not be found. sslext for Struts 1.10 - 3 is the latest version, available at http://sslext.sourceforge.net. I will be deprecating previous S

Re: sslext can only get it to post

2003-09-15 Thread Steve Ditlinger
Yes, Tomcat's handling of the is very complementary to the use of sslext. Unfortunately, unless this has changed recently, not all containers behave in this way. Weblogic, for instance, just creates a response that outputs a message to the browser stating that a particular URL is available only

RE: Implementing HTTPS in Struts

2002-02-10 Thread Steve Ditlinger
Robert, All: We have added SecureFormTag as an extension to FormTag for our implementation of HTTPS/HTTP web application switching. SecureFormTag will determine if the action specified as the "action" attribute value should be called using SSL or not. The HTML "form" element it creates will the