Skip to content

Commit

Permalink
archive docker image: enable gzip compression for WADO-RS Metadata re…
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterze committed Oct 2, 2020
1 parent 7b0dea7 commit 15273b0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configuration/dcm4chee-arc-logstash.xml
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,7 @@
<https-listener name="https" socket-binding="https" ssl-context="httpsSSC" enable-http2="true" max-post-size="${env.HTTP_MAX_POST_SIZE:10000000000}"/>
<host name="default-host" alias="localhost">
<location name="/" handler="welcome-content"/>
<filter-ref name="gzipFilter" predicate="regex(pattern='metadata$',value=%R) and regex(pattern='GET',value=%m)"/>
<http-invoker security-realm="ApplicationRealm"/>
</host>
</server>
Expand All @@ -696,6 +697,7 @@
<file name="welcome-content" path="${jboss.home.dir}/welcome-content"/>
</handlers>
<filters>
<gzip name="gzipFilter"/>
<filter name="request-dumper" class-name="io.undertow.server.handlers.RequestDumpingHandler" module="io.undertow.core"/>
</filters>
</subsystem>
Expand Down
2 changes: 2 additions & 0 deletions configuration/dcm4chee-arc-oidc-logstash.xml
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,7 @@
<https-listener name="https" socket-binding="https" ssl-context="httpsSSC" enable-http2="true" max-post-size="${env.HTTP_MAX_POST_SIZE:10000000000}"/>
<host name="default-host" alias="localhost">
<location name="/" handler="welcome-content"/>
<filter-ref name="gzipFilter" predicate="regex(pattern='metadata$',value=%R) and regex(pattern='GET',value=%m)"/>
<http-invoker security-realm="ApplicationRealm"/>
</host>
</server>
Expand All @@ -720,6 +721,7 @@
<file name="welcome-content" path="${jboss.home.dir}/welcome-content"/>
</handlers>
<filters>
<gzip name="gzipFilter"/>
<filter name="request-dumper" class-name="io.undertow.server.handlers.RequestDumpingHandler" module="io.undertow.core"/>
</filters>
<application-security-domains>
Expand Down
2 changes: 2 additions & 0 deletions configuration/dcm4chee-arc-oidc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,7 @@
<https-listener name="https" socket-binding="https" ssl-context="httpsSSC" enable-http2="true" max-post-size="${env.HTTP_MAX_POST_SIZE:10000000000}"/>
<host name="default-host" alias="localhost">
<location name="/" handler="welcome-content"/>
<filter-ref name="gzipFilter" predicate="regex(pattern='metadata$',value=%R) and regex(pattern='GET',value=%m)"/>
<http-invoker security-realm="ApplicationRealm"/>
</host>
</server>
Expand All @@ -710,6 +711,7 @@
<file name="welcome-content" path="${jboss.home.dir}/welcome-content"/>
</handlers>
<filters>
<gzip name="gzipFilter"/>
<filter name="request-dumper" class-name="io.undertow.server.handlers.RequestDumpingHandler" module="io.undertow.core"/>
</filters>
<application-security-domains>
Expand Down
2 changes: 2 additions & 0 deletions configuration/dcm4chee-arc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@
<https-listener name="https" socket-binding="https" ssl-context="httpsSSC" enable-http2="true" max-post-size="${env.HTTP_MAX_POST_SIZE:10000000000}"/>
<host name="default-host" alias="localhost">
<location name="/" handler="welcome-content"/>
<filter-ref name="gzipFilter" predicate="regex(pattern='metadata$',value=%R) and regex(pattern='GET',value=%m)"/>
<http-invoker security-realm="ApplicationRealm"/>
</host>
</server>
Expand All @@ -686,6 +687,7 @@
<file name="welcome-content" path="${jboss.home.dir}/welcome-content"/>
</handlers>
<filters>
<gzip name="gzipFilter"/>
<filter name="request-dumper" class-name="io.undertow.server.handlers.RequestDumpingHandler" module="io.undertow.core"/>
</filters>
</subsystem>
Expand Down

0 comments on commit 15273b0

Please sign in to comment.