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
This commit is contained in:
Kevin Roast
2009-05-06 10:02:48 +00:00
parent 260135cd98
commit 4e4be2c308

View File

@@ -60,7 +60,7 @@ import org.apache.commons.logging.LogFactory;
* node ID AND the qualified name of the property.
* <p>
* 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.
* <p>
* 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.