You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Fawzib Rojas <f_...@spectron-msim.com> on 2011/03/08 14:22:11 UTC

Odd Cocoon 2.2 POST problem

I'm making a generator that is a descendant of AbstractGenerator. The 
problem I'm having is when I use a POST. If in my form I use the 
encoding type "text/plain" all works well, content-length is ok, I open 
the stream and read the posted data. If I use the encoding type 
"application/x-www-form-urlencoded" or "multipart/form-data", the 
content length is ok, but I get no data on the stream.

What am I doing wrong?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org