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
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
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