You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Tom Schneider (JIRA)" <ji...@apache.org> on 2006/12/17 01:24:57 UTC

[jira] Commented: (WW-1563) URL tag includeParams get functionality does not work under websphere

    [ http://issues.apache.org/struts/browse/WW-1563?page=comments#action_39118 ] 
            
Tom Schneider commented on WW-1563:
-----------------------------------

Thanks for the quick resolution.  I'll be backporting your fix to webwork and testing it on Monday.

> URL tag includeParams get functionality does not work under websphere
> ---------------------------------------------------------------------
>
>                 Key: WW-1563
>                 URL: http://issues.apache.org/struts/browse/WW-1563
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.0.1
>         Environment: Websphere 5.1.1.8, 5.1.1.13, 6.1
>            Reporter: Tom Schneider
>         Assigned To: Don Brown
>             Fix For: 2.0.2
>
>         Attachments: websphere-includeparams.patch
>
>
> In our testing with webwork, we found that the URL tag includeParams functionality does not work under Websphere 5 and 6.  The issue is that after a forward, the call to request.getQueryString() always returns null, regardless of whether there were query parameters for the original request.  The fix is to additionally look for getAttribute("javax.servlet.forward.query_string") since this is where this information is stored for 2.4 servlet containers.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira