Skip to content

Commit

Permalink
reverted mandatory file encoding which will make it worse on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
zubcevic committed Jul 20, 2019
1 parent 656fa40 commit f9e7873
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions webgoat-container/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
spring.mandatory-file-encoding=UTF-8
spring.http.encoding.charset=UTF-8
spring.http.encoding.enabled=true

server.error.include-stacktrace=always
server.error.path=/error.html
server.session.timeout=600
Expand Down
4 changes: 0 additions & 4 deletions webwolf/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
spring.mandatory-file-encoding=UTF-8
spring.http.encoding.charset=UTF-8
spring.http.encoding.enabled=true

server.error.include-stacktrace=always
server.error.path=/error.html
server.session.timeout=6000
Expand Down

0 comments on commit f9e7873

Please sign in to comment.