You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by wkk91193 <gi...@git.apache.org> on 2018/04/07 11:58:07 UTC

[GitHub] fineract pull request #450: Adding a compress response filter,registering fi...

GitHub user wkk91193 opened a pull request:

    https://github.com/apache/fineract/pull/450

    Adding a compress response filter,registering filter

    Adding a filter to support response compression. This will ensure less bandwidth usage for field officer apps
    Related Jira issue [FINERACT-426](https://issues.apache.org/jira/browse/FINERACT-426?jql=reporter%20in%20(avikganguly%2C%20avikganguly010))

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/wkk91193/incubator-fineract fineract-426-filter-to-optionally-compress-response-with-gzip

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/fineract/pull/450.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #450
    
----
commit c0042e393fa3f41608b6c9da189f685499a0a926
Author: unknown <wk...@...>
Date:   2018-04-07T11:52:11Z

    Adding a compress response filter,registering filter

----


---