Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disallow caching of instfs redirects
closes RECNVS-358 refs RECNVS-73 instfs JWTs cannot be shared across users, so we cannot cache them across users. while most browsers will only service one user and caching independent of user would not be detrimental, we cannot guarantee that. so we can't let the browser cache the instfs redirect. test-plan: - enable inst-fs - login as a teacher of a course: - upload an image to a course's files area - create or edit a course page and insert the uploaded image (click on the image from the RCE sidebar) into the page - save and view the page; the image should display - log out and then login, using the same browser, as a student of the same course - view the same course page - the image should display without issue Change-Id: I9831ce61d8224112c049e2ac7b72d580a5fe8cde Reviewed-on: https://gerrit.instructure.com/143226 Reviewed-by: Andrew Huff <[email protected]> Tested-by: Jenkins QA-Review: Andrew Huff <[email protected]> Product-Review: Jacob Fugal <[email protected]>
- Loading branch information