Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-06-10 17:49:46 +0000
committerEike Stepper2012-06-10 17:49:46 +0000
commit9893f7d0cc850143202388f02ceef630c5bcf7f5 (patch)
treebda63b9fec67938459e60cec6e39cf2a2c8fc470 /plugins
parent7da6d92bb04013c8804b2e424e23c5ef33844d37 (diff)
downloadcdo-9893f7d0cc850143202388f02ceef630c5bcf7f5.tar.gz
cdo-9893f7d0cc850143202388f02ceef630c5bcf7f5.tar.xz
cdo-9893f7d0cc850143202388f02ceef630c5bcf7f5.zip
[380629] Design a default Security model
https://bugs.eclipse.org/bugs/show_bug.cgi?id=380629
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.emf.cdo.server.product/config/cdo-server.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.server.product/config/cdo-server.xml b/plugins/org.eclipse.emf.cdo.server.product/config/cdo-server.xml
index 9fc4d82713..758aac32f3 100644
--- a/plugins/org.eclipse.emf.cdo.server.product/config/cdo-server.xml
+++ b/plugins/org.eclipse.emf.cdo.server.product/config/cdo-server.xml
@@ -22,10 +22,9 @@
<property name="allowInterruptRunningQueries" value="true"/>
<property name="idGenerationLocation" value="STORE"/> <!-- Possible values: STORE | CLIENT -->
- <securityManager type="default" realmPath="admins/security"/>
-
<!-- Example http://bugs.eclipse.org/380629
- <securityManager type="annotation" realmPath="security"/>
+ <securityManager type="default" realmPath="/security"/>
+ <securityManager type="annotation" realmPath="/security"/>
-->
<!-- Example http://bugs.eclipse.org/302775

Back to the top