Environment:  Red Hat LInux 6.0 (kernel 2.2.5-15), IBM JDK 1.1.6

I have encountered a bug in the JSWDK 1.0 final release that was also
present in the early access release.  Submitting a form to a JSP page
works when you use method=GET but fails when you use method=POST.  In
Netscape, you get error "connection reset by peer".  In Explorer, you
get "The connection with the server was reset".  (I have also had this
happen when I submit a form using method=POST to a regular servlet,)

To demonstrate this bug, go to the "examples/jsp/num" directory and
modify the "numguess.jsp" example.  Change both occurrences of
"method=get" to "method=post" and execute the example.

Craig McClanahan

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
For JSP FAQ, http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to