[ http://mc4j.org/jira/browse/STS-244?page=all ]
Tim Fennell updated STS-244:
----------------------------
Fix Version/s: Release 1.4.3
(was: Release 1.5)
> Redirect/ForwardResolution.addParameter doesn't work correctly if called
> repeatedly with the same parameter name
> ----------------------------------------------------------------------------------------------------------------
>
> Key: STS-244
> URL: http://mc4j.org/jira/browse/STS-244
> Project: Stripes
> Issue Type: Bug
> Components: ActionBean Dispatching
> Reporter: Tim Fennell
> Assigned To: Tim Fennell
> Priority: Minor
> Fix For: Release 1.4.3
>
>
> You might expect the following:
> new RedirectResolution("/foo.jsp").addParameter("bar",
> "one").addParameter("bar", "two");
> to produce a redirect to "/foo.jsp?bar=one&bar=two", but it's actually just
> overriding it to "/foo.jsp?bar=two".
> It's not as horrible as it might sound, because the workaround is just to use
> the var-arg method call: addParameter("bar", "one", "two"), but it would be
> better and convenient if ti worked for multiple calls.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://mc4j.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development