Skip to content

Commit

Permalink
Updated Post Replace POST auto-hierarchy with UUIDPidMinter.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsitu authored and Andrew Woods committed May 8, 2014
1 parent dfc4bc9 commit 3b2a723
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fcrepo-webapp/src/main/resources/spring/rest.xml
Expand Up @@ -17,9 +17,7 @@
<context:annotation-config/>

<!-- Mints PIDs-->
<bean class="org.fcrepo.kernel.identifiers.UUIDPathMinter"
c:length="${fcrepo.uuid.path.length:2}"
c:count="${fcrepo.uuid.path.count:4}"/>
<bean class="org.fcrepo.kernel.identifiers.UUIDPidMinter"/>

<bean class="org.fcrepo.http.commons.session.SessionFactory"/>

Expand Down

0 comments on commit 3b2a723

Please sign in to comment.