Bugs item #850772, was opened at 2003-11-28 15:12
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=850772&group_id=22866
Category: JBossWeb
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Stefan Groschupf (joa23)
Assigned to: Nobody/Anonymous (nobody)
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.
----------------------------------------------------------------------
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: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development