Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-22358] - Disable JSESSIONID in URL on JBoss (#2003)
  • Loading branch information
pagio81 authored and oleg-nenashev committed May 11, 2016
1 parent c6d3390 commit 2f6b3d5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions war/src/main/webapp/WEB-INF/jboss-web.xml
@@ -0,0 +1,12 @@
<!DOCTYPE jboss-web>
<jboss-web xmlns="http://www.jboss.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.jboss.org/schema/jbossas
http://www.jboss.org/schema/jbossas/jboss-web_7_2.xsd">
<!-- Configure usage of the security domain "other" -->
<session-config>
<tracking-mode>COOKIE</tracking-mode>
</session-config>
</jboss-web>


0 comments on commit 2f6b3d5

Please sign in to comment.