Skip to content

Commit

Permalink
Disable caching of secured web pages by default in archive docker ima…
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterze committed Dec 14, 2018
1 parent 0170d76 commit 5c45bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ENV LDAP_URL=ldap://ldap:389 \
WILDFLY_EXECUTER_MAX_THREADS=100 \
WILDFLY_PACSDS_MAX_POOL_SIZE=50 \
WILDFLY_MDB_STRICT_MAX_POOL_SIZE=32 \
WILDFLY_DISABLE_CACHING_FOR_SECURED_PAGES=false \
WILDFLY_DISABLE_CACHING_FOR_SECURED_PAGES=true \
WILDFLY_JMS_QUEUE_STGCMTSCP_CONSUMER_COUNT=1 \
WILDFLY_JMS_QUEUE_STGCMTSCU_CONSUMER_COUNT=1 \
WILDFLY_JMS_QUEUE_STGVERTASKS_CONSUMER_COUNT=1 \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Default value is `32`.
#### `WILDFLY_DISABLE_CACHING_FOR_SECURED_PAGES`

Indicates if Wildfly Undertow servlet container should set headers to disable caching for secured pages.
Default value is `false`.
Default value is `true`.

#### `WILDFLY_JMS_QUEUE_STGCMTSCP_CONSUMER_COUNT`

Expand Down

0 comments on commit 5c45bb4

Please sign in to comment.