mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
ITPLT-2172 Adding "useHttpOnly" (security header flag) flag to Crowd server.xml template.
This commit is contained in:
@@ -34,7 +34,8 @@
|
||||
unpackWARs="true">
|
||||
<Context path="{{ atl_tomcat_contextpath }}"
|
||||
docBase="../../crowd-webapp"
|
||||
debug="0">
|
||||
debug="0"
|
||||
useHttpOnly="true">
|
||||
<Manager pathname="">
|
||||
</Manager>
|
||||
</Context>
|
||||
|
||||
Reference in New Issue
Block a user