Hi,
My application (based on Struts 1.0.2) uses the context "greco", and I have
some Actions with forward defined like this with a redirect flag :
<action path="/oneAction"
type="greco.webapp.MyAction"
name="MyForm"
scope="request"
input="/one.jsp">
<forward name="success" path="/otherAction.do" redirect="true"/>
</action>
On websphere 4.0.2, I get a curious behaviour : When a browser calls
http://www.myserver.com/greco/oneAction.do
I'm redirected to
http://www.myserver.com/greco/greco/otherAction.do (two times "greco")
Did someone notice such context string duplication on redirect ?
Do you have any solution to avoid it ?
Nico
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>