File tree Expand file tree Collapse file tree
web/src/main/webapp/WEB-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 <filter-name >characterEncodingFilter</filter-name >
5959 <url-pattern >/*</url-pattern >
6060 </filter-mapping >
61+
6162 <listener >
6263 <listener-class >org.jasig.cas.client.session.SingleSignOutHttpSessionListener</listener-class >
6364 </listener >
205206 -->
206207 <init-param >
207208 <param-name >mode</param-name >
208- <param-value >ALLOW-FROM </param-value >
209+ <param-value >SAMEORIGIN </param-value >
209210 </init-param >
210- <init-param >
211+ <!-- Allowed url. Used in ALLOW-FROM mode only -->
212+ <!-- <init-param>
211213 <param-name>url</param-name>
212- <param-value >https://*.admin.ch https://*.cartoriviera.ch https://*.vsgis.ch http://ext.fr.ch http://mapplus.vdf.loc http://mapplus01.vdf.loc https://*.ne.ch https://*.cartolacote.ch https://*.geomapfish.dev </param-value >
213- </init-param >
214+ <param-value>http://localhost:8888/ </param-value>
215+ </init-param>-->
214216 </filter >
215217 <filter-mapping >
216218 <filter-name >XFrameOptionsFilter</filter-name >
556558
557559 <session-config >
558560 <tracking-mode >COOKIE</tracking-mode >
559- <session-timeout >100000 </session-timeout >
561+ <session-timeout >${sessionTimeout} </session-timeout >
560562 <cookie-config >
561563 <http-only >true</http-only >
562564 <secure >${cookieSecureFlag}</secure >
You can’t perform that action at this time.
0 commit comments