-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 7.10-HF18
-
Component/s: Automation
-
Tags:
-
Backlog priority:700
-
Sprint:nxSL Sprint 9.1.2
Which prevents the blob download. See the double slash before nxbigblob in http://localhost:8080/nuxeo//nxbigblob/45436203-4d9f-4723-b071-b7a13166b28e
Debugging shows that BaseURL.getBaseURL() in operation's class DownloadFile returns http://localhost:8080/nuxeo/ (with trailing slash).
How to reproduce:
- create a user action for document type File running the following automation chain:
- Context.FetchDocument - Document.GetBlob: {} - WebUI.DownloadFile
- is related to
-
NXP-21079 temporary blob download URLs should always be available on all cluster nodes
- Resolved