Merged V3.3-BUG-FIX to HEAD

22816: Merged V3.3 to V3.3-BUG-FIX
      22815: Merged DEV/TEMPORARY to V3.3
         22811: ALF-3579: Open the Details Page URL removes the header, navigation bar etc
            Additional fix. Removed a fix for ALF-1010.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22819 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Dave Ward
2010-10-01 15:18:22 +00:00
parent e0e04abccd
commit c48d8408cc

View File

@@ -307,10 +307,6 @@ public class ExternalAccessServlet extends BaseServlet
browseBean.setupContentAction(currentNodeId, true);
}
// set the external container session flag so that a plain container gets used
fc.getExternalContext().getSessionMap().put(
AlfrescoNavigationHandler.EXTERNAL_CONTAINER_SESSION, Boolean.TRUE);
NavigationHandler navigationHandler = fc.getApplication().getNavigationHandler();
navigationHandler.handleNavigation(fc, null, outcome + ':' + args[0]);
}