fixed merge
This commit is contained in:
parent
71d70922da
commit
28af8a1432
|
@ -178,7 +178,7 @@ public class GzipFilter extends UserAgentFilter
|
|||
_methods.add(tok.nextToken().trim().toUpperCase());
|
||||
}
|
||||
else
|
||||
_methods.add(HttpMethods.GET);
|
||||
_methods.add(HttpMethod.GET.asString());
|
||||
|
||||
tmp=filterConfig.getInitParameter("mimeTypes");
|
||||
if (tmp!=null)
|
||||
|
|
Loading…
Reference in New Issue