Normally it should be 'POST not supported' guessing by specs. As you know,
servlets support doGet and doPost and default methods output that kind of
header. So what you do is you implement all two methods.
As far as I know implementing 'service' method is enough to support all two
methods (GET and POST) but maybe I'm wrong (and in example program it's
written that you normally do not implement 'service').
> I am having problem with using doPost. See I want to pass parameters to
> servlet, but I don't want them show up along with url. So instead of
> service and doGet (by the way service and doGet are working fine), I am
> trying to use doPost, but I am having an error message like,
> Error: 400
> HTTP method GET is not supported by this URL
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html