Commit b68a625
committed
Eliminate cache busting
Solid is a REST API, so request URIs are treated as names of resources. A cache breaker bogus query string parameter could be interpreted by a Solid server as a different name. Indeed it was handled thus by ESS, so Pod Spaces requests were failing. This change fixes that issue.
In generatl I highly recommend getting the core application working first without the added complexity of caching. Once the core features are stable, you might consider adding caching.1 parent d9d3cbf commit b68a625
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
0 commit comments