Ignore:
Timestamp:
11/24/14 20:38:26 (10 years ago)
Author:
olhsha@mpi.nl
Message:

when annotation update is received from a "Writer" then it is checked if it tries to change permissions. If so, 403 is the respond

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/src/main/webapp/WEB-INF/web.xml

    r5840 r5850  
    4040    <context-param>
    4141        <param-name>eu.dasish.annotation.backend.isShibbolethSession</param-name>
    42         <param-value>true</param-value>
     42        <param-value>false</param-value>
    4343    </context-param>
    4444    <context-param>
     
    4848    <context-param>
    4949        <param-name>eu.dasish.annotation.backend.logout.shibboleth</param-name>
    50         <param-value>https://lux16.mpi.nl/Shibboleth.sso/Logout</param-value>
     50        <param-value>https://lux17.mpi.nl/Shibboleth.sso/Logout</param-value>
    5151    </context-param>
    5252   
     
    111111   
    112112    <!-- Spring security -->
    113      <!-- <filter>
     113     <filter>
    114114        <filter-name>springSecurityFilterChain</filter-name>
    115115        <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
     
    118118        <filter-name>springSecurityFilterChain</filter-name>
    119119        <url-pattern>/*</url-pattern>
    120     </filter-mapping> -->
     120    </filter-mapping>
    121121   
    122122    <!--  Shibboleth filter -->
    123    <filter>
     123   <!-- <filter>
    124124        <filter-name>AAIFilter</filter-name>
    125125        <filter-class>de.mpg.aai.shhaa.AuthFilter</filter-class>
     
    128128        <filter-name>AAIFilter</filter-name>
    129129        <url-pattern>/*</url-pattern>
    130     </filter-mapping>
     130    </filter-mapping> -->
    131131   
    132132  </web-app> 
Note: See TracChangeset for help on using the changeset viewer.