Changeset 30125

Show
Ignore:
Timestamp:
02/13/08 09:55:20 (9 months ago)
Author:
rdarlea
Message:

INA-2025: merged the changeset 29772

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • org.nuxeo.ecm.platform/trunk/nuxeo-platform-ui-web/src/main/resources/OSGI-INF/authentication-contrib.xml

    r24878 r30125  
    3030    </authenticationPlugin> 
    3131 
    32   </extension> 
     32    <authenticationPlugin name="WEBSERVICES_AUTH" enabled="true" 
     33      class="org.nuxeo.ecm.platform.ui.web.auth.plugins.WebServicesAuthenticator"> 
     34      <parameters> 
     35        <parameter name="URLSkip">webservices/</parameter> 
     36      </parameters> 
     37    </authenticationPlugin> 
     38   </extension> 
    3339 
    3440  <extension 
     
    4046        <plugin>BASIC_AUTH</plugin> 
    4147        <plugin>FORM_AUTH</plugin> 
     48        <plugin>WEBSERVICES_AUTH</plugin> 
    4249      </plugins> 
    4350    </authenticationChain> 
  • org.nuxeo.ecm.platform/trunk/nuxeo-platform-ui-web/src/main/resources/OSGI-INF/deployment-fragment.xml

    r28569 r30125  
    114114      <filter-name>NuxeoAuthenticationFilter</filter-name> 
    115115      <url-pattern>/ws/*</url-pattern> 
     116      <dispatcher>REQUEST</dispatcher> 
     117      <dispatcher>FORWARD</dispatcher> 
     118    </filter-mapping> 
     119    <filter-mapping> 
     120      <filter-name>NuxeoAuthenticationFilter</filter-name> 
     121      <url-pattern>/webservices/*</url-pattern> 
    116122      <dispatcher>REQUEST</dispatcher> 
    117123      <dispatcher>FORWARD</dispatcher>