Skip to content

Commit

Permalink
Add config to disable URL rewriting by default #137
Browse files Browse the repository at this point in the history
(cherry picked from commit e05a8ad)
  • Loading branch information
ikeyat committed Oct 30, 2015
1 parent b0c8ba6 commit b1c7ddf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@
<session-config>
<!-- 30min -->
<session-timeout>30</session-timeout>
<cookie-config>
<http-only>true</http-only>
<!-- <secure>true</secure> -->
</cookie-config>
<tracking-mode>COOKIE</tracking-mode>
</session-config>

</web-app>

0 comments on commit b1c7ddf

Please sign in to comment.