Skip to content

Commit d2e2328

Browse files
committed
reapply tmp for Olivia , quick fix for xsrf trouble, set to 'cookiePath' to '/'
override could be more surgical
1 parent 2067a0c commit d2e2328

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/src/main/webapp/WEB-INF/config-security/config-security-core.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@
369369
<bean class="org.fao.geonet.security.web.csrf.CookieCsrfTokenRepository"
370370
id="csrfTokenRepository">
371371
<property name="cookieHttpOnly" value="false"/>
372+
<property name="cookiePath" value="/"/>
372373
</bean>
373374

374375
<!-- RequestMatcher to exclude CSRF token from CSW requests -->

0 commit comments

Comments
 (0)