Bugs item #850772, was opened at 2003-11-28 07:12
Message generated for change (Comment added) 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: Open
>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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to