SEC-2230: Update contacts sample to use <headers> with no child elements

This commit is contained in:
Rob Winch 2013-08-01 09:47:57 -05:00
parent 283c906215
commit 0bc08f8a23
1 changed files with 1 additions and 6 deletions

View File

@ -30,12 +30,7 @@
<http-basic/> <http-basic/>
<logout logout-success-url="/index.jsp"/> <logout logout-success-url="/index.jsp"/>
<remember-me /> <remember-me />
<headers> <headers/>
<xss-protection />
<frame-options policy="DENY" />
<content-type-options/>
<header name="foo" value="bar"/>
</headers>
<custom-filter ref="switchUserProcessingFilter" position="SWITCH_USER_FILTER"/> <custom-filter ref="switchUserProcessingFilter" position="SWITCH_USER_FILTER"/>
</http> </http>