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

AJAX POSTBACK's not processed when using Telerik RadCompression #343

Open
dbonnell opened this issue May 29, 2017 · 0 comments
Open

AJAX POSTBACK's not processed when using Telerik RadCompression #343

dbonnell opened this issue May 29, 2017 · 0 comments

Comments

@dbonnell
Copy link

When the Telerik.Web.UI.RadCompression module is installed to compress AJAX POSTBACKs, nugget translation is not applied even if the i18n.LocalizingModule is installed before the RadCompression module.

What I found is that LocalizedApplication.InstallResponseFilter is not installing the ResponseFilter because the RadCompression module has set the Content-Encoding to gzip at some earlier stage in the pipeline. As ResponseFilter.Write detects a gzip compressed stream and passes through the data unmodified, that is a performance optimization only so I commented it out and nugget translation of AJAX POSTBACK's was then done before the RadCompression module compressed the results.

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