Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-09-20 11:05:39 +0000
committerEike Stepper2013-09-20 11:43:14 +0000
commit12b9fa574d6568302a65fe859f1fa30339907752 (patch)
treee26487ffc60282aaf7cb2b21a60701fb0e14b45f /plugins/org.eclipse.emf.cdo.examples.master
parent0860bafb27984bc7146ead2a72efbf573f4364d5 (diff)
downloadcdo-12b9fa574d6568302a65fe859f1fa30339907752.tar.gz
cdo-12b9fa574d6568302a65fe859f1fa30339907752.tar.xz
cdo-12b9fa574d6568302a65fe859f1fa30339907752.zip
[417684] [Security] Provide a HomeFolderHandler
https://bugs.eclipse.org/bugs/show_bug.cgi?id=417684
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.master')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.master/config/cdo-server.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.master/config/cdo-server.xml b/plugins/org.eclipse.emf.cdo.examples.master/config/cdo-server.xml
index 33c0dc28e6..60f1725fcc 100644
--- a/plugins/org.eclipse.emf.cdo.examples.master/config/cdo-server.xml
+++ b/plugins/org.eclipse.emf.cdo.examples.master/config/cdo-server.xml
@@ -24,8 +24,7 @@
<property name="optimisticLockingTimeout" value="10000"/>
<!-- Example http://bugs.eclipse.org/380629
- <securityManager type="default" realmPath="/security"/>
- <securityManager type="annotation" realmPath="/security"/>
+ <securityManager type="default" realmPath="/security:annotation:home(/home)"/>
-->
<!-- Example http://bugs.eclipse.org/302775

Back to the top