I've used redirect with a full URL to switch between SSL and a conventional connection, so it may be a Weblogic issue. Can you come up with a quick WAR that demonstrates the issue that we can try under different containers? > Jonathan wrote: > > I can forward from an action to another action. > Action1 ----(forward to *.do)----> Action2 ----(forward)----> > > I can NOT successfully redirect from an action to another action > Action1 ----(redirect to *.do)----> Action2 ----(forward)----> > > The mapping gets screwed up so that the path that the servlet > translates incorrectly, and thus the expected mapping is different > from the mapping you actually get. > > The path my action is mapped to: > /postsecure_jump.do > The path I get: > /successmtgs/postsecure_jump.do > > See ActionServlet processPath() > The problem may deal with weblogics implementation, or the way in > which the ActionServlet processes the path, or both

