Bugs item #850772, was opened at 2003-11-28 07:12 Message generated for change (Settings changed) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=850772&group_id=22866
Category: JBossWeb Group: v3.2 >Status: Closed Resolution: Later Priority: 5 Submitted By: Stefan Groschupf (joa23) Assigned to: Scott M Stark (starksm) Summary: getParameterValues Initial Comment: All jboss jetty > 3.2.1. RC1. We notice that request.getParameterValues("key") return an array of _two times_ the same value if the url parameter has just one value. So we get ["value1", "value1"] when the url looks like bla.do?key=value1 If we have multiple values we get the right values. So we get ["value1", "value2"] when the url looks like bla.do?key=value1&key=value2 Future more we notice that this only happens if we call our struts action / servlet as an serverside include in a jsp page. ---------------------------------------------------------------------- Comment By: Scott M Stark (starksm) Date: 2003-12-09 11:30 Message: Logged In: YES user_id=175228 Submit a bug report to the jetty project and have them supply a patch if necessary for the embedding code. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=850772&group_id=22866 ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
