View Issue Details

IDProjectCategoryView StatusLast Update
0007237Talerwallet-corepublic2022-11-04 20:52
ReporterFlorian Dold Assigned ToFlorian Dold  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version0.9Fixed in Version0.9 
Summary0007237: request exchange /keys with cache breaker when response seems wrong/outdated
DescriptionSometimes the browser has cached an outdated version of the /keys response.

When we re-deploy the demo exchange, the denominations sometimes change (because we delete the DB), but the browser still has /keys cached.

The wallet should react to this appropriately by requesting /keys with a cache breaker (at least once).
TagsNo tags attached.

Activities

Christian Grothoff

2022-05-04 13:57

manager   ~0018901

What about adding Etag support on the exchange-side? That way, a cheaper "If-Modified-Since" request might work!

Christian Grothoff

2022-08-25 21:32

manager   ~0019056

ETags are now used, cache-breaker also killed. Yepee!

Issue History

Date Modified Username Field Change
2022-05-04 11:51 Florian Dold New Issue
2022-05-04 11:51 Florian Dold Status new => assigned
2022-05-04 11:51 Florian Dold Assigned To => Florian Dold
2022-05-04 13:57 Christian Grothoff Note Added: 0018901
2022-08-25 21:32 Christian Grothoff Status assigned => resolved
2022-08-25 21:32 Christian Grothoff Resolution open => fixed
2022-08-25 21:32 Christian Grothoff Fixed in Version => 0.9
2022-08-25 21:32 Christian Grothoff Note Added: 0019056
2022-08-25 21:32 Christian Grothoff Target Version => 0.9
2022-11-04 20:52 Christian Grothoff Status resolved => closed
2023-04-13 20:36 Florian Dold Category wallet (TS core) => wallet-core