Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong header set when loading pre compressed js or css files #384

Open
Orgoth opened this issue Mar 25, 2024 · 1 comment
Open

wrong header set when loading pre compressed js or css files #384

Orgoth opened this issue Mar 25, 2024 · 1 comment

Comments

@Orgoth
Copy link

Orgoth commented Mar 25, 2024

Joomla 5 delivers already compressed files, but openlitespeed does not set the headers as it should be.

Selection_003

/public_html/media/plg_system_guidedtours/js/guidedtours.min.js.gz
/public_html/media/plg_system_guidedtours/js/guidedtours.min.js

Openlitespeed reads the .gz and delivers the content without the needed header "Content-Encoding: gzip"
Changing the tuning settings does not help in any way.

@Orgoth
Copy link
Author

Orgoth commented Mar 26, 2024

joomla/joomla-cms#38028
OpenLiteSpeed ignores the restriction and parses the rewrite rules within and leads to broken Joomla-Backends.
https://github.com/joomla/joomla-cms/blob/4.4-dev/htaccess.txt#L139

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant