Steps to reproduce the bug:
- enable anonymous authentication
- create a document with an attached file
- get the document permalink
- open a new browser and paste the document link
- observe that the URL for the main attachment contains the jsessionid with something like http://localhost:8080/nuxeo/nxfile/default/681a569b-91ea-4b3a-9852-3fc83f3867a6/blobholder:0/myfile-1.3.4.zip;jsessionid=90810978894678364. Then the downloaded file name will be myfile-1.3.4.zip;jsessionid=90810978894678364 instead of myfile-1.3.4.zip
The download servlet should always clean the file name to remove the jsessionid parameter.
- depends on
-
NXP-16398 Review jsessionid management in URL system
- Resolved