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