You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2008/07/07 14:42:17 UTC

svn commit: r674472 - /incubator/sling/trunk/launchpad/base/src/main/resources/sling.properties

Author: cziegeler
Date: Mon Jul  7 05:42:17 2008
New Revision: 674472

URL: http://svn.apache.org/viewvc?rev=674472&view=rev
Log:
As FELIX-58 is fixed, we can enable url handlers of the framework by default.

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

Modified: incubator/sling/trunk/launchpad/base/src/main/resources/sling.properties
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/base/src/main/resources/sling.properties?rev=674472&r1=674471&r2=674472&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/base/src/main/resources/sling.properties (original)
+++ incubator/sling/trunk/launchpad/base/src/main/resources/sling.properties Mon Jul  7 05:42:17 2008
@@ -39,26 +39,6 @@
 
 
 #
-###############################################################################
-###
-###   TEMPORARY FIX for URLStreamHandler issue - we simply disable
-###   URLStreamHandler support in the framework.
-###
-###   As soon as Felix has fixed issue http://issues.apache.org/jira/browse/FELIX-38
-###   this property must be removed again, to enable respective support
-###
-###   Not setting this property or setting it to true would enable
-###   URLStreamHandler support but prevent stopping/starting cycles of the
-###   Sling Servlet in any servlet container.
-###
-###   We set this here globally, to have the same behaviour of Sling regardless
-###   being started standalone or as a web application.
-###
-felix.service.urlhandlers = false
-###############################################################################
-
-
-#
 # List of packages to append to the org.osgi.framework.system.packages property
 # NOTE: If this is set, it must start with a comma !
 # org.apache.sling.launcher.system.packages