Refactor deploy properties and move legacy CMS exception.
[lgpl/argeo-commons.git] / eclipse / org.argeo.ext.equinox.jetty / src / org / argeo / equinox / jetty / CmsJettyCustomizer.java
index 8ad95c9e350713833fd0081550be8e598f950ad1..9d15143d790a56a4c4eb1981d530bd2ff835940f 100644 (file)
@@ -17,7 +17,7 @@ import org.osgi.framework.FrameworkUtil;
 public class CmsJettyCustomizer extends JettyCustomizer {
        private BundleContext bc = FrameworkUtil.getBundle(CmsJettyCustomizer.class).getBundleContext();
 
-       public final static String WEBSOCKET_ENABLED = "websocket.enabled";
+       public final static String WEBSOCKET_ENABLED = "argeo.websocket.enabled";
 
        @Override
        public Object customizeContext(Object context, Dictionary<String, ?> settings) {