Randal, you're right, form field names ARE case-sensitive. At the time
I wrote the very first form fields parser, I was probably operating in
the "ColdFusion" mode (ColdFusion is an application server, similar to
ASP), in which variable names were case-insensitive.
So, the next version will be case-sensitive wrt form field names.
While we are at it, I'll fold in some mechanism for resolving multiple
values for the same field name (happens when you select multiple items
in a selection list).
On a (slightly) related note, AbstractLauncher class>>extractParams
method upper-cases field names (those are parameters for the Squeak
plugin).
Bolot