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

  • No labels

1 Comment

  1. 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