Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 454064

Summary: [tests] BasicUsersTest.testGetUsersForbidden() test failure
Product: [ECD] Orion Reporter: Anthony Hunter <ahunter.eclipse>
Component: ServerAssignee: Anthony Hunter <ahunter.eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 8.0   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Anthony Hunter CLA 2014-12-03 18:15:06 EST
The test is failing as a result of a change in Bug 453134. We return 403 but we now also return the standard Orion JSON response rather than null:
{
  "Severity": "Error",
  "Message": "Forbidden access",
  "HttpCode": 403,
  "BundleId": "org.eclipse.orion.server.servlets",
  "Code": 0
}