Skip to content

Commit

Permalink
Merge pull request #182 from terasolunaorg/issues/179_disable_url_rew…
Browse files Browse the repository at this point in the history
…riting_servlet3_backport_5.0.x

Add config to disable URL rewriting by default #179
  • Loading branch information
making committed Oct 30, 2015
2 parents 8563968 + 9ac060f commit 117f427
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projectName-web/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,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 117f427

Please sign in to comment.