mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Web Scripts:
- optionally force status in response header to success regardless of actual status; status in reponse document still reflects actual status - to support the limitations of Flex runtime without Flex data services - set alf-force-success-response to true in request header git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5873 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -248,4 +248,14 @@ public class WebScriptServletRequest extends WebScriptRequestImpl
|
||||
return port;
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see org.alfresco.web.scripts.WebScriptRequestImpl#forceSuccessStatus()
|
||||
*/
|
||||
@Override
|
||||
public boolean forceSuccessStatus()
|
||||
{
|
||||
String forceSuccess = req.getHeader("alf-force-success-response");
|
||||
return Boolean.valueOf(forceSuccess);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user