Skip to content

Commit

Permalink
Moving the URL tree back under /rest to account for later provision o…
Browse files Browse the repository at this point in the history
…f non-RESTfull services
  • Loading branch information
ajs6f committed Jan 28, 2013
1 parent 7ceeeeb commit 25b23c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/main/java/org/fcrepo/modeshape/FedoraIdentifiers.java
Expand Up @@ -12,7 +12,6 @@

import com.google.common.collect.ImmutableMap;
import com.google.common.collect.ImmutableSet;
import com.google.common.collect.ImmutableSet.Builder;

import freemarker.template.TemplateException;

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/rest.xml
Expand Up @@ -15,7 +15,7 @@

<context:annotation-config/>

<jaxrs:server address="/">
<jaxrs:server address="/rest">
<jaxrs:serviceBeans>
<bean class="org.fcrepo.modeshape.FedoraRepository"/>
<bean class="org.fcrepo.modeshape.FedoraDatastreams"/>
Expand All @@ -26,7 +26,7 @@
</jaxrs:serviceBeans>
</jaxrs:server>

<jaxrs:server address="/modeshape">
<jaxrs:server address="/rest/modeshape">
<jaxrs:serviceBeans>
<bean class="org.modeshape.web.jcr.rest.ModeShapeRestService"/>
</jaxrs:serviceBeans>
Expand Down

0 comments on commit 25b23c9

Please sign in to comment.