Paul Yunusov wrote:
Roman,Pardon for butting in, but does this mean that my login servlet which accepts and processes a POST request, then uses response.sendRedirect() to send the user to a different resource (another servlet), is invalid?
The HTTP1.1 spec says the client should follow the redirect only if the method is GET or HEAD, so check that.
Erik
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
