Return-Path: X-Original-To: apmail-aurora-reviews-archive@minotaur.apache.org Delivered-To: apmail-aurora-reviews-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 11E9911546 for ; Thu, 11 Sep 2014 18:48:31 +0000 (UTC) Received: (qmail 16171 invoked by uid 500); 11 Sep 2014 18:48:30 -0000 Delivered-To: apmail-aurora-reviews-archive@aurora.apache.org Received: (qmail 16127 invoked by uid 500); 11 Sep 2014 18:48:30 -0000 Mailing-List: contact reviews-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@aurora.incubator.apache.org Delivered-To: mailing list reviews@aurora.incubator.apache.org Received: (qmail 16115 invoked by uid 99); 11 Sep 2014 18:48:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2014 18:48:30 +0000 X-ASF-Spam-Status: No, hits=-1999.5 required=5.0 tests=ALL_TRUSTED,HTML_MESSAGE,RP_MATCHES_RCVD,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 11 Sep 2014 18:48:29 +0000 Received: (qmail 15968 invoked by uid 99); 11 Sep 2014 18:48:08 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2014 18:48:08 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 78A671DD66D; Thu, 11 Sep 2014 18:48:07 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============6484350192605939940==" MIME-Version: 1.0 Subject: Re: Review Request 25548: Apply GzipFilter to POSTs as well as GETs From: "Bill Farner" To: "Bill Farner" , "David McLaughlin" Cc: "Aurora" , "Joshua Cohen" Date: Thu, 11 Sep 2014 18:48:07 -0000 Message-ID: <20140911184807.23923.37394@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Bill Farner" X-ReviewGroup: Aurora X-ReviewRequest-URL: https://reviews.apache.org/r/25548/ X-Sender: "Bill Farner" References: <20140911182016.23924.32699@reviews.apache.org> In-Reply-To: <20140911182016.23924.32699@reviews.apache.org> Reply-To: "Bill Farner" X-ReviewRequest-Repository: aurora X-Virus-Checked: Checked by ClamAV on apache.org --===============6484350192605939940== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25548/#review53084 ----------------------------------------------------------- Ship it! Ship It! - Bill Farner On Sept. 11, 2014, 6:20 p.m., Joshua Cohen wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/25548/ > ----------------------------------------------------------- > > (Updated Sept. 11, 2014, 6:20 p.m.) > > > Review request for Aurora, David McLaughlin and Bill Farner. > > > Bugs: AURORA-697 > https://issues.apache.org/jira/browse/AURORA-697 > > > Repository: aurora > > > Description > ------- > > Apply GzipFilter to POSTs as well as GETs > > > Diffs > ----- > > src/main/java/org/apache/aurora/scheduler/http/JettyServerModule.java 83ba0e49436034c8b6f9f736c60a726686096362 > src/test/java/org/apache/aurora/scheduler/http/ServletFilterTest.java 2c31df6d0ac1c58e02b13d61ba9f511b781a20a7 > > Diff: https://reviews.apache.org/r/25548/diff/ > > > Testing > ------- > > ./gradlew build -Pq > > Also verified content-encoding against response from scheduler in vagrant image: > > $ curl -s -D - -o /dev/null -H "Accept-Encoding: gzip" -X POST -d @- \ > > http://192.168.33.7:8081/api < > |tr '[:upper:]' '[:lower]' > > [1,"getJobSummary",1,0,{"1":{"str":"vagrant"}}] > > EOF > gzip > > > Thanks, > > Joshua Cohen > > --===============6484350192605939940==--