Skip to content

Commit

Permalink
Explicitly set session persistence to false (result in non serializab…
Browse files Browse the repository at this point in the history
…le exception)
  • Loading branch information
nbaars committed Oct 30, 2019
1 parent 28299f3 commit 9b87fd6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
server.error.include-stacktrace=always
server.error.path=/error.html
server.servlet.context-path=/WebGoat
server.servlet.session.persistent=false
server.port=${WEBGOAT_PORT:8080}
server.address=${WEBGOAT_HOST:127.0.0.1}


server.ssl.key-store-type=${WEBGOAT_KEYSTORE_TYPE:PKCS12}
server.ssl.key-store=${WEBGOAT_KEYSTORE:classpath:goatkeystore.pkcs12}
server.ssl.key-store-password=${WEBGOAT_KEYSTORE_PASSWORD:password}
Expand Down

0 comments on commit 9b87fd6

Please sign in to comment.