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

Well, our testing showed that this resolved the issue under Websphere 6.1.  
However, it did not fix the issue for Websphere 5.1.1.8.  :(

According to IBM, the behavior should be consistent between all versions of 
Websphere. 
(http://www-1.ibm.com/support/docview.wss?fdoc=aimwas&rs=180&uid=swg21215961)  
I'll see if I can figure out where the query string is stored under Websphere 
5.1.  Let me know if you want a seperate bug for Websphere 5.1.

> 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

        

Reply via email to