You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ch...@apache.org on 2014/02/14 22:50:29 UTC

svn commit: r1568531 - in /db/derby/docs/trunk/src: devguide/cdevcsecure41285.dita devguide/cdevcsecure864242.dita devguide/cdevcsecure96815.dita devguide/cdevstandardsxml.dita devguide/rdevcsecure557.dita ref/rrefjta18596.dita

Author: chaase3
Date: Fri Feb 14 21:50:29 2014
New Revision: 1568531

URL: http://svn.apache.org/r1568531
Log:
DERBY-6480  Oracle Java documentation URLs need updating

Modified 5 Developer's Guide topics and one Reference Manual topic.

Patch: DERBY-6480.diff

Modified:
    db/derby/docs/trunk/src/devguide/cdevcsecure41285.dita
    db/derby/docs/trunk/src/devguide/cdevcsecure864242.dita
    db/derby/docs/trunk/src/devguide/cdevcsecure96815.dita
    db/derby/docs/trunk/src/devguide/cdevstandardsxml.dita
    db/derby/docs/trunk/src/devguide/rdevcsecure557.dita
    db/derby/docs/trunk/src/ref/rrefjta18596.dita

Modified: db/derby/docs/trunk/src/devguide/cdevcsecure41285.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/cdevcsecure41285.dita?rev=1568531&r1=1568530&r2=1568531&view=diff
==============================================================================
--- db/derby/docs/trunk/src/devguide/cdevcsecure41285.dita (original)
+++ db/derby/docs/trunk/src/devguide/cdevcsecure41285.dita Fri Feb 14 21:50:29 2014
@@ -33,14 +33,14 @@ authentication</indexterm></indexterm></
 <p>The runtime library provided with the Java Development Kit (JDK) includes
 libraries that allow you to access an LDAP directory service. See the API
 documentation for the <i>javax.naming.ldap</i> package at
-<xref format="html" href="http://download.oracle.com/javase/6/docs/api/" 
-scope="external">http://download.oracle.com/javase/6/docs/api/</xref>, the
+<xref format="html" href="http://docs.oracle.com/javase/7/docs/api/" 
+scope="external">http://docs.oracle.com/javase/7/docs/api/</xref>, the
 LDAP section of the JNDI tutorial at
-<xref format="html" href="http://download.oracle.com/javase/tutorial/jndi/ldap/" 
-scope="external">http://download.oracle.com/javase/tutorial/jndi/ldap/</xref>,
+<xref format="html" href="http://docs.oracle.com/javase/tutorial/jndi/ldap/" 
+scope="external">http://docs.oracle.com/javase/tutorial/jndi/ldap/</xref>,
 and the LDAP section of the JNDI specification at
-<xref format="html" href="http://download.oracle.com/javase/1.5.0/docs/guide/jndi/spec/jndi/jndi.5.html#pgfId=999241"
-scope="external">http://download.oracle.com/javase/1.5.0/docs/guide/jndi/spec/jndi/jndi.5.html#pgfId=999241</xref>.
+<xref format="html" href="http://docs.oracle.com/javase/1.5.0/docs/guide/jndi/spec/jndi/jndi.5.html#pgfId=999241"
+scope="external">http://docs.oracle.com/javase/1.5.0/docs/guide/jndi/spec/jndi/jndi.5.html#pgfId=999241</xref>.
 </p>
 <p>To use an LDAP directory service, set <i>derby.authentication.provider</i> to
 <i>LDAP</i> and specify appropriate permissions in your security policy

Modified: db/derby/docs/trunk/src/devguide/cdevcsecure864242.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/cdevcsecure864242.dita?rev=1568531&r1=1568530&r2=1568531&view=diff
==============================================================================
--- db/derby/docs/trunk/src/devguide/cdevcsecure864242.dita (original)
+++ db/derby/docs/trunk/src/devguide/cdevcsecure864242.dita Fri Feb 14 21:50:29 2014
@@ -35,8 +35,8 @@ you configured the external authenticati
 <p>The list of supported properties can be found in Appendix A: JNDI Standard
 Environment Properties in the Java Naming and Directory API at 
 <xref format="html" 
-href="http://download.oracle.com/javase/1.5.0/docs/guide/jndi/spec/jndi/properties.html"
-scope="external">http://download.oracle.com/javase/1.5.0/docs/guide/jndi/spec/jndi/properties.html</xref>.
+href="http://docs.oracle.com/javase/1.5.0/docs/guide/jndi/spec/jndi/properties.html"
+scope="external">http://docs.oracle.com/javase/1.5.0/docs/guide/jndi/spec/jndi/properties.html</xref>.
 The external directory service must support the property.</p>
 <p>Each JNDI provider has its set of properties that you can set within the <ph
 conref="../conrefs.dita#prod/productshortname"></ph> system.</p>

Modified: db/derby/docs/trunk/src/devguide/cdevcsecure96815.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/cdevcsecure96815.dita?rev=1568531&r1=1568530&r2=1568531&view=diff
==============================================================================
--- db/derby/docs/trunk/src/devguide/cdevcsecure96815.dita (original)
+++ db/derby/docs/trunk/src/devguide/cdevcsecure96815.dita Fri Feb 14 21:50:29 2014
@@ -31,7 +31,7 @@ disk encryption and requires an encrypti
 Runtime Environment (JRE) for Java SE includes Java Cryptographic Extensions
 (JCE, part of the Java Cryptography Architecture) and one or more default
 encryption providers. For more information, see the <i><xref format="html"
-href="http://download.oracle.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html"
+href="http://docs.oracle.com/javase/7/docs/technotes/guides/security/crypto/CryptoSpec.html"
 scope="external">Java Cryptography Architecture (JCA) Reference Guide</xref></i>.
 </p>
 <p> The JRE determines the default encryption provider as follows:</p>

Modified: db/derby/docs/trunk/src/devguide/cdevstandardsxml.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/cdevstandardsxml.dita?rev=1568531&r1=1568530&r2=1568531&view=diff
==============================================================================
--- db/derby/docs/trunk/src/devguide/cdevstandardsxml.dita (original)
+++ db/derby/docs/trunk/src/devguide/cdevstandardsxml.dita Fri Feb 14 21:50:29 2014
@@ -88,8 +88,8 @@ Some JVMs include a version of Xalan tha
 JVM comes with a too old version of Xalan, you may need to override
 the version of Xalan in the JVM with a
 newer version by using the Endorsed Standards Override Mechanism described at
-<xref format="html" href="http://download.oracle.com/javase/1.5.0/docs/guide/standards/"
-scope="external">http://download.oracle.com/javase/1.5.0/docs/guide/standards/</xref>. To
+<xref format="html" href="http://docs.oracle.com/javase/1.5.0/docs/guide/standards/"
+scope="external">http://docs.oracle.com/javase/1.5.0/docs/guide/standards/</xref>. To
 use this mechanism, download and install a binary distribution of Xalan from
 Apache and set the system property <codeph>java.endorsed.dirs</codeph> to point
 to the Xalan installation directory.

Modified: db/derby/docs/trunk/src/devguide/rdevcsecure557.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/rdevcsecure557.dita?rev=1568531&r1=1568530&r2=1568531&view=diff
==============================================================================
--- db/derby/docs/trunk/src/devguide/rdevcsecure557.dita (original)
+++ db/derby/docs/trunk/src/devguide/rdevcsecure557.dita Fri Feb 14 21:50:29 2014
@@ -102,9 +102,8 @@ repository in <ph conref="../conrefs.dit
 <entry colname="1"><codeph>java.naming.*</codeph></entry>
 <entry colname="2">JNDI properties. See Appendix A in the JNDI API reference
 (<xref format="html" 
-href="http://download.oracle.com/javase/1.5.0/docs/guide/jndi/spec/jndi/properties.html"
-scope="external">http://download.oracle.com/javase/1.5.0/docs/guide/jndi/spec/jn
-di/properties.html</xref>) for more information about these properties.</entry>
+href="http://docs.oracle.com/javase/1.5.0/docs/guide/jndi/spec/jndi/properties.html"
+scope="external">http://docs.oracle.com/javase/1.5.0/docs/guide/jndi/spec/jndi/properties.html</xref>) for more information about these properties.</entry>
 </row>
 </tbody>
 </tgroup>

Modified: db/derby/docs/trunk/src/ref/rrefjta18596.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefjta18596.dita?rev=1568531&r1=1568530&r2=1568531&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefjta18596.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefjta18596.dita Fri Feb 14 21:50:29 2014
@@ -33,8 +33,8 @@ down a database for</indexterm></indexte
 <section><p>This section documents the JDBC interfaces that <ph conref="../conrefs.dita#prod/productshortname"></ph> implements
 for Java EE compliance. </p><p>For more details about these interfaces, see the
 API documentation for your version of the Java Development Kit, which you
-can find at <xref format="html" href="http://download.oracle.com/javase/"
-scope="external">http://download.oracle.com/javase/</xref>.   <ul
+can find at <xref format="html" href="http://docs.oracle.com/javase/"
+scope="external">http://docs.oracle.com/javase/</xref>.   <ul
 id="i1017905">
 <li><i id="jta20722">javax.sql.DataSource</i> <p>An interface that is a factory
 for connections to the physical data source that the object represents. An