FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Instruct the browser to not cache files by wil93 · Pull Request #1138 · cms-dev/cms · GitHub

/ cms Public

Instruct the browser to not cache files - #1138

Closed
wil93 wants to merge 1 commit into
cms-dev:masterfrom
wil93:server_nocache
Closed

Instruct the browser to not cache files#1138
wil93 wants to merge 1 commit into
cms-dev:masterfrom
wil93:server_nocache

Conversation

wil93 commented Oct 10, 2019
edited by stefano-maggiolo
Loading

Copy link
Copy Markdown
Member

This has been an issue in some contests, because some file (usually the PDF
statement) is updated by the admins and when users try to re-download it, they
still get the old file because of browser cache.


This change is 

This has been an issue in some contests, because some file (usually the PDF
statement) is updated by the admins and when users try to re-download it, they
still get the old file because of browser cache.

codecov Bot commented Oct 10, 2019
edited
Loading

Copy link
Copy Markdown

Codecov Report

Merging #1138 into master will decrease coverage by 0.08%.
The diff coverage is 0%.

@@            Coverage Diff             @@
##           master    #1138      +/-   ##
==========================================
- Coverage   61.99%   61.91%   -0.09%     
==========================================
  Files         230      230              
  Lines       16604    16605       +1     
==========================================
- Hits        10294    10281      -13     
- Misses       6310     6324      +14
Flag Coverage Δ
#functionaltests 45.56% <0%> (-0.04%) ⬇️
#unittests 43.29% <0%> (ø) ⬆️
Impacted Files Coverage Δ
cms/server/util.py 85.07% <0%> (-1.29%) ⬇️
cms/server/contest/handlers/tasksubmission.py 43.1% <0%> (-3.45%) ⬇️
cms/server/admin/handlers/base.py 66.44% <0%> (-1.36%) ⬇️
cms/server/admin/handlers/task.py 39.84% <0%> (-1.18%) ⬇️
cms/server/admin/handlers/dataset.py 24.76% <0%> (-0.93%) ⬇️
cms/io/service.py 68.9% <0%> (-0.61%) ⬇️
cms/service/EvaluationService.py 67.02% <0%> (-0.54%) ⬇️
cms/service/ProxyService.py 58.51% <0%> (-0.54%) ⬇️
cms/io/rpc.py 90.78% <0%> (-0.35%) ⬇️
cms/db/filecacher.py 76.72% <0%> (-0.33%) ⬇️
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d4c9e92...f386494. Read the comment docs.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL