-
Type: Clean up
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.3
-
Component/s: Web Common, WebDAV, WebEngine
-
Tags:
-
Backlog priority:700
-
Sprint:nxcore 10.1.4, nxFG 10.1.1, nxFG 10.1.2, nxFG 10.2.1, nxFG 10.2.2, nxFG 10.2.3, nxFG 10.2.4, nxFG 10.2.5, nxFG 10.2.7, nxFG 10.3.2
-
Story Points:5
We have 3 servlet filters that deal with starting transactions in Nuxeo:
- NuxeoRequestControllerFilter
- WebEngineFilter
- WIRequestFilter (for Microsoft WebDAV access)
This should be simplified, NuxeoRequestControllerFilter should be the only one doing it. WIRequestFilter is actually useless (we don't bind to just /nuxeo anymore for WebDAV (that was for WSS)), and WebEngineFilter should be simplified and renamed to WebContextFilter.