From 4e4be2c3089809e280bf5d4a0b4fc145b3cbdda0 Mon Sep 17 00:00:00 2001 From: Kevin Roast Date: Wed, 6 May 2009 10:02:48 +0000 Subject: [PATCH] Merged V3.1 to HEAD 14051: Updated javadoc in GuestDownloadContentServlet to avoid return code confusion 14116: Fix for ETHREEOH-1913 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14200 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../alfresco/web/app/servlet/GuestDownloadContentServlet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/java/org/alfresco/web/app/servlet/GuestDownloadContentServlet.java b/source/java/org/alfresco/web/app/servlet/GuestDownloadContentServlet.java index be0dc45983..870cbcdd60 100644 --- a/source/java/org/alfresco/web/app/servlet/GuestDownloadContentServlet.java +++ b/source/java/org/alfresco/web/app/servlet/GuestDownloadContentServlet.java @@ -60,7 +60,7 @@ import org.apache.commons.logging.LogFactory; * node ID AND the qualified name of the property. *

* This servlet only accesses content available to the guest user. If the guest user does not - * have access to the requested a 401 Forbidden response is returned to the caller. + * have access to the requested a 403 Forbidden response is returned to the caller. *

* This servlet does not effect the current session, therefore if guest access is required to a * resource this servlet can be used without logging out the current user.