Task #8034 (closed)
BUG: two '?' in render_birds_eye_view url
| Reported by: | atarkowska | Owned by: | atarkowska |
|---|---|---|---|
| Priority: | blocker | Milestone: | OMERO-4.4 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | web-team@…, ajpatterson |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2012-02-14 (8) |
Description (last modified by atarkowska)
Because historicity we were using thumbnail store to load render_birds_eye_view there were strong requirement to prevent url being cached by the web browser. This problem was solved by the:
?_=1328790887715
Since we have new render_birds_eye_view infrastructure that based on settings provided by the request params, we no longer need unique url as it already is.
That change also explain the fact we have two '?' in the url that is forbidden.
Change History (4)
comment:1 Changed 8 years ago by atarkowska
- Cc web-team@… ajpatterson added
- Component changed from General to Web
- Description modified (diff)
- Priority changed from minor to blocker
- Remaining Time set to 0.1
comment:2 Changed 8 years ago by atarkowska
- Status changed from new to accepted
comment:3 Changed 8 years ago by atarkowska
- Remaining Time changed from 0.1 to 0
- Status changed from accepted to closed
comment:4 Changed 7 years ago by Aleksandra Tarkowska <atarkowska@…>
- Resolution set to fixed
(In [742b4145b3d45e712188dbc2a28bed01fd447f9f/ome.git] on branch develop) fixing render_birds_eye_view link, close #8034