Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.1)

- Correct merge error
   57582: Merged DEV to V4.1-BUG-FIX (4.1.8) with corrections
      56334: MNT-9712: VTI doesn't allow external authentication.
       - Modify org.alfresco.web.sharepoint.auth.BasicAuthenticationHandler to check Remote User 
       - Add unit test.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/V4.2-BUG-FIX/root@57656 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2013-11-05 12:31:19 +00:00
parent 40a176205a
commit 833aff69dc

View File

@@ -30,7 +30,9 @@ import org.alfresco.repo.SessionUser;
import org.alfresco.repo.management.subsystems.ActivateableBean;
import org.alfresco.repo.security.authentication.AuthenticationComponent;
import org.alfresco.repo.security.authentication.AuthenticationException;
import org.alfresco.repo.webdav.auth.RemoteUserMapper;
import org.alfresco.repo.web.auth.AuthenticationListener;
import org.alfresco.repo.web.auth.TicketCredentials;
import org.alfresco.repo.web.auth.BasicAuthCredentials;
import org.alfresco.repo.webdav.auth.SharepointConstants;
import org.alfresco.web.bean.repository.User;