The "100 Continue" should be handled at a fairly low level within the HTTP 
Client, and should never interfere with the receipt of the final response 
by the client application.  Are you saying that you receive the "100 
Continue" within your client application as if it is the final response? 
If so, then the HTTP client you are using is broken.  If not, please 
explain further.


Please respond to "Tomcat Users List" <users@tomcat.apache.org>

To:     "Tomcat Users List" <users@tomcat.apache.org>
cc:      
Subject:        Re: How to disable "HTTP/100 Continue" on Tomcat



Hello Johnson,

Thanks a lot for the quick reply.

Our client application is able to handle the "100 continue" response
though the "Application" message response is being handle by the
application. It is getting lost because of the first "100 Continue" 
message.
That´s why i thought that there was a config file to disable the 100
continue message.

Thanks again.
Best Regards,

Bruno

On 9/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Sorry for top post... limition of Notes e-mail client.
>
> "100 continue" is a documented part of the HTTP 1.1 protocol.  Your 
client
> application should either handle the "100 continue" response, or present
> itself as an HTTP 1.0 client in the original request, which will 
suppress
> the "100 continue" interim response.
>
>
>
> Please respond to "Tomcat Users List" <users@tomcat.apache.org>
>
> To:     users@tomcat.apache.org
> cc:
> Subject:        How to disable "HTTP/100 Continue" on Tomcat
>
>
>
> Hello All,
>
> I am a new user of TOMCAT sorry for any dumb question;-)
>
> TOMCAT version is *"jakarta-tomcat-4.1.31".*
> **
> We current have an application that replicates data.
>
> But we are having some issue because our Application is receiving the
> "HTTP/100 Continue" response before the "Application" response saying 
that
> everything was processed OK at the other side.
>
> Is there a way to disable this "HTTP/100 Continue" Message on TOMCAT?
>
> Thanks a lot in Advance.
> Best Regards,
>
> Bruno Vilardo
>
>
>
>


--
Bruno Vilardo
MFG/Pro Admin & Database Specialist
QAD Brazil
Office - 55 11 5508-2700
Mobile - 55 11 9999-8869
[EMAIL PROTECTED]

Reply via email to