Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)

57703: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
      57656: 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/HEAD/root@61871 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-02-11 21:26:53 +00:00
parent afc224f2b6
commit 09036d3b21

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;