| Summary: | [IE only] saving editor changes shows invalid "Resource out of sync" error prompters | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Grant Gayed <grant_gayed> |
| Component: | Client | Assignee: | Project Inbox <orion.client-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | ken_walker, Silenio_Quarti, simon_kaegi |
| Version: | 4.0 | ||
| Target Milestone: | 4.0 RC2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Grant Gayed
The request to get the file metadata is being cached. Somehow the ETag value is outdated. GET http://ssq.orion.eclipse.org:8080/file/Q/org.eclipse.orion.client/bundles/org.eclipse.orion.client.editor/web/examples/editor/demo.js?parts=meta A request to save the file gets the correct ETag. PUT http://ssq.orion.eclipse.org:8080/file/Q/org.eclipse.orion.client/bundles/org.eclipse.orion.client.editor/web/examples/editor/demo.java It's not just IE -- I'm seeing no Cache-Control:no-store header being returned Fixed in master. We were not setting a Cache-control header for metadata requests. |