Author: fmeschbe
Date: Wed May 29 20:09:06 2013
New Revision: 1487628

URL: http://svn.apache.org/r1487628
Log:
SLING-2891 Declare boot delegation for all sun and com.sun packages

Modified:
    sling/trunk/launchpad/base/src/main/resources/sling.properties

Modified: sling/trunk/launchpad/base/src/main/resources/sling.properties
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/base/src/main/resources/sling.properties?rev=1487628&r1=1487627&r2=1487628&view=diff
==============================================================================
--- sling/trunk/launchpad/base/src/main/resources/sling.properties (original)
+++ sling/trunk/launchpad/base/src/main/resources/sling.properties Wed May 29 
20:09:06 2013
@@ -181,7 +181,8 @@ org.osgi.framework.bootdelegation=com.yo
 
 #
 # SLING-1925: boot delegate sun.reflect package 
-sling.bootdelegation.sun.reflect = sun.reflect
+# SLING-2891: Broaden to all sun and com.sun packages
+sling.bootdelegation.sun = sun.*,com.sun.*
 
 # JBoss XML factory package (SLING-2466)
 sling.bootdelegation.jboss = __redirected


Reply via email to