[ http://issues.apache.org/struts/browse/WW-1563?page=comments#action_39130 ] Don Brown commented on WW-1563: -------------------------------
Could you add this code and explanation to our FAQ: http://cwiki.apache.org/confluence/display/WW/FAQs > 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, > Websphere51QueryStringInterceptor.java > > > 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
