mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
84947: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 83651: Fixed the build failure. Missed to commit the updated test related to ACE-2640. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@85264 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -488,7 +488,7 @@ public class FacetRestApiTest extends BaseWebScriptTest
|
||||
|
||||
filter.put("filterID", "<script>alert('Maliciouse-FilterID')</script>");
|
||||
// Post the filter
|
||||
sendRequest(new PostRequest(POST_FACETS_URL, filter.toString(), "application/json"), 500);
|
||||
sendRequest(new PostRequest(POST_FACETS_URL, filter.toString(), "application/json"), 400);
|
||||
|
||||
// Retrieve all filters
|
||||
response = sendRequest(new GetRequest(GET_FACETS_URL), 200);
|
||||
|
Reference in New Issue
Block a user