> The slide server doesn't send it.
>
> On the client, it is defined but there is no specific code to process
> this status.
> You will have to write a test case for it and maybe write some kind of
> callback to notify your client app.

Yes, the servlet spec doesn't provide a way at the moment to send the HTTP
1xx information codes (which are always non-final, so you need to send the
real response). It may be doable by using some proprietary API on the
servlet container you're using. Tomcat 4.1 will provide some hooks to do
that, should it become needed. I'll try to suggest the feature for inclusion
in servlet API 2.4, as it would be very useful for WebDAV.

Remy


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to