In a .ftl file under a webadadapter, ${This.path} should return a URL ending with '/@webadaptername'. Now it returns a URL ending with '/%40webadaptername'. commit https://github.com/nuxeo/nuxeo-webengine/commit/e975b03d5471f55e793c11c2f8e6045a781574e4 encodes the path, which replace @ by %40.
- is required by
-
NXP-8826 Fix error on redirection after document creation with spaces in URI
- Resolved