classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] [Patch] http protocol implementation merged from GNU inetli


From: Michael Koch
Subject: [cp-patches] [Patch] http protocol implementation merged from GNU inetlib
Date: Tue, 30 Nov 2004 23:15:36 +0100
User-agent: Mutt/1.5.6+20040722i

Hi list,


I just commited the attached patch to merge the HTTP protocol
implementation from GNU inetlib. This gives no new mauve regressions but
it fixes none either. As this implementation introduces some new
features like chunked transmissions (needed for HTTP 1.1 compliance) I
think we miss some mauve testcases in this area. This implementation
is HTTP 1.1 compliant for real unlike the old implementation that only
claimed this.


Michael


2004-11-30  Michael Koch  <address@hidden>

        * gnu/java/net/BASE64.java,
        gnu/java/net/CRLFInputStream.java,
        gnu/java/net/CRLFOutputStream.java,
        gnu/java/net/EmptyX509TrustManager.java,
        gnu/java/net/GetLocalHostAction.java,
        gnu/java/net/GetSystemPropertyAction.java,
        gnu/java/net/LineInputStream.java,
        gnu/java/net/protocol/http/Authenticator.java,
        gnu/java/net/protocol/http/ByteArrayRequestBodyWriter.java,
        gnu/java/net/protocol/http/ByteArrayResponseBodyReader.java,
        gnu/java/net/protocol/http/ChunkedInputStream.java,
        gnu/java/net/protocol/http/Cookie.java,
        gnu/java/net/protocol/http/CookieManager.java,
        gnu/java/net/protocol/http/Credentials.java,
        gnu/java/net/protocol/http/HTTPConnection.java,
        gnu/java/net/protocol/http/HTTPDateFormat.java,
        gnu/java/net/protocol/http/HTTPURLConnection.java,
        gnu/java/net/protocol/http/Headers.java,
        gnu/java/net/protocol/http/Request.java,
        gnu/java/net/protocol/http/RequestBodyWriter.java,
        gnu/java/net/protocol/http/Response.java,
        gnu/java/net/protocol/http/ResponseBodyReader.java,
        gnu/java/net/protocol/http/ResponseHeaderHandler.java,
        gnu/java/net/protocol/http/SimpleCookieManager.java,
        gnu/java/net/protocol/http/event/ConnectionEvent.java,
        gnu/java/net/protocol/http/event/ConnectionListener.java,
        gnu/java/net/protocol/http/event/RequestEvent.java,
        gnu/java/net/protocol/http/event/RequestListener.java:
        New files
        * gnu/java/net/protocol/http/Connection.java:
        gnu/java/net/protocol/http/TODO: Removed
        * gnu/java/net/protocol/http/Handler.java: Updated.
        Merged HTTP protocol implementation from GNU inetlib.

Attachment: http.diff.bz2
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]