Re: Post form with "x-www-form-urlencoded" content type and Coyote Connector

2008-08-18 Thread deniak
Actually, it's a POST request: http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1 When I receive the request, I want to deal with an input stream. David Smith-2 wrote: > > Forgive me if I'm wrong, but this looks like the browser should send a > GET request. Why would you expect an

Post form with "x-www-form-urlencoded" content type and Coyote Connector

2008-08-18 Thread deniak
Hi all, Has anyone ever used a form with "x-www-form-urlencoded" Content-Type to a web application running on tomcat? I don't know why but when I use that kind of Content-Type, my inputstream is empty. There's no problem if I use another Content-Type. It seems there's a problem with coyote connec