Skip to content

Commit

Permalink
NXP-8637: make sure WebDAV requests are transactional
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent Guillaume committed Jan 16, 2012
1 parent 8bc0635 commit 0d7de87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -4,10 +4,10 @@
<extension target="org.nuxeo.ecm.platform.web.common.requestcontroller.service.RequestControllerService"
point="filterConfig">

<filterConfig name="WSSFilter" transactional="false" synchonize="false">
<filterConfig name="WSSFilter" transactional="true" synchonize="false">
<pattern>/nuxeo/_vti_bin/.*</pattern>
</filterConfig>
<filterConfig name="WSSFilterRessources" transactional="fasle" synchonize="false" grant="false">
<filterConfig name="WSSFilterResources" transactional="false" synchonize="false" grant="false">
<pattern>/nuxeo/_vti_bin/resources/.*</pattern>
</filterConfig>

Expand Down
Expand Up @@ -5,7 +5,7 @@
point="filterConfig">

<filterConfig name="WebDAV" transactional="true" synchonize="false">
<pattern>${org.nuxeo.ecm.contextPath}/sites/dav.*</pattern>
<pattern>${org.nuxeo.ecm.contextPath}/site/dav.*</pattern>
</filterConfig>

</extension>
Expand Down

0 comments on commit 0d7de87

Please sign in to comment.