remove gzip from thin client, handled nativley now
This commit is contained in:
parent
caaf0da3a0
commit
ee9589914e
1 changed files with 2 additions and 1 deletions
|
@ -62,6 +62,7 @@ import com.raytheon.uf.viz.thinclient.ui.ThinClientConnectivityDialog;
|
|||
* May 19, 2014 3164 bsteffen Disable request compression if it
|
||||
* doesn't work.
|
||||
* Sep 05, 2014 3570 bclement HTTP client API changes
|
||||
* Jan 26, 2014 3952 njensen gzip handled by default
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -87,7 +88,7 @@ public class ThinClientLocalizationInitializer extends LocalizationInitializer {
|
|||
HttpClient httpClient = HttpClient.getInstance();
|
||||
HttpClientConfigBuilder confBuilder = new HttpClientConfigBuilder(
|
||||
httpClient.getConfig());
|
||||
confBuilder.setHandlingGzipResponses(true);
|
||||
|
||||
HttpClient.configureGlobalInstance(confBuilder.build());
|
||||
if (promptUI) {
|
||||
ThinClientConnectivityDialog dlg = new ThinClientConnectivityDialog(
|
||||
|
|
Loading…
Add table
Reference in a new issue