Changelog Report

Date Author File/Message
2003-07-02 01:28:49 Michael Becke build.xml v 1.29

release_notes.txt v 1.9

src/java/org/apache/commons/httpclient/HttpMethodBase.java v 1.159

xdocs/downloads.xml v 1.19

xdocs/news.xml v 1.20

xdocs/releases.xml v 1.12

xdocs/status.xml v 1.20

updates for 2.0 beta 2 release
2003-07-02 00:37:26 Michael Becke src/java/org/apache/commons/httpclient/WireLogInputStream.java v 1.12

Changed read(byte[]) so only bytes that have been read are written to the wire. PR: 21202
2003-07-01 01:12:29 Michael Becke src/java/org/apache/commons/httpclient/URI.java v 1.36

The URI is now correctly rebuilt after calling normalize(). This patch also includes a couple of style violations. PR: 21201
2003-06-29 21:34:06 Oleg Kalnichevski src/java/org/apache/commons/httpclient/util/URIUtil.java v 1.21

URIUtil#toUsingChar related methods deprecated
2003-06-28 01:38:43 Adrian Sutton src/java/org/apache/commons/httpclient/HttpMethodBase.java v 1.158

Changed HttpMethodBase to initialize its Log object with HttpMethodBase.class instead of HttpMethod.class. PR: Bug 21159 Submitted by: Laura Werner Reviewed by: Adrian Sutton
2003-06-27 21:17:36 Oleg Kalnichevski src/java/org/apache/commons/httpclient/HttpMethodBase.java v 1.157

Javadocs corrections Contributed by Gary Gregory <ggregory@seagullsw.com> & Oleg Kalnichevski
2003-06-27 03:20:32 Michael Becke src/java/org/apache/commons/httpclient/MultiThreadedHttpConnectionManager.java v 1.17

DEFAULT_MAX_HOST_CONNECTIONS and DEFAULT_MAX_TOTAL_CONNECTIONS are now public and static. PR: 21130 Submitted by: Gary Gregory
2003-06-25 09:45:00 Ortwin Glueck xdocs/logging.xml v 1.11

reduce log detail for most common use
2003-06-23 23:41:39 Michael Becke src/java/org/apache/commons/httpclient/HttpMethodBase.java v 1.156

src/java/org/apache/commons/httpclient/methods/PostMethod.java v 1.45

src/test/org/apache/commons/httpclient/TestRequestLine.java v 1.3

src/test/org/apache/commons/httpclient/TestWebappMethods.java v 1.17

Modifies form urlencoding to not encode *, ., - and _. Adds urlencoding for query params. PR: 20481 Reviewed by: Oleg Kalnichevski and Laura Werner
2003-06-21 11:15:47 Adrian Sutton src/java/org/apache/commons/httpclient/auth/NTLMScheme.java v 1.6

Fixed error message to report as NTLM authentication instead of basic. CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line.
2003-06-21 08:25:47 Adrian Sutton xdocs/authentication.xml v 1.5

Added link to detailed NTLM documentation. Obtained from: Eric Glass CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line.
2003-06-20 16:43:18 Oleg Kalnichevski src/java/org/apache/commons/httpclient/HttpMethodBase.java v 1.155

Bug fix #20942 (Request with DIGEST authentication fails when redirected) Contributed by Oleg Kalnichevski Reviewed by Mike Becke
2003-06-20 16:30:58 Oleg Kalnichevski src/java/org/apache/commons/httpclient/HttpMethodBase.java v 1.154

Code optimization Contributed by Oleg Kalnichevski Reviewed by Mike Becke
2003-06-20 13:33:09 Adrian Sutton src/test/org/apache/commons/httpclient/TestResponseHeaders.java v 1.8

Test cases for the fix to bug 20938. PR: bug 20938 Reviewed by: Michael Becke and Oleg Kalnichevski CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line.
2003-06-20 13:30:02 Adrian Sutton src/java/org/apache/commons/httpclient/HttpMethodBase.java v 1.153

Avoids a SocketException being thrown when the Content-Length header is missing. PR: bug 20938 Reviewed by: Michael Becke and Oleg Kalnichevski CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line.
2003-06-20 01:11:23 Michael Becke release_notes.txt v 1.8

Removed spurious control characters(again). Thanks to Tetsuya Kitahata for catching this.
2003-06-19 23:37:16 Michael Becke release_notes.txt v 1.7

Removed spurious control characters.
2003-06-19 23:28:20 Michael Becke release_notes.txt v 1.6

src/java/org/apache/commons/httpclient/URI.java v 1.35

src/test/org/apache/commons/httpclient/TestURI.java v 1.4

Updated URI path resolution to conform to http://www.apache.org/~fielding/uri/rev-2002/issues.html. PR: 20665 Reviewed by: Adrian Sutton and Oleg Kalnichevski
2003-06-19 21:09:19 Oleg Kalnichevski release_notes.txt v 1.5

Changelog updated
2003-06-19 20:52:07 Oleg Kalnichevski src/java/org/apache/commons/httpclient/methods/PostMethod.java v 1.44

src/test/org/apache/commons/httpclient/TestMethodCharEncoding.java v 1.2

src/test/org/apache/commons/httpclient/TestMethodsNoHost.java v 1.19

src/test/org/apache/commons/httpclient/TestWebappMethods.java v 1.16

Bug fix #20481 (HttpClient does not properly handle 'application/x-www-form-urlencoded' encoding) Contributed by Oleg Kalnichevski Reviewed by Mike Becke & Ortwin Glück
2003-06-19 07:54:33 Ortwin Glueck src/java/org/apache/commons/httpclient/methods/EntityEnclosingMethod.java v 1.18

added doc
2003-06-13 21:32:17 Oleg Kalnichevski src/java/org/apache/commons/httpclient/HttpMethodBase.java v 1.152

src/test/org/apache/commons/httpclient/TestMethodsNoHost.java v 1.18

Fixed the bug causing HttpMethodBase.getResponseBody() to throw NullPointerException when response body is empty. Test case added. Reported by Thomas Winkler <canuck@firemail.de> Contributed by Oleg Kalnichevski
2003-06-12 22:24:21 Adrian Sutton xdocs/sslguide.xml v 1.2

Minor clean-ups and rewording for clarity. Contributed by Adrian Sutton Reviewed by Oleg Kalnichevski
2003-06-12 19:12:16 Oleg Kalnichevski src/java/org/apache/commons/httpclient/cookie/CookieSpecBase.java v 1.16

src/test/org/apache/commons/httpclient/TestCookie.java v 1.22

RFC2109 cookie spec implementation does not properly handle default cookie path with a single leading back-slash ('/whatever.php'). Default cookie path with multiple back-slashes is processed correctly ('/path/whatever.php') Reported by Dan Åberg <dan.aberg@staff.spray.se> Contributed by Oleg Kalnichevski
2003-06-12 18:38:59 Oleg Kalnichevski src/java/org/apache/commons/httpclient/ConnectMethod.java v 1.18

Bug fix #20646 (Via NTLM proxy to SSL Apache/BasicAuth. - worked in may 22nd, but broken in beta1) Contributed by Oleg Kalnichevski Reviewed by Adrian Sutton
2003-06-12 04:35:11 Adrian Sutton project.xml v 1.34

Moved Adrian Sutton to be a committer instead of a contributor.
2003-06-12 03:31:50 Michael Becke xdocs/navigation.xml v 1.8

xdocs/sslguide.xml v 1.1

Added SSL Guide. PR: 10809 Submitted by: Oleg Kalnichevski
2003-06-10 22:42:51 Michael Becke src/java/org/apache/commons/httpclient/HttpMethodBase.java v 1.151

src/test/org/apache/commons/httpclient/TestResponseHeaders.java v 1.7

Duplicate connection headers are now handled correctly. PR: 20569 Reviewed by: Oleg Kalnichevski
2003-06-04 06:16:04 Ortwin Glueck docs/BUILDING.txt v 1.5

docs/TESTING.txt v 1.7

slightly improved docs
2003-06-04 06:16:29 Ortwin Glueck project.xml v 1.33

fixed encoding
2003-06-04 02:52:23 Michael Becke xdocs/releases.xml v 1.11

updated release procedures
2003-06-04 02:28:14 Michael Becke xdocs/authentication.xml v 1.4

xdocs/redirects.xml v 1.3

Updates to authentication and redirection xdocs. PR: 10816 Submitted by: Adrian Sutton Reviewed by: Michael Becke
2003-06-03 21:26:35 Oleg Kalnichevski xdocs/cookies.xml v 1.2

Minor corrections in the Cookies guide Contributed by Oleg Kalnichevski
2003-06-03 04:21:13 Michael Becke xdocs/news.xml v 1.19

added note about MANIFEST problem
2003-06-01 19:00:22 Michael Becke xdocs/downloads.xml v 1.18

2.0 Beta 1 release date now agrees with news page. Maven XMl dependency example now uses beta1.
2003-06-01 18:51:23 Michael Becke xdocs/cookies.xml v 1.1

xdocs/navigation.xml v 1.7

xdocs/troubleshooting.xml v 1.3

Added cookie documentation and modified troubleshooting guide. PR: 10809 Submitted by: Adrian Sutton Reviewed by: Michael Becke
2003-06-01 18:22:49 Michael Becke xdocs/applications.xml v 1.14

Added Mule. Submitted by: Ross Mason