| Summary: | Solr file Ids should not be exposed to client | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Simon Kaegi <simon_kaegi> |
| Component: | Server | Assignee: | John Arthorne <john.arthorne> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.0 | ||
| Target Milestone: | 4.0 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Simon Kaegi
After reviewing the code, I see the Ids are used internally on the server to reconcile the existing index with disk contents. However they are not needed at all by the client, so the easiest solution is to never send that field back to the client: http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=d6b1d4986f0df8460af551f21c14c8d8b96fbcef |