Merged V3.0 to HEAD

11905: Merged V2.2 to V3.0
      11782: Fix security in RunAs using public APIs (ETWOTWO-816).
   11907: ETHREEOH-846
   11908: More work on Shutdown Backstop
   11909: Speculative fix for EHTREEOH-782.
   11912: ETHREEOH-746   	 Unable to view contents of previous versions of wiki page
   11915: ETHREEOH-746   	 Unable to view contents of previous versions of wiki page
   11916: Upgrade from YUI 2.5.2 to YUI 2.6.0 - Second stage (Paginators, DocLib Tree, Resizer widget)
   11917: ETHREEOH-874 and ETHREEOH-875
   11918: ETHREEOH-860

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12487 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2008-12-18 13:10:42 +00:00
parent 99cfed1a4b
commit 6608333df2
6 changed files with 125 additions and 12 deletions

View File

@@ -35,11 +35,11 @@ import net.sf.acegisecurity.context.ContextInvalidException;
*/
public class AlfrescoSecureContextImpl implements AlfrescoSecureContext
{
Authentication storedAuthentication;
private Authentication storedAuthentication;
Authentication realAuthentication;
private Authentication realAuthentication;
Authentication effectiveAuthentication;
private Authentication effectiveAuthentication;
/**
* ACEGI
@@ -55,7 +55,6 @@ public class AlfrescoSecureContextImpl implements AlfrescoSecureContext
public void setAuthentication(Authentication newAuthentication)
{
setEffectiveAuthentication(newAuthentication);
setRealAuthentication(newAuthentication);
}
/**