I ran into what might be a bug in OrionServer's parameter parsing.  I have a
JSP page that is called from a form submit and if one of the parameters is
empty but does not include an equal sign all of the parameters return null
(via getParameter()).  For example, the first URL works fine but the second
one results in all null-values.

blahjsp?one=1&two=&three=3

blahjsp?one=1&two&three=3


Thank you,
Brien Voorhees

Reply via email to