Skip to content

Commit

Permalink
Rephrased the opening statement of the release notes; updated downloa…
Browse files Browse the repository at this point in the history
…d page

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.0.x@997229 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ok2c committed Sep 15, 2010
1 parent 1dacd9d commit 25a8550
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Release 4.0.3
-------------------

This is an emergency release fixing a critical regression in SSL connection
management. 4.0.2 release included improved support for multihome hosts,
which produced a side effect on the default SSL hostname verification
algorithm. An attempt to establish an SSL connection fails with
javax.net.ssl.SSLException: "hostname in certificate didn't match ..." error.
This is an emergency release fixing a critical regression in the SSL
connection management code. HttpClient 4.0.2 release included an improved
support for multihome hosts, which unfortunately had a bug causing the default
SSL hostname verification logic to fail. An attempt to establish an SSL
connection with HttpClient 4.0.2 can result in javax.net.ssl.SSLException:
"hostname in certificate didn't match ..." error.

Changelog
-------------------
Expand Down
4 changes: 2 additions & 2 deletions src/site/apt/download.apt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ HttpClient Downloads
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.0.2</version>
<version>4.0.3</version>
<scope>compile</scope>
</dependency>
-------------------------
Expand All @@ -59,7 +59,7 @@ HttpClient Downloads
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.0.2</version>
<version>4.0.3</version>
<scope>compile</scope>
</dependency>
-------------------------

0 comments on commit 25a8550

Please sign in to comment.