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

Bug 430330

Summary: TaskServlet should make use of job's uri unqualification strategy
Product: [ECD] Orion Reporter: Bogdan Gheorghe <gheorghe>
Component: ServerAssignee: Bogdan Gheorghe <gheorghe>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 6.0   
Target Milestone: 6.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Bogdan Gheorghe CLA 2014-03-13 17:48:41 EDT
When creating a new TaskJob in TaskJobHandler we already pass in a strategy to be used for URI unqualification when the job is done and the JSON object is to be written out.

This strategy needs to be saved up and used in TaskServlet as well - so that anyone who uses the service to get info about long running jobs can be assured that the proper unqualification strategy will get used once the job is done.