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

Bug 477490

Summary: [tern] Tern should respond to unknown requests
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: curtis.windatt.public
Version: 10.0   
Target Milestone: 10.0   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Rennie CLA 2015-09-15 13:32:09 EDT
Currently if you send a request to the worker that is unknown, nothing happens, you are never called back to. The worker should always respond to veery request, even if unknown.
Comment 1 Michael Rennie CLA 2015-09-15 13:43:55 EDT
Fixed in:

http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=165d05e565520345e178cf1bb4a045a676229c93

I also fixed some casing problems with the delfile vs. delFile request and moved the addFile and delFile requests to the handlers object.

Curtis, please verify. All unit tests pass (except for the one open impl test that is supposed to fail)