Changeset 12376 in main
- Timestamp:
- 11/28/16 14:36:19 (6 years ago)
- Location:
- adopters/nm-epht/trunk/src/main/webapps/epht-view/WEB-INF/config/spring
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nm-epht/trunk/src/main/webapps/epht-view/WEB-INF/config/spring/SiteSpecific-Security.xml
r9812 r12376 241 241 <entry> 242 242 <key><bean class="org.springframework.security.web.util.AntPathRequestMatcher"> 243 <constructor-arg value="/secure/query/*/cancer _EPHT/**"/>243 <constructor-arg value="/secure/query/*/cancer/**"/> 244 244 </bean></key> 245 245 <list> … … 250 250 </entry> 251 251 252 <entry>253 <key><bean class="org.springframework.security.web.util.AntPathRequestMatcher">254 <constructor-arg value="/secure/query/*/tribalbirth/**"/>255 </bean></key>256 <list>257 <bean class="org.springframework.security.access.SecurityConfig">258 <constructor-arg value="query.tribalbirth"/>259 </bean>260 </list>261 </entry>262 263 <entry>264 <key><bean class="org.springframework.security.web.util.AntPathRequestMatcher">265 <constructor-arg value="/secure/query/*/tribalmort/**"/>266 </bean></key>267 <list>268 <bean class="org.springframework.security.access.SecurityConfig">269 <constructor-arg value="query.tribalmort"/>270 </bean>271 </list>272 </entry>273 274 <entry>275 <key><bean class="org.springframework.security.web.util.AntPathRequestMatcher">276 <constructor-arg value="/secure/query/*/tribalinfmort/**"/>277 </bean></key>278 <list>279 <bean class="org.springframework.security.access.SecurityConfig">280 <constructor-arg value="query.tribalinfmort"/>281 </bean>282 </list>283 </entry>284 285 <entry>286 <key><bean class="org.springframework.security.web.util.AntPathRequestMatcher">287 <constructor-arg value="/secure/query/*/tribalpop/**"/>288 </bean></key>289 <list>290 <bean class="org.springframework.security.access.SecurityConfig">291 <constructor-arg value="query.tribalpop"/>292 </bean>293 </list>294 </entry>295 252 </map> 296 253 </constructor-arg> -
adopters/nm-epht/trunk/src/main/webapps/epht-view/WEB-INF/config/spring/SiteSpecific.xml
r12365 r12376 11 11 12 12 <import resource="security.xml"/> 13 <!-- import resource="security-db_authenticated.xml"/ -->13 <import resource="security-db_authenticated.xml"/> 14 14 <import resource="security-xml_authentication.xml"/> 15 <!-- import resource="SiteSpecific-Security.xml"/ -->15 <import resource="SiteSpecific-Security.xml"/> 16 16 17 17 <import resource="indicator.xml"/>
Note: See TracChangeset
for help on using the changeset viewer.