Skip to content

Commit

Permalink
update frontend version: fix IE11 compatibility issue
Browse files Browse the repository at this point in the history
(cherry picked from commit 08c4c49)
  • Loading branch information
cbellone committed Jan 14, 2020
1 parent 228434b commit 8ea2ff1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ junitVersion=5.1.0
systemProp.jdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"

# https://jitpack.io/#alfio-event/alf.io-public-frontend -> go to commit tab, set the version
alfioPublicFrontendVersion=290339eb1b
alfioPublicFrontendVersion=a929826d39
3 changes: 2 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
server.use-forward-headers=true
server.servlet.session.cookie.http-only=true
server.servlet.session.timeout=2h
server.servlet.session.timeout=2h
server.compression.enabled=true

0 comments on commit 8ea2ff1

Please sign in to comment.