Discussion:
Making restrpc binding input handler smarter
Tom
2007-11-22 09:13:07 UTC
Permalink
We will be making the input handler smarter by making it match names
of arguments sent in the querystring against method arguments. By
doing this the binding will be able to:

- produce errors when invalid arguments are sent.
- recognize when arguments are sent in different order then defined in
the method arguments and put the correct argument in the correct place.
simonslaws-gM/Ye1E23mwN+
2007-11-22 10:54:40 UTC
Permalink
Post by Tom
We will be making the input handler smarter by making it match names
of arguments sent in the querystring against method arguments. By
- produce errors when invalid arguments are sent.
- recognize when arguments are sent in different order then defined in
the method arguments and put the correct argument in the correct place.
Parameter processing is really dumb at the moment so this all sounds
good to me.

Regards

Simon

Loading...