mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user