should I force dynamic compression or not, does not mean that creating a
duplicate file with .gz extension will make it serve compressed :)
All that this was doing was duplicating content (both files compressed and
uncompressed were being shipped) and installed, but only the uncompressed
version was used :)
So.. pure waste of space in the RPM and filesystem ;)

On Tue, May 12, 2015 at 8:42 PM, K0zka <g...@git.apache.org> wrote:

> Github user K0zka commented on a diff in the pull request:
>
>     https://github.com/apache/cloudstack/pull/238#discussion_r30166628
>
>     --- Diff: client/pom.xml ---
>     @@ -384,23 +408,6 @@
>              </executions>
>            </plugin>
>            <plugin>
>     -        <groupId>com.googlecode.todomap</groupId>
>     -        <artifactId>maven-jettygzip-plugin</artifactId>
>     -        <version>0.0.4</version>
>     -        <configuration>
>     -
> <webappDirectory>${project.build.directory}/generated-webapp</webappDirectory>
>     -
> <outputDirectory>${project.build.directory}/generated-webapp</outputDirectory>
>     -        </configuration>
>     -        <executions>
>     -          <execution>
>     -            <phase>prepare-package</phase>
>     -            <goals>
>     -              <goal>process</goal>
>     -            </goals>
>     -          </execution>
>     -        </executions>
>     -      </plugin>
>     --- End diff --
>
>     I assume you want to configure dynamic configure dynamic compression
> in httpd, but that will take cpu-time each time you load the page and
> therefore it may or may not save time.
>
>
> ---
> If your project is set up for it, you can reply to this email and have your
> reply appear on GitHub as well. If your project does not have this feature
> enabled and wishes so, or if the feature is enabled but not working, please
> contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
> with INFRA.
> ---
>

Reply via email to