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

80924: Merged EOL (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud)
      80469: ACE-2091 EOL Explorer.
      ACE-2014 EOL URL Addressibility API
       - 90% of the Explorer Client config, pages and assets moved to privatemodules/thor
       - Explorer client available via mvn -Pcloud build only
       - Alfresco minimal index page added
       - Deprecated and disabled: Servlets related to Explorer e.g. ExternalAccessServlet, CommandServlet - will be removed fully in 5.1
       - Removed: Explorer liferay portlet context, jboss portlet context, collaboration WebScript remoteapi (Explorer), old web assets no longer used
       - Tested: Enterprise build, Cloud build, build unit tests, NTLM SSO/Cookie SSO path


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@83132 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Erik Winlof
2014-09-04 05:52:30 +00:00
parent 20aa147db6
commit 90c223c2c3
2292 changed files with 30 additions and 242214 deletions

View File

@@ -37,6 +37,7 @@ import org.springframework.extensions.webscripts.Description.RequiredAuthenticat
* looking glass' to this servlet and use the standard Alfresco servlet api-based authentication mechanisms.
*
* @author dward
* @deprecated 5.0 not exposed in web-client web.xml
*/
public class AuthenticatorServlet extends HttpServlet
{

View File

@@ -38,6 +38,7 @@ import org.apache.commons.logging.LogFactory;
* resource in the web client, for example the admin and jBPM consoles.
*
* @author gavinc
* @deprecated 5.0 not exposed in web-client web.xml
*/
public class AdminAuthenticationFilter implements Filter
{

View File

@@ -64,6 +64,7 @@ import org.apache.commons.logging.LogFactory;
* And/or also followed by the "?guest=true" argument to force guest access login for the URL.
*
* @author Kevin Roast
* @deprecated 5.0 not exposed in web-client web.xml
*/
public class CommandServlet extends BaseServlet
{

View File

@@ -61,6 +61,7 @@ import org.apache.myfaces.shared_impl.renderkit.ViewSequenceUtils;
* And/or also followed by the "?guest=true" argument to force guest access login for the URL.
*
* @author Kevin Roast
* @deprecated 5.0 not exposed in web-client web.xml
*/
public class ExternalAccessServlet extends BaseServlet
{

View File

@@ -76,6 +76,7 @@ import org.apache.commons.logging.LogFactory;
* resource this servlet can be used without logging out the current user.
*
* @author gavinc
* @deprecated 5.0 not exposed in web-client web.xml
*/
public class GuestTemplateContentServlet extends BaseTemplateContentServlet
{

View File

@@ -50,6 +50,7 @@ import org.springframework.web.context.support.WebApplicationContextUtils;
* Servlet for handling process deployments from jBPM process designer.
*
* @author davidc
* @deprecated 5.0 not exposed in web-client web.xml
*/
public class JBPMDeployProcessServlet extends HttpServlet
{

View File

@@ -36,6 +36,7 @@ import org.alfresco.web.app.Application;
* the application is running inside a servlet engine.
*
* @author gavinc
* @deprecated 5.0 not exposed in web-client web.xml
*/
public class ModeDetectionFilter implements Filter
{

View File

@@ -65,6 +65,7 @@ import org.apache.commons.logging.LogFactory;
* will be redirected to.
*
* @author Kevin Roast
* @deprecated 5.0 not exposed in web-client web.xml
*/
public class TemplateContentServlet extends BaseTemplateContentServlet
{

View File

@@ -57,6 +57,7 @@ import org.springframework.web.context.support.WebApplicationContextUtils;
* UploadFileBean in the session
*
* @author gavinc
* @deprecated 5.0 not exposed in web-client web.xml
*/
public class UploadFileServlet extends BaseServlet
{

View File

@@ -34,8 +34,9 @@ import org.springframework.web.context.WebApplicationContext;
import org.springframework.web.context.support.WebApplicationContextUtils;
/*
/**
* Render Workflow Definition Image
* @deprecated 5.0 not exposed in web-client web.xml
*/
public class WorkflowDefinitionImageServlet extends HttpServlet
{

View File

@@ -47,6 +47,7 @@ import org.apache.commons.logging.LogFactory;
* ?ticket=1234567890
*
* @author gavinc
* @deprecated 5.0 not exposed in web-client web.xml
*/
public class AjaxServlet extends BaseServlet
{