Michael Osipov created HTTPCLIENT-1623:
------------------------------------------
Summary: Several files still refer to Java 1.5 Javadocs
Key: HTTPCLIENT-1623
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1623
Project: HttpComponents HttpClient
Issue Type: Bug
Components: Documentation, HttpClient
Affects Versions: 4.4 Final
Reporter: Michael Osipov
Priority: Minor
Fix For: 4.4.1, 4.5 Alpha1
Following files need to be updated except for the deprecated ones:
{noformat}
$ grep -rn "/1.5.0" . | grep -v "\.svn/*"
./fluent-hc/pom.xml:97:
<link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
./httpclient/pom.xml:142:
<link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
./httpclient/src/main/java/org/apache/http/conn/ssl/SSLConnectionSocketFactory.java:185:
* <a
href="http://docs.oracle.com/javase/1.5.0/docs/guide/security/jsse/JSSERefGuide.html">
./httpclient/src/main/java-deprecated/org/apache/http/conn/ssl/SSLSocketFactory.java:183:
* <a
href="http://docs.oracle.com/javase/1.5.0/docs/guide/security/jsse/JSSERefGuide.html">
./httpclient/src/main/java-deprecated/org/apache/http/impl/conn/SchemeRegistryFactory.java:59:
* <a
href="http://download.oracle.com/javase/1,5.0/docs/guide/security/jsse/JSSERefGuide.html">
./httpclient-cache/pom.xml:156:
<link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
./httpclient-win/pom.xml:83:
<link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
./httpmime/pom.xml:106:
<link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
./src/docbkx/connmgmt.xml:448:
url="http://java.sun.com/j2se/1.5.0/docs/guide/security/jsse/JSSERefGuide.html">
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]