GluuFederation / community-edition-setup

Scripts and templates to automate deployment and configuration of the Gluu Server Community Edition
https://gluu.org/docs/ce
MIT License
188 stars 58 forks source link

Allow using symlink for custom static files #969

Open iromli opened 1 year ago

iromli commented 1 year ago

Since upgrading from Jetty 10.0.6 (Gluu 4.4.0) to newer version, symlinks under oxauth/custom/static directory are no longer accessible via /oxauth/ext/resources/$filename URL.

As per Jetty 10.0.7, symlinks are not accessible by default. See the following links for workaround:

Related issue: https://github.com/GluuFederation/docker-oxauth/issues/57