Hi, list!

Sorry for the sloppy bug report. If symptoms I describe are, indeed a
bug and not an expected behaviour, I'll post minimal example (if
needed ;) ).

I've found that WSAPI does not trim POST.

That is, there is a difference between

echo -n "param1=FOO" | POST "http://wsapi/request";

and (note lack of -n)

echo "param1=FOO" | POST "http://wsapi/request";

In the second case, post.param1 variable is "FOO\n", not "FOO".

Is this correct behaviour?

Alexander.

_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to