Merged V2.1 to HEAD

6374: AR-1639 Web Script Content Upload
         Patch merge: Schema target 71 changed to 101


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6404 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2007-08-02 23:44:15 +00:00
parent b0fbeea21a
commit 7c4ddd4fdd
3 changed files with 271 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ public class WebScriptStatus
{
private Throwable exception = null;
private int code = HttpServletResponse.SC_OK;
private String message = null;
private String message = "";
private boolean redirect = false;