Re: getRequestURI() for Struts 1.1 app in WebSphere 5.1 returns query string if query string is appended in path of forward in struts-config.xml

2009-05-14 Thread Randy Burgess
I've noticed differences in HttpServletRequest method results between application servers and they don't seem to always stick to the spec. Is WAS 5.1 on Servlet 2.2 or 2.1 or even older? Make sure you're looking at the right spec for that version too. Randy Burgess > From: mule_user > Reply-T

Re: getRequestURI() for Struts 1.1 app in WebSphere 5.1 returns query string if query string is appended in path of forward in struts-config.xml

2009-05-14 Thread Philip Luppens
On Thu, May 14, 2009 at 10:47 PM, mule_user wrote: > > I have to maintain Struts 1.1 application that will be running in WebSphere > 5.1 (J2EE 1.3). > > If struts-config.xml has an entry like: path="/submit.do?my=Update"/> > > then request.getRequestURI()  returns the query string > > In other wo

getRequestURI() for Struts 1.1 app in WebSphere 5.1 returns query string if query string is appended in path of forward in struts-config.xml

2009-05-14 Thread mule_user
I have to maintain Struts 1.1 application that will be running in WebSphere 5.1 (J2EE 1.3). If struts-config.xml has an entry like: then request.getRequestURI() returns the query string In other words, if forward has request parameters, then request.getRequestURI() in Action cl