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 rh...@apache.org on 2018/11/23 17:48:28 UTC

svn commit: r1847300 - in /db/derby/docs/trunk/src: security/cseccsecure863446.dita security/csecembeddedperms.dita security/secderby.ditamap tuning/ctunperf816635.dita

Author: rhillegas
Date: Fri Nov 23 17:48:28 2018
New Revision: 1847300

URL: http://svn.apache.org/viewvc?rev=1847300&view=rev
Log:
DERBY-6980: Modularization-related changes to the Security and Tuning Guides; commit derby-6980-10-aa-securityAndTuningGuides.diff.

Removed:
    db/derby/docs/trunk/src/security/csecembeddedperms.dita
Modified:
    db/derby/docs/trunk/src/security/cseccsecure863446.dita
    db/derby/docs/trunk/src/security/secderby.ditamap
    db/derby/docs/trunk/src/tuning/ctunperf816635.dita

Modified: db/derby/docs/trunk/src/security/cseccsecure863446.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/security/cseccsecure863446.dita?rev=1847300&r1=1847299&r2=1847300&view=diff
==============================================================================
--- db/derby/docs/trunk/src/security/cseccsecure863446.dita (original)
+++ db/derby/docs/trunk/src/security/cseccsecure863446.dita Fri Nov 23 17:48:28 2018
@@ -69,8 +69,6 @@ policy file shown in <xref href="rsecpol
 Specifically, you will need to grant <codeph>java.net.SocketPermission</codeph>
 to <codeph>derby.jar</codeph>, so that the
 <ph conref="../conrefs.dita#prod/productshortname"></ph> code is allowed to
-contact the LDAP server to perform the authentication. See 
-<xref href="csecembeddedperms.dita#csecembeddedperms"/> for more
-information.</note></p>
+contact the LDAP server to perform the authentication.</note></p>
 </conbody>
 </concept>

Modified: db/derby/docs/trunk/src/security/secderby.ditamap
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/security/secderby.ditamap?rev=1847300&r1=1847299&r2=1847300&view=diff
==============================================================================
--- db/derby/docs/trunk/src/security/secderby.ditamap (original)
+++ db/derby/docs/trunk/src/security/secderby.ditamap Fri Nov 23 17:48:28 2018
@@ -141,7 +141,6 @@
 <topicref href="rsecbasictools.dita" navtitle="Basic tools security policy template"/>
 <topicref href="rsecpolicysample.dita" navtitle="Sample customized Java security policy file"/>
 <topicref href="csecrunpolicy.dita" navtitle="Using a Java security policy file"/>
-<topicref href="csecembeddedperms.dita" navtitle="Running embedded Derby with a security manager"/>
 <topicref href="tsecnetservrun.dita" navtitle="Running the Network Server with a security manager"/>
 <topicref href="tsecnetservopen.dita" navtitle="Running the Network Server without a security manager"/>
 </topicref>

Modified: db/derby/docs/trunk/src/tuning/ctunperf816635.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/tuning/ctunperf816635.dita?rev=1847300&r1=1847299&r2=1847300&view=diff
==============================================================================
--- db/derby/docs/trunk/src/tuning/ctunperf816635.dita (original)
+++ db/derby/docs/trunk/src/tuning/ctunperf816635.dita Fri Nov 23 17:48:28 2018
@@ -33,5 +33,9 @@ time required to load a particular class
 <ph conref="../conrefs.dita#prod/productshortname"></ph>'s libraries <i>at the
 beginning of the classpath</i> so that they are found first. If the classpath
 first points to a directory that contains multiple files, booting
-<ph conref="../conrefs.dita#prod/productshortname"></ph> can be very slow.</p>
+<ph conref="../conrefs.dita#prod/productshortname"></ph> can be slow.</p>
+
+<p>If you boot Derby with a modulepath, then this advice does not apply.
+Module contents are indexed at boot time. This eliminates the linear search
+when faulting in newly referenced classes.</p>
 </conbody></concept>