Are you sure you did not put "redirect=true" in your <forward> elements? What does the address bar say?
Michael. On 9/23/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > We have an application that does the following ( we use struts 1.2.4, > tomcat 5.0.28, jdk 1.4.2) > > a) user requests /x/y/action.do?x=1 > > b) the action executes then JSP forwards (via ActionForward) to > /x/y/somefile.jsp > > c) the resulting JSP page calls request.getRequestURL(). It returns > /x/y/action.do (which is what we expect) > > > > We just upgraded Tomcat to 5.5.9 and to jdk 1.5, (struts still the same) > now the behavior has changed. > > > a) user requests /x/y/action.do?x=1 > > b) the action executes then JSP forwards (via ActionForward) to > /x/y/somefile.jsp > > c) the resulting JSP page calls request.getRequestURL(). It returns > /x/y/somefile.jsp (instead of action.do) > > Our app is broke because of this, any ideas? > > thanks! > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]