Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi,
The form is set to the public but the uploaded files (e.g. pdf or jpg) cannot be viewed or download by the public, i.e. user has to log in Joget.
Please advice how to grant the read-right of the uploaded files.
BR,
PL
1 Comment
Owen Ong
Hi PL,
Temporary solution is remove the following lines from "[Tomcat Directory]/webapps/jw/WEB-INF/applicationContext.xml" file. Joget team will try to handle this in better way in the future release.<security:intercept-url pattern="/web/client/app/*/form/download/*" access="ROLE_ADMIN, ROLE_USER" />
<security:intercept-url pattern="/web/client/app/*//form/download/*" access="ROLE_ADMIN, ROLE_USER" />
Best regards.
Owen