mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-10-01 14:41:19 +00:00
Fix changes from review.
This commit is contained in:
@@ -2501,7 +2501,7 @@ public class SolrInformationServer implements InformationServer
|
||||
response);
|
||||
|
||||
InputStream ris = response.getContent();
|
||||
if (null != response.getContentEncoding() && response.getContentEncoding().equals("gzip"))
|
||||
if (response.getContentEncoding().equals("gzip"))
|
||||
{
|
||||
ris = new GZIPInputStream(ris);
|
||||
}
|
||||
|
Reference in New Issue
Block a user